Searched refs:GIU_IRQ_BASE (Results 1 – 2 of 2) sorted by relevance
128 #define GIU_IRQ_BASE 40 macro129 #define GIU_IRQ(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */131 #define GIU_IRQ_TO_PIN(x) ((x) - GIU_IRQ_BASE) /* Pin 0-31 */
320 else if (i >= GIU_IRQ_BASE && i <= GIU_IRQ_LAST) in vr41xx_icu_init()