Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  arch/arm/mach-rpc/include/mach/irqs.h
0004  *
0005  *  Copyright (C) 1996 Russell King
0006  */
0007 
0008 #define IRQ_PRINTER     0
0009 #define IRQ_BATLOW      1
0010 #define IRQ_FLOPPYINDEX     2
0011 #define IRQ_VSYNCPULSE      3
0012 #define IRQ_POWERON     4
0013 #define IRQ_TIMER0      5
0014 #define IRQ_TIMER1      6
0015 #define IRQ_IMMEDIATE       7
0016 #define IRQ_EXPCARDFIQ      8
0017 #define IRQ_HARDDISK        9
0018 #define IRQ_SERIALPORT      10
0019 #define IRQ_FLOPPYDISK      12
0020 #define IRQ_EXPANSIONCARD   13
0021 #define IRQ_KEYBOARDTX      14
0022 #define IRQ_KEYBOARDRX      15
0023 
0024 #define IRQ_DMA0        16
0025 #define IRQ_DMA1        17
0026 #define IRQ_DMA2        18
0027 #define IRQ_DMA3        19
0028 #define IRQ_DMAS0       20
0029 #define IRQ_DMAS1       21
0030 
0031 #define FIQ_FLOPPYDATA      0
0032 #define FIQ_ECONET      2
0033 #define FIQ_SERIALPORT      4
0034 #define FIQ_EXPANSIONCARD   6
0035 #define FIQ_FORCE       7
0036 
0037 /*
0038  * This is the offset of the FIQ "IRQ" numbers
0039  */
0040 #define FIQ_START       64
0041 
0042 #define NR_IRQS         128