Home
last modified time | relevance | path

Searched refs:write_c0_config (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/txx9/generic/
Dsetup.c224 write_c0_config(conf); in txx9_cache_fixup()
229 write_c0_config(conf); in txx9_cache_fixup()
238 write_c0_config(conf); in txx9_cache_fixup()
271 write_c0_config(conf); in txx9_cache_fixup()
276 write_c0_config(conf); in txx9_cache_fixup()
285 write_c0_config(conf); in txx9_cache_fixup()
/linux-4.1.27/arch/mips/ath25/
Dar2315.c298 write_c0_config(config & ~0x3); in ar2315_plat_mem_setup()
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c1046 write_c0_config(config & ~VR41_CONF_P4K); in probe_pcache()
1054 write_c0_config(config); in probe_pcache()
1570 write_c0_config(config0); in nxp_pr4450_fixup_config()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h1181 #define write_c0_config(val) __write_32bit_c0_register($16, 0, val) macro