Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2289 cp0_compare_irq = (read_c0_intctl() >> INTCTLB_IPTI) & 7; in per_cpu_trap_init()
2290 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7; in per_cpu_trap_init()
2291 cp0_fdc_irq = (read_c0_intctl() >> INTCTLB_IPFDC) & 7; in per_cpu_trap_init()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1338 #define read_c0_intctl() __read_32bit_c0_register($12, 1) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1918 #define read_c0_intctl() __read_32bit_c0_register($12, 1) macro