Home
last modified time | relevance | path

Searched refs:SYSINT1_IRQ (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-mips/vr41xx/
Dvr41xx.h93 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x)) macro
94 #define BATTRY_IRQ SYSINT1_IRQ(0)
95 #define POWER_IRQ SYSINT1_IRQ(1)
96 #define RTCLONG1_IRQ SYSINT1_IRQ(2)
97 #define ELAPSEDTIME_IRQ SYSINT1_IRQ(3)
99 #define PIU_IRQ SYSINT1_IRQ(5)
100 #define AIU_IRQ SYSINT1_IRQ(6)
101 #define KIU_IRQ SYSINT1_IRQ(7)
102 #define GIUINT_CASCADE_IRQ SYSINT1_IRQ(8)
103 #define SIU_IRQ SYSINT1_IRQ(9)
[all …]
/linux-2.4.37.9/drivers/char/
Dvr41xx_keyb.c113 #define KIU_IRQ SYSINT1_IRQ(7)
/linux-2.4.37.9/arch/mips/vr41xx/common/
Dicu.c545 do_IRQ(SYSINT1_IRQ(i), regs); in irq_dispatch()