Go to the documentation of this file.
10 #ifndef ASM_ARCH_IRQS_H
11 #define ASM_ARCH_IRQS_H
13 #include <mach/hardware.h>
15 #define IRQ_LOCALTIMER 29
16 #define IRQ_LOCALWDOG 30
19 #define IRQ_SHPI_START 32
25 #define IRQ_MTU0 (IRQ_SHPI_START + 4)
27 #define DBX500_NR_INTERNAL_IRQS 166
30 #define NOMADIK_NR_GPIO 288
31 #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + DBX500_NR_INTERNAL_IRQS)
32 #define NOMADIK_IRQ_TO_GPIO(irq) ((irq) - DBX500_NR_INTERNAL_IRQS)
33 #define IRQ_GPIO_END NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO)
35 #define IRQ_SOC_START IRQ_GPIO_END
37 #define IRQ_SOC_END IRQ_SOC_START
41 #define IRQ_BOARD_START IRQ_SOC_END
43 #define IRQ_BOARD_END IRQ_BOARD_START
45 #ifdef CONFIG_MACH_MOP500
49 #define NR_IRQS IRQ_BOARD_END