Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/vr41xx/
A Dirq.h54 #define SYSINT2_IRQ_BASE 24 macro
55 #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x))
/linux/arch/mips/vr41xx/common/
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()
703 for (i = SYSINT2_IRQ_BASE; i <= SYSINT2_IRQ_LAST; i++) in vr41xx_icu_init()

Completed in 4 milliseconds