Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/vr41xx/
Dvr41xx.h128 #define GIU_IRQ_BASE 40 macro
129 #define GIU_IRQ(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */
131 #define GIU_IRQ_TO_PIN(x) ((x) - GIU_IRQ_BASE) /* Pin 0-31 */
/linux-2.4.37.9/arch/mips/vr41xx/common/
Dicu.c320 else if (i >= GIU_IRQ_BASE && i <= GIU_IRQ_LAST) in vr41xx_icu_init()