Home
last modified time | relevance | path

Searched refs:CAUSEB_IP (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/include/asm/dec/
H A Dinterrupts.h94 #define DEC_CPU_IRQ_MASK(n) (1 << ((n) + CAUSEB_IP))
95 #define DEC_CPU_IRQ_ALL (0xff << CAUSEB_IP)
/linux/arch/mips/dec/
H A Dint-handler.S238 srl t0,CAUSEB_IP
239 li t1,CAUSEF_IP>>CAUSEB_IP # mask
/linux/drivers/irqchip/
H A Dirq-ath79-cpu.c46 pending >>= CAUSEB_IP; in plat_irq_dispatch()
H A Dirq-mips-cpu.c137 pending >>= CAUSEB_IP; in plat_irq_dispatch()
/linux/arch/mips/kernel/
H A Dcevt-r4k.c183 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP); in c0_compare_int_pending()
H A Dtraps.c2250 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP; in per_cpu_trap_init()
/linux/arch/mips/include/asm/
H A Dmipsregs.h546 #define CAUSEB_IP 8 macro