Searched refs:SYSINT2_IRQ_BASE (Results 1 – 2 of 2) sorted by relevance
111 #define SYSINT2_IRQ_BASE 24 macro112 #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x))
93 #define SYSINT2_IRQ_TO_PIN(x) ((x) - SYSINT2_IRQ_BASE) /* Pin 0-15 */318 else if (i >= SYSINT2_IRQ_BASE && i <= SYSINT2_IRQ_LAST) in vr41xx_icu_init()484 else if (irq >= SYSINT2_IRQ_BASE && irq <= SYSINT2_IRQ_LAST) in vr41xx_set_intassign()