Home
last modified time | relevance | path

Searched refs:IE_IRQ4 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/sgi-ip32/
H A Dip32-irq.c418 else if (unlikely(pending & IE_IRQ4)) in plat_irq_dispatch()
495 #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) in arch_init_irq()
/linux/arch/mips/jazz/
H A Dirq.c98 if (pending & IE_IRQ4) { in plat_irq_dispatch()
/linux/arch/mips/include/asm/
H A Dmipsregs.h402 #define IE_IRQ4 (_ULCAST_(1) << 14) macro