Go to the documentation of this file.
12 #define NR_PERI_INTS (2 * 32)
14 #define IRQ_PLL_WAKEUP BFIN_IRQ(0)
15 #define IRQ_DMA0_ERROR BFIN_IRQ(1)
16 #define IRQ_DMAR0_BLK BFIN_IRQ(2)
17 #define IRQ_DMAR1_BLK BFIN_IRQ(3)
18 #define IRQ_DMAR0_OVR BFIN_IRQ(4)
19 #define IRQ_DMAR1_OVR BFIN_IRQ(5)
20 #define IRQ_PPI_ERROR BFIN_IRQ(6)
21 #define IRQ_MAC_ERROR BFIN_IRQ(7)
22 #define IRQ_SPORT0_ERROR BFIN_IRQ(8)
23 #define IRQ_SPORT1_ERROR BFIN_IRQ(9)
24 #define IRQ_PTP_ERROR BFIN_IRQ(10)
25 #define IRQ_UART0_ERROR BFIN_IRQ(12)
26 #define IRQ_UART1_ERROR BFIN_IRQ(13)
27 #define IRQ_RTC BFIN_IRQ(14)
28 #define IRQ_PPI BFIN_IRQ(15)
29 #define IRQ_SPORT0_RX BFIN_IRQ(16)
30 #define IRQ_SPORT0_TX BFIN_IRQ(17)
31 #define IRQ_RSI BFIN_IRQ(17)
32 #define IRQ_SPORT1_RX BFIN_IRQ(18)
33 #define IRQ_SPI1 BFIN_IRQ(18)
34 #define IRQ_SPORT1_TX BFIN_IRQ(19)
35 #define IRQ_TWI BFIN_IRQ(20)
36 #define IRQ_SPI0 BFIN_IRQ(21)
37 #define IRQ_UART0_RX BFIN_IRQ(22)
38 #define IRQ_UART0_TX BFIN_IRQ(23)
39 #define IRQ_UART1_RX BFIN_IRQ(24)
40 #define IRQ_UART1_TX BFIN_IRQ(25)
41 #define IRQ_OPTSEC BFIN_IRQ(26)
42 #define IRQ_CNT BFIN_IRQ(27)
43 #define IRQ_MAC_RX BFIN_IRQ(28)
44 #define IRQ_PORTH_INTA BFIN_IRQ(29)
45 #define IRQ_MAC_TX BFIN_IRQ(30)
46 #define IRQ_PORTH_INTB BFIN_IRQ(31)
47 #define IRQ_TIMER0 BFIN_IRQ(32)
48 #define IRQ_TIMER1 BFIN_IRQ(33)
49 #define IRQ_TIMER2 BFIN_IRQ(34)
50 #define IRQ_TIMER3 BFIN_IRQ(35)
51 #define IRQ_TIMER4 BFIN_IRQ(36)
52 #define IRQ_TIMER5 BFIN_IRQ(37)
53 #define IRQ_TIMER6 BFIN_IRQ(38)
54 #define IRQ_TIMER7 BFIN_IRQ(39)
55 #define IRQ_PORTG_INTA BFIN_IRQ(40)
56 #define IRQ_PORTG_INTB BFIN_IRQ(41)
57 #define IRQ_MEM_DMA0 BFIN_IRQ(42)
58 #define IRQ_MEM_DMA1 BFIN_IRQ(43)
59 #define IRQ_WATCH BFIN_IRQ(44)
60 #define IRQ_PORTF_INTA BFIN_IRQ(45)
61 #define IRQ_PORTF_INTB BFIN_IRQ(46)
62 #define IRQ_SPI0_ERROR BFIN_IRQ(47)
63 #define IRQ_SPI1_ERROR BFIN_IRQ(48)
64 #define IRQ_RSI_INT0 BFIN_IRQ(51)
65 #define IRQ_RSI_INT1 BFIN_IRQ(52)
66 #define IRQ_PWM_TRIP BFIN_IRQ(53)
67 #define IRQ_PWM_SYNC BFIN_IRQ(54)
68 #define IRQ_PTP_STAT BFIN_IRQ(55)
70 #define SYS_IRQS BFIN_IRQ(63)
123 #define GPIO_IRQ_BASE IRQ_PF0
125 #define IRQ_MAC_PHYINT 119
126 #define IRQ_MAC_MMCINT 120
127 #define IRQ_MAC_RXFSINT 121
128 #define IRQ_MAC_TXFSINT 122
129 #define IRQ_MAC_WAKEDET 123
130 #define IRQ_MAC_RXDMAERR 124
131 #define IRQ_MAC_TXDMAERR 125
132 #define IRQ_MAC_STMDONE 126
134 #define NR_MACH_IRQS (IRQ_MAC_STMDONE + 1)
137 #define IRQ_PLL_WAKEUP_POS 0
138 #define IRQ_DMA0_ERROR_POS 4
139 #define IRQ_DMAR0_BLK_POS 8
140 #define IRQ_DMAR1_BLK_POS 12
141 #define IRQ_DMAR0_OVR_POS 16
142 #define IRQ_DMAR1_OVR_POS 20
143 #define IRQ_PPI_ERROR_POS 24
144 #define IRQ_MAC_ERROR_POS 28
147 #define IRQ_SPORT0_ERROR_POS 0
148 #define IRQ_SPORT1_ERROR_POS 4
149 #define IRQ_PTP_ERROR_POS 8
150 #define IRQ_UART0_ERROR_POS 16
151 #define IRQ_UART1_ERROR_POS 20
152 #define IRQ_RTC_POS 24
153 #define IRQ_PPI_POS 28
156 #define IRQ_SPORT0_RX_POS 0
157 #define IRQ_SPORT0_TX_POS 4
158 #define IRQ_RSI_POS 4
159 #define IRQ_SPORT1_RX_POS 8
160 #define IRQ_SPI1_POS 8
161 #define IRQ_SPORT1_TX_POS 12
162 #define IRQ_TWI_POS 16
163 #define IRQ_SPI0_POS 20
164 #define IRQ_UART0_RX_POS 24
165 #define IRQ_UART0_TX_POS 28
168 #define IRQ_UART1_RX_POS 0
169 #define IRQ_UART1_TX_POS 4
170 #define IRQ_OPTSEC_POS 8
171 #define IRQ_CNT_POS 12
172 #define IRQ_MAC_RX_POS 16
173 #define IRQ_PORTH_INTA_POS 20
174 #define IRQ_MAC_TX_POS 24
175 #define IRQ_PORTH_INTB_POS 28
178 #define IRQ_TIMER0_POS 0
179 #define IRQ_TIMER1_POS 4
180 #define IRQ_TIMER2_POS 8
181 #define IRQ_TIMER3_POS 12
182 #define IRQ_TIMER4_POS 16
183 #define IRQ_TIMER5_POS 20
184 #define IRQ_TIMER6_POS 24
185 #define IRQ_TIMER7_POS 28
188 #define IRQ_PORTG_INTA_POS 0
189 #define IRQ_PORTG_INTB_POS 4
190 #define IRQ_MEM_DMA0_POS 8
191 #define IRQ_MEM_DMA1_POS 12
192 #define IRQ_WATCH_POS 16
193 #define IRQ_PORTF_INTA_POS 20
194 #define IRQ_PORTF_INTB_POS 24
195 #define IRQ_SPI0_ERROR_POS 28
198 #define IRQ_SPI1_ERROR_POS 0
199 #define IRQ_RSI_INT0_POS 12
200 #define IRQ_RSI_INT1_POS 16
201 #define IRQ_PWM_TRIP_POS 20
202 #define IRQ_PWM_SYNC_POS 24
203 #define IRQ_PTP_STAT_POS 28