Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/linux/arch/mips/dec/
H A Dint-handler.S238 srl t0,CAUSEB_IP
239 li t1,CAUSEF_IP>>CAUSEB_IP # mask
/openbmc/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()
/openbmc/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.c2288 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP; in per_cpu_trap_init()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h333 #define CAUSEB_IP 8 macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h401 #define CAUSEB_IP 8 macro