Home
last modified time | relevance | path

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

/external/u-boot/board/qemu-mips/
Dqemu-mips.c42 config1 = read_c0_config1(); in checkboard()
55 config1 = read_c0_config1(); in checkboard()
/external/u-boot/arch/mips/lib/
Dcache.c24 if (!(read_c0_config1() & MIPS_CONF_M)) in probe_l2()
56 conf1 = read_c0_config1(); in mips_cache_probe()
/external/u-boot/arch/mips/include/asm/
Dmipsregs.h1183 #define read_c0_config1() __read_32bit_c0_register($16, 1) macro