SYSINT1_IRQ_BASE   34 arch/mips/include/asm/vr41xx/irq.h #define SYSINT1_IRQ(x)		(SYSINT1_IRQ_BASE + (x))
SYSINT1_IRQ_BASE   84 arch/mips/vr41xx/common/icu.c #define SYSINT1_IRQ_TO_PIN(x)	((x) - SYSINT1_IRQ_BASE)	/* Pin 0-15 */
SYSINT1_IRQ_BASE  602 arch/mips/vr41xx/common/icu.c 	if (irq >= SYSINT1_IRQ_BASE && irq <= SYSINT1_IRQ_LAST)
SYSINT1_IRQ_BASE  699 arch/mips/vr41xx/common/icu.c 	for (i = SYSINT1_IRQ_BASE; i <= SYSINT1_IRQ_LAST; i++)