Searched refs:CAUSEB_IP (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mipssim/
H A Dsim_int.c44 return -clz(pending) + 31 - CAUSEB_IP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/asic/
H A Dasic_int.c89 return fls(pending) - 1 + CAUSEB_IP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcevt-r4k.c102 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP);
H A Dtraps.c1725 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-int.c80 return fls(pending) - CAUSEB_IP - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dint-handler.S223 srl t0,CAUSEB_IP
224 li t1,CAUSEF_IP>>CAUSEB_IP # mask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c218 return -clz(pending) + 31 - CAUSEB_IP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsregs.h446 #define CAUSEB_IP 8 macro

Completed in 146 milliseconds