Home
last modified time | relevance | path

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

/arch/mips/include/asm/vr41xx/
Dirq.h38 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x)) macro
39 #define BATTRY_IRQ SYSINT1_IRQ(0)
40 #define POWER_IRQ SYSINT1_IRQ(1)
41 #define RTCLONG1_IRQ SYSINT1_IRQ(2)
42 #define ELAPSEDTIME_IRQ SYSINT1_IRQ(3)
44 #define PIU_IRQ SYSINT1_IRQ(5)
45 #define AIU_IRQ SYSINT1_IRQ(6)
46 #define KIU_IRQ SYSINT1_IRQ(7)
47 #define GIUINT_IRQ SYSINT1_IRQ(8)
48 #define SIU_IRQ SYSINT1_IRQ(9)
[all …]
/arch/mips/vr41xx/common/
Dicu.c643 return SYSINT1_IRQ(i); in icu_get_irq()