Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/vr41xx/
A Dirq.h73 #define GIU_IRQ_BASE 40 macro
74 #define GIU_IRQ(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */
/linux/drivers/gpio/
A Dgpio-vr41xx.c76 #define GPIO_PIN_OF_IRQ(irq) ((irq) - GIU_IRQ_BASE)
455 return GIU_IRQ_BASE + offset; in vr41xx_gpio_to_irq()
505 for (i = GIU_IRQ_BASE; i <= GIU_IRQ_LAST; i++) { in giu_probe()

Completed in 4 milliseconds