Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dsc-r5k.c83 if (config & CONF_SC) in r5k_sc_probe()
/linux/arch/mips/kernel/
H A Dcpu-probe.c1075 if (read_c0_config() & CONF_SC) { in cpu_probe_legacy()
/linux/arch/mips/include/asm/
H A Dmipsregs.h641 #define CONF_SC (_ULCAST_(1) << 17) macro