Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/vr4181/
Dirq.h31 #define VR4181_SYS_IRQ_BASE (VR4181_CPU_IRQ_BASE + VR4181_NUM_CPU_IRQ) macro
32 #define VR4181_GPIO_IRQ_BASE (VR4181_SYS_IRQ_BASE + VR4181_NUM_SYS_IRQ)
66 #define VR4181_IRQ_BATTERY (VR4181_SYS_IRQ_BASE + 0)
67 #define VR4181_IRQ_POWER (VR4181_SYS_IRQ_BASE + 1)
68 #define VR4181_IRQ_RTCL1 (VR4181_SYS_IRQ_BASE + 2)
69 #define VR4181_IRQ_ETIMER (VR4181_SYS_IRQ_BASE + 3)
70 #define VR4181_IRQ_RFU12 (VR4181_SYS_IRQ_BASE + 4)
71 #define VR4181_IRQ_PIU (VR4181_SYS_IRQ_BASE + 5)
72 #define VR4181_IRQ_AIU (VR4181_SYS_IRQ_BASE + 6)
73 #define VR4181_IRQ_KIU (VR4181_SYS_IRQ_BASE + 7)
[all …]
/linux-2.4.37.9/arch/mips/vr4181/common/
Dint_handler.S141 li a0, VR4181_SYS_IRQ_BASE - 1
150 li a0, VR4181_SYS_IRQ_BASE + 16 - 1
Dirq.c199 sys_irq_base = VR4181_SYS_IRQ_BASE; in init_IRQ()