Home
last modified time | relevance | path

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

/arch/arm/mach-realview/include/mach/
Dirqs-pb1176.h24 #define IRQ_DC1176_GIC_START 32 macro
30 #define IRQ_DC1176_WATCHDOG (IRQ_DC1176_GIC_START + 0) /* Watchdog timer */
31 #define IRQ_DC1176_SOFTINT (IRQ_DC1176_GIC_START + 1) /* Software interrupt */
32 #define IRQ_DC1176_COMMRx (IRQ_DC1176_GIC_START + 2) /* Debug Comm Rx interrupt */
33 #define IRQ_DC1176_COMMTx (IRQ_DC1176_GIC_START + 3) /* Debug Comm Tx interrupt */
34 #define IRQ_DC1176_CORE_PMU (IRQ_DC1176_GIC_START + 7) /* Core PMU interrupt */
35 #define IRQ_DC1176_TIMER0 (IRQ_DC1176_GIC_START + 8) /* Timer 0 */
36 #define IRQ_DC1176_TIMER1 (IRQ_DC1176_GIC_START + 9) /* Timer 1 */
37 #define IRQ_DC1176_TIMER2 (IRQ_DC1176_GIC_START + 10) /* Timer 2 */
38 #define IRQ_DC1176_APC (IRQ_DC1176_GIC_START + 11)
[all …]
/arch/arm/mach-realview/
Drealview_pb1176.c312 gic_init(0, IRQ_DC1176_GIC_START, in gic_init_irq()