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)
223 srl t0,CAUSEB_IP224 li t1,CAUSEF_IP>>CAUSEB_IP # mask
113 pending >>= CAUSEB_IP; in plat_irq_dispatch()
105 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP); in c0_compare_int_pending()
2127 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP; in per_cpu_trap_init()
249 pending >>= CAUSEB_IP; in plat_irq_dispatch()
373 #define CAUSEB_IP 8 macro