Searched refs:SYSINT1_IRQ_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/vr41xx/
H A Dirq.h37 #define SYSINT1_IRQ_BASE 8 macro
38 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x))
/linux-4.1.27/arch/mips/vr41xx/common/
H A Dicu.c97 #define SYSINT1_IRQ_TO_PIN(x) ((x) - SYSINT1_IRQ_BASE) /* Pin 0-15 */
615 if (irq >= SYSINT1_IRQ_BASE && irq <= SYSINT1_IRQ_LAST) vr41xx_set_intassign()
712 for (i = SYSINT1_IRQ_BASE; i <= SYSINT1_IRQ_LAST; i++) vr41xx_icu_init()

Completed in 612 milliseconds