Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dcache.c23 if (!(read_c0_config1() & MIPS_CONF_M)) in probe_l2()
29 l2c = conf2 & MIPS_CONF_M; in probe_l2()
31 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()
33 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dmipsregs.h461 #define MIPS_CONF_M (_ULCAST_(1) << 31) macro