diff options
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r-- | arch/blackfin/mach-bf537/include/mach/irq.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/irq.h b/arch/blackfin/mach-bf537/include/mach/irq.h index 9b2cbcac98e0..789a4f226f7b 100644 --- a/arch/blackfin/mach-bf537/include/mach/irq.h +++ b/arch/blackfin/mach-bf537/include/mach/irq.h | |||
@@ -134,7 +134,16 @@ | |||
134 | 134 | ||
135 | #define GPIO_IRQ_BASE IRQ_PF0 | 135 | #define GPIO_IRQ_BASE IRQ_PF0 |
136 | 136 | ||
137 | #define NR_MACH_IRQS (IRQ_PH15 + 1) | 137 | #define IRQ_MAC_PHYINT 98 /* PHY_INT Interrupt */ |
138 | #define IRQ_MAC_MMCINT 99 /* MMC Counter Interrupt */ | ||
139 | #define IRQ_MAC_RXFSINT 100 /* RX Frame-Status Interrupt */ | ||
140 | #define IRQ_MAC_TXFSINT 101 /* TX Frame-Status Interrupt */ | ||
141 | #define IRQ_MAC_WAKEDET 102 /* Wake-Up Interrupt */ | ||
142 | #define IRQ_MAC_RXDMAERR 103 /* RX DMA Direction Error Interrupt */ | ||
143 | #define IRQ_MAC_TXDMAERR 104 /* TX DMA Direction Error Interrupt */ | ||
144 | #define IRQ_MAC_STMDONE 105 /* Station Mgt. Transfer Done Interrupt */ | ||
145 | |||
146 | #define NR_MACH_IRQS (IRQ_MAC_STMDONE + 1) | ||
138 | #define NR_IRQS (NR_MACH_IRQS + NR_SPARE_IRQS) | 147 | #define NR_IRQS (NR_MACH_IRQS + NR_SPARE_IRQS) |
139 | 148 | ||
140 | #define IVG7 7 | 149 | #define IVG7 7 |