Searched refs:IE_IRQ2 (Results 1 – 6 of 6) sorted by relevance
89 change_c0_status(ST0_IM, IE_IRQ2 | IE_IRQ1); in arch_init_irq()100 } else if (pending & IE_IRQ2) { in plat_irq_dispatch()
55 #define SRB_TIMOCLK IE_IRQ2 /* 0x1000 */
428 else if (unlikely(pending & IE_IRQ2)) in plat_irq_dispatch()505 #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) in arch_init_irq()
280 write_c0_status(read_c0_status() | IE_IRQ2); in arch_init_irq()
535 set_c0_status(IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3); in au1000_init_irq()
275 #define IE_IRQ2 (_ULCAST_(1) << 12) macro