Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/vr4181/
Dirq.h25 #define VR4181_NUM_SYS_IRQ 32 macro
32 #define VR4181_GPIO_IRQ_BASE (VR4181_SYS_IRQ_BASE + VR4181_NUM_SYS_IRQ)
122 VR4181_NUM_SYS_IRQ + VR4181_NUM_GPIO_IRQ)
/linux-2.4.37.9/arch/mips/vr4181/common/
Dirq.c200 for (i=sys_irq_base; i < sys_irq_base + VR4181_NUM_SYS_IRQ; i++) { in init_IRQ()