Home
last modified time | relevance | path

Searched refs:INTCTLB_IPFDC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h319 #define INTCTLB_IPFDC 23 macro
320 #define INTCTLF_IPFDC (_ULCAST_(7) << INTCTLB_IPFDC)
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h387 #define INTCTLB_IPFDC 23 macro
388 #define INTCTLF_IPFDC (_ULCAST_(7) << INTCTLB_IPFDC)
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2291 cp0_fdc_irq = (read_c0_intctl() >> INTCTLB_IPFDC) & 7; in per_cpu_trap_init()