Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/vr41xx/
Dirq.h33 #define SYSINT1_IRQ_BASE 8 macro
34 #define SYSINT1_IRQ(x) (SYSINT1_IRQ_BASE + (x))
/linux-5.19.10/arch/mips/vr41xx/common/
Dicu.c84 #define SYSINT1_IRQ_TO_PIN(x) ((x) - SYSINT1_IRQ_BASE) /* Pin 0-15 */
602 if (irq >= SYSINT1_IRQ_BASE && irq <= SYSINT1_IRQ_LAST) in vr41xx_set_intassign()
697 for (i = SYSINT1_IRQ_BASE; i <= SYSINT1_IRQ_LAST; i++) in vr41xx_icu_init()