Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/
Dmsp_irq.c76 else if (pending & C_IRQ2) in plat_irq_dispatch()
143 irq_hwmask[MSP_INT_USB] = C_IRQ2; in arch_init_irq()
/linux-2.6.39/arch/mips/sni/
Dpcit.c211 else if (pending & C_IRQ2) in sni_pcit_hwint()
227 else if (pending & C_IRQ2) in sni_pcit_hwint_cplus()
/linux-2.6.39/arch/mips/include/asm/
Dmipsregs.h287 #define C_IRQ2 (_ULCAST_(1) << 12) macro