Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h387 #define INTCTLB_IPFDC 23 macro
388 #define INTCTLF_IPFDC (_ULCAST_(7) << INTCTLB_IPFDC)
/linux-6.1.9/arch/mips/kernel/
Dtraps.c2285 cp0_fdc_irq = (read_c0_intctl() >> INTCTLB_IPFDC) & 7; in per_cpu_trap_init()