Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/txx9/generic/
Dsetup.c208 write_c0_config(conf); in txx9_cache_fixup()
213 write_c0_config(conf); in txx9_cache_fixup()
222 write_c0_config(conf); in txx9_cache_fixup()
255 write_c0_config(conf); in txx9_cache_fixup()
260 write_c0_config(conf); in txx9_cache_fixup()
269 write_c0_config(conf); in txx9_cache_fixup()
/linux-4.4.14/arch/mips/ath25/
Dar2315.c298 write_c0_config(config & ~0x3); in ar2315_plat_mem_setup()
/linux-4.4.14/arch/mips/mm/
Dc-r4k.c1048 write_c0_config(config & ~VR41_CONF_P4K); in probe_pcache()
1056 write_c0_config(config); in probe_pcache()
1573 write_c0_config(config0); in nxp_pr4450_fixup_config()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h1218 #define write_c0_config(val) __write_32bit_c0_register($16, 0, val) macro