Searched refs:SYSINT1_IRQ_BASE (Results 1 – 2 of 2) sorted by relevance
33 #define SYSINT1_IRQ_BASE 8 macro34 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x))
84 #define SYSINT1_IRQ_TO_PIN(x) ((x) - SYSINT1_IRQ_BASE) /* Pin 0-15 */602 if (irq >= SYSINT1_IRQ_BASE && irq <= SYSINT1_IRQ_LAST) in vr41xx_set_intassign()697 for (i = SYSINT1_IRQ_BASE; i <= SYSINT1_IRQ_LAST; i++) in vr41xx_icu_init()