block: move down direct IO plugging
[linux/fpc-iii.git] / arch / arm / mach-integrator / include / mach / irqs.h
blob7371018455d2f56e02ea607a707785e3f8b7d8b9
1 /*
2 * arch/arm/mach-integrator/include/mach/irqs.h
4 * Copyright (C) 1999 ARM Limited
5 * Copyright (C) 2000 Deep Blue Solutions Ltd.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 /*
23 * Interrupt numbers
25 #define IRQ_PIC_START 1
26 #define IRQ_SOFTINT 1
27 #define IRQ_UARTINT0 2
28 #define IRQ_UARTINT1 3
29 #define IRQ_KMIINT0 4
30 #define IRQ_KMIINT1 5
31 #define IRQ_TIMERINT0 6
32 #define IRQ_TIMERINT1 7
33 #define IRQ_TIMERINT2 8
34 #define IRQ_RTCINT 9
35 #define IRQ_AP_EXPINT0 10
36 #define IRQ_AP_EXPINT1 11
37 #define IRQ_AP_EXPINT2 12
38 #define IRQ_AP_EXPINT3 13
39 #define IRQ_AP_PCIINT0 14
40 #define IRQ_AP_PCIINT1 15
41 #define IRQ_AP_PCIINT2 16
42 #define IRQ_AP_PCIINT3 17
43 #define IRQ_AP_V3INT 18
44 #define IRQ_AP_CPINT0 19
45 #define IRQ_AP_CPINT1 20
46 #define IRQ_AP_LBUSTIMEOUT 21
47 #define IRQ_AP_APCINT 22
48 #define IRQ_CP_CLCDCINT 23
49 #define IRQ_CP_MMCIINT0 24
50 #define IRQ_CP_MMCIINT1 25
51 #define IRQ_CP_AACIINT 26
52 #define IRQ_CP_CPPLDINT 27
53 #define IRQ_CP_ETHINT 28
54 #define IRQ_CP_TSPENINT 29
55 #define IRQ_PIC_END 29
57 #define IRQ_CIC_START 32
58 #define IRQ_CM_SOFTINT 32
59 #define IRQ_CM_COMMRX 33
60 #define IRQ_CM_COMMTX 34
61 #define IRQ_CIC_END 34
64 * IntegratorCP only
66 #define IRQ_SIC_START 35
67 #define IRQ_SIC_CP_SOFTINT 35
68 #define IRQ_SIC_CP_RI0 36
69 #define IRQ_SIC_CP_RI1 37
70 #define IRQ_SIC_CP_CARDIN 38
71 #define IRQ_SIC_CP_LMINT0 39
72 #define IRQ_SIC_CP_LMINT1 40
73 #define IRQ_SIC_CP_LMINT2 41
74 #define IRQ_SIC_CP_LMINT3 42
75 #define IRQ_SIC_CP_LMINT4 43
76 #define IRQ_SIC_CP_LMINT5 44
77 #define IRQ_SIC_CP_LMINT6 45
78 #define IRQ_SIC_CP_LMINT7 46
79 #define IRQ_SIC_END 46
81 #define NR_IRQS_INTEGRATOR_AP 34
82 #define NR_IRQS_INTEGRATOR_CP 47