Searched refs:IE_IRQ1 (Results 1 – 6 of 6) sorted by relevance
186 clear_c0_status(IE_IRQ1); in pcit_hwint1()191 set_c0_status(IE_IRQ1); in pcit_hwint1()246 change_c0_status(ST0_IM, IE_IRQ1); in sni_pcit_irq_init()
303 change_c0_status(ST0_IM, IE_IRQ1|IE_IRQ3); in sni_pcimt_irq_init()
90 change_c0_status(ST0_IM, IE_IRQ2 | IE_IRQ1); in arch_init_irq()104 } else if (pending & IE_IRQ1) { in plat_irq_dispatch()
414 else if (unlikely(pending & IE_IRQ1)) in plat_irq_dispatch()497 #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) in arch_init_irq()
48 unsigned long bmips_tp1_irqs = IE_IRQ1;
260 #define IE_IRQ1 (_ULCAST_(1) << 11) macro