SYSINT2_IRQ_BASE 55 arch/mips/include/asm/vr41xx/irq.h #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x)) SYSINT2_IRQ_BASE 85 arch/mips/vr41xx/common/icu.c #define SYSINT2_IRQ_TO_PIN(x) ((x) - SYSINT2_IRQ_BASE) /* Pin 0-15 */ SYSINT2_IRQ_BASE 604 arch/mips/vr41xx/common/icu.c else if (irq >= SYSINT2_IRQ_BASE && irq <= SYSINT2_IRQ_LAST) SYSINT2_IRQ_BASE 703 arch/mips/vr41xx/common/icu.c for (i = SYSINT2_IRQ_BASE; i <= SYSINT2_IRQ_LAST; i++)