Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/jazz/
Dirq.c90 change_c0_status(ST0_IM, IE_IRQ2 | IE_IRQ1); in arch_init_irq()
101 } else if (pending & IE_IRQ2) { in plat_irq_dispatch()
/linux-6.1.9/arch/mips/sgi-ip32/
Dip32-irq.c416 else if (unlikely(pending & IE_IRQ2)) in plat_irq_dispatch()
497 #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) in arch_init_irq()
/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h261 #define IE_IRQ2 (_ULCAST_(1) << 12) macro