Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1346 #define read_c0_intctl() __read_32bit_c0_register($12, 1) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1919 #define read_c0_intctl() __read_32bit_c0_register($12, 1) macro