Home
last modified time | relevance | path

Searched refs:read_c0_config3 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dcache.c31 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dproc.c139 (read_c0_config3() & MIPS_CONF3_ISA_OE) ? "yes" : "no"); in show_cpuinfo()
H A Dmips-cm.c184 u32 config3 = read_c0_config3(); in __mips_cm_phys_base()
H A Dtraps.c2403 unsigned int config3 = read_c0_config3(); in trap_init()
H A Dcpu-probe.c504 config3 = read_c0_config3(); in decode_config3()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1186 #define read_c0_config3() __read_32bit_c0_register($16, 3) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1757 #define read_c0_config3() __read_32bit_c0_register($16, 3) macro