Home
last modified time | relevance | path

Searched refs:C_IRQ3 (Results 1 – 4 of 4) sorted by relevance

/arch/mips/pmcs-msp71xx/
Dmsp_irq.c80 else if (pending & C_IRQ3) in plat_irq_dispatch()
96 else if (pending & C_IRQ3) in plat_irq_dispatch()
/arch/mips/sni/
Dpcit.c215 else if (pending & C_IRQ3) in sni_pcit_hwint()
231 else if (pending & C_IRQ3) in sni_pcit_hwint_cplus()
Dpcimt.c284 else if (pending & C_IRQ3) in sni_pcimt_hwint()
/arch/mips/include/asm/
Dmipsregs.h288 #define C_IRQ3 (_ULCAST_(1) << 13) macro