Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dsc-rm7k.c110 set_c0_config(RM7K_CONF_TE); in __rm7k_tc_enable()
121 if (read_c0_config() & RM7K_CONF_TE) in rm7k_tc_enable()
163 clear_c0_config(RM7K_CONF_TE); in rm7k_tc_disable()
196 set_c0_config(RM7K_CONF_TE); in __probe_tcache()
223 clear_c0_config(RM7K_CONF_TE); in __probe_tcache()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h418 #define RM7K_CONF_TE (_ULCAST_(1) << 12) macro