Home
last modified time | relevance | path

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

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