Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/vr41xx/
H A Dirq.h54 #define SYSINT2_IRQ_BASE 24 macro
55 #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x))
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/
H A Dicu.c85 #define SYSINT2_IRQ_TO_PIN(x) ((x) - SYSINT2_IRQ_BASE) /* Pin 0-15 */
604 else if (irq >= SYSINT2_IRQ_BASE && irq <= SYSINT2_IRQ_LAST) in vr41xx_set_intassign()
701 for (i = SYSINT2_IRQ_BASE; i <= SYSINT2_IRQ_LAST; i++) in vr41xx_icu_init()

Completed in 2 milliseconds