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

/linux-4.1.27/arch/mips/include/asm/vr41xx/
H A Dirq.h77 #define GIU_IRQ_BASE 40 macro
78 #define GIU_IRQ(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */
/linux-4.1.27/drivers/gpio/
H A Dgpio-vr41xx.c89 #define GPIO_PIN_OF_IRQ(irq) ((irq) - GIU_IRQ_BASE)
500 return GIU_IRQ_BASE + offset; vr41xx_gpio_to_irq()
558 for (i = GIU_IRQ_BASE; i <= GIU_IRQ_LAST; i++) { giu_probe()

Completed in 189 milliseconds