Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/lib/
Dcache.c24 if (!(read_c0_config1() & MIPS_CONF_M)) in probe_l2()
30 l2c = conf2 & MIPS_CONF_M; in probe_l2()
32 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()
34 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2()
/external/u-boot/arch/mips/include/asm/
Dmipsregs.h460 #define MIPS_CONF_M (_ULCAST_(1) << 31) macro