Home
last modified time | relevance | path

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

/arch/mips/include/asm/vr41xx/
Dirq.h34 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x)) macro
35 #define BATTRY_IRQ SYSINT1_IRQ(0)
36 #define POWER_IRQ SYSINT1_IRQ(1)
37 #define RTCLONG1_IRQ SYSINT1_IRQ(2)
38 #define ELAPSEDTIME_IRQ SYSINT1_IRQ(3)
40 #define PIU_IRQ SYSINT1_IRQ(5)
41 #define AIU_IRQ SYSINT1_IRQ(6)
42 #define KIU_IRQ SYSINT1_IRQ(7)
43 #define GIUINT_IRQ SYSINT1_IRQ(8)
44 #define SIU_IRQ SYSINT1_IRQ(9)
[all …]
/arch/mips/vr41xx/common/
Dicu.c630 return SYSINT1_IRQ(i); in icu_get_irq()