Home
last modified time | relevance | path

Searched refs:IRQ_VIC_START (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-versatile/include/mach/
Dirqs.h28 #define IRQ_VIC_START 0 macro
29 #define IRQ_WDOGINT (IRQ_VIC_START + INT_WDOGINT)
30 #define IRQ_SOFTINT (IRQ_VIC_START + INT_SOFTINT)
31 #define IRQ_COMMRx (IRQ_VIC_START + INT_COMMRx)
32 #define IRQ_COMMTx (IRQ_VIC_START + INT_COMMTx)
33 #define IRQ_TIMERINT0_1 (IRQ_VIC_START + INT_TIMERINT0_1)
34 #define IRQ_TIMERINT2_3 (IRQ_VIC_START + INT_TIMERINT2_3)
35 #define IRQ_GPIOINT0 (IRQ_VIC_START + INT_GPIOINT0)
36 #define IRQ_GPIOINT1 (IRQ_VIC_START + INT_GPIOINT1)
37 #define IRQ_GPIOINT2 (IRQ_VIC_START + INT_GPIOINT2)
[all …]
/arch/arm/mach-versatile/
Dcore.c119 vic_init(VA_VIC_BASE, IRQ_VIC_START, ~0); in versatile_init_irq()