Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/vr41xx/
Dvr41xx.h112 #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x)) macro
113 #define RTCLONG2_IRQ SYSINT2_IRQ(0)
114 #define LED_IRQ SYSINT2_IRQ(1)
115 #define HSP_IRQ SYSINT2_IRQ(2)
116 #define TCLOCK_IRQ SYSINT2_IRQ(3)
117 #define FIR_IRQ SYSINT2_IRQ(4)
118 #define CEU_IRQ SYSINT2_IRQ(4) /* same number as FIR_IRQ */
119 #define DSIU_IRQ SYSINT2_IRQ(5)
120 #define PCI_IRQ SYSINT2_IRQ(6)
121 #define SCU_IRQ SYSINT2_IRQ(7)
[all …]
/linux-2.4.37.9/arch/mips/vr41xx/common/
Dicu.c556 do_IRQ(SYSINT2_IRQ(i), regs); in irq_dispatch()