Go to the documentation of this file.
25 #define IRQ_PIC_START 1
27 #define IRQ_UARTINT0 2
28 #define IRQ_UARTINT1 3
31 #define IRQ_TIMERINT0 6
32 #define IRQ_TIMERINT1 7
33 #define IRQ_TIMERINT2 8
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
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