Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/vr41xx/
Dirq.h59 #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x)) macro
60 #define RTCLONG2_IRQ SYSINT2_IRQ(0)
61 #define LED_IRQ SYSINT2_IRQ(1)
62 #define HSP_IRQ SYSINT2_IRQ(2)
63 #define TCLOCK_IRQ SYSINT2_IRQ(3)
64 #define FIR_IRQ SYSINT2_IRQ(4)
65 #define CEU_IRQ SYSINT2_IRQ(4) /* same number as FIR_IRQ */
66 #define DSIU_IRQ SYSINT2_IRQ(5)
67 #define PCI_IRQ SYSINT2_IRQ(6)
68 #define SCU_IRQ SYSINT2_IRQ(7)
[all …]
/linux-2.6.39/arch/mips/vr41xx/common/
Dicu.c650 return SYSINT2_IRQ(i); in icu_get_irq()