Go to the documentation of this file. 1 #ifndef __ASM_AVR32_ARCH_IRQ_H
2 #define __ASM_AVR32_ARCH_IRQ_H
4 #define EIM_IRQ_BASE NR_INTERNAL_IRQS
6 #define AT32_EXTINT(n) (EIM_IRQ_BASE + (n))
8 #define GPIO_IRQ_BASE (EIM_IRQ_BASE + NR_EIM_IRQS)
9 #define NR_GPIO_CTLR (5 + 1 )
10 #define NR_GPIO_IRQS (NR_GPIO_CTLR * 32)
12 #define NR_IRQS (GPIO_IRQ_BASE + NR_GPIO_IRQS)