Home
last modified time | relevance | path

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

/arch/mips/pmc-sierra/msp71xx/
Dmsp_irq.c79 else if (pending & C_IRQ3) in plat_irq_dispatch()
95 else if (pending & C_IRQ3) in plat_irq_dispatch()
146 irq_hwmask[MSP_INT_SAR] = C_IRQ3; in arch_init_irq()
/arch/mips/sni/
Dpcit.c213 else if (pending & C_IRQ3) in sni_pcit_hwint()
229 else if (pending & C_IRQ3) in sni_pcit_hwint_cplus()
Dpcimt.c282 else if (pending & C_IRQ3) in sni_pcimt_hwint()
/arch/mips/include/asm/
Dmipsregs.h288 #define C_IRQ3 (_ULCAST_(1) << 13) macro