Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/mm/
Dsc-rm7k.c137 set_c0_config(RM7K_CONF_SE); in __rm7k_sc_enable()
148 if (read_c0_config() & RM7K_CONF_SE) in rm7k_sc_enable()
170 clear_c0_config(RM7K_CONF_SE); in rm7k_sc_disable()
245 if (!(config & RM7K_CONF_SE)) in rm7k_sc_init()
/linux-3.4.99/arch/mips/include/asm/
Dmipsregs.h508 #define RM7K_CONF_SE (_ULCAST_(1) << 3) macro