Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/vr41xx/
Dirq.h58 #define SYSINT2_IRQ_BASE 24 macro
59 #define SYSINT2_IRQ(x) (SYSINT2_IRQ_BASE + (x))
/linux-3.4.99/arch/mips/vr41xx/common/
Dicu.c98 #define SYSINT2_IRQ_TO_PIN(x) ((x) - SYSINT2_IRQ_BASE) /* Pin 0-15 */
617 else if (irq >= SYSINT2_IRQ_BASE && irq <= SYSINT2_IRQ_LAST) in vr41xx_set_intassign()
716 for (i = SYSINT2_IRQ_BASE; i <= SYSINT2_IRQ_LAST; i++) in vr41xx_icu_init()