Searched refs:CAUSEB_IP (Results 1 – 7 of 7) sorted by relevance
94 #define DEC_CPU_IRQ_MASK(n) (1 << ((n) + CAUSEB_IP))95 #define DEC_CPU_IRQ_ALL (0xff << CAUSEB_IP)
238 srl t0,CAUSEB_IP239 li t1,CAUSEF_IP>>CAUSEB_IP # mask
46 pending >>= CAUSEB_IP; in plat_irq_dispatch()
137 pending >>= CAUSEB_IP; in plat_irq_dispatch()
183 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP); in c0_compare_int_pending()
2288 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP; in per_cpu_trap_init()
401 #define CAUSEB_IP 8 macro