Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dsc-rm7k.c136 set_c0_config(RM7K_CONF_SE); in __rm7k_sc_enable()
147 if (read_c0_config() & RM7K_CONF_SE) in rm7k_sc_enable()
169 clear_c0_config(RM7K_CONF_SE); in rm7k_sc_disable()
244 if (!(config & RM7K_CONF_SE)) in rm7k_sc_init()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h417 #define RM7K_CONF_SE (_ULCAST_(1) << 3) macro