Searched refs:SYSINT1_IRQ_BASE (Results 1 – 2 of 2) sorted by relevance
92 #define SYSINT1_IRQ_BASE 8 macro93 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x))
92 #define SYSINT1_IRQ_TO_PIN(x) ((x) - SYSINT1_IRQ_BASE) /* Pin 0-15 */315 for (i = SYSINT1_IRQ_BASE; i <= GIU_IRQ_LAST; i++) { in vr41xx_icu_init()316 if (i >= SYSINT1_IRQ_BASE && i <= SYSINT1_IRQ_LAST) in vr41xx_icu_init()482 if (irq >= SYSINT1_IRQ_BASE && irq <= SYSINT1_IRQ_LAST) in vr41xx_set_intassign()