Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup.c241 write_c0_config(conf); in txx9_cache_fixup()
246 write_c0_config(conf); in txx9_cache_fixup()
255 write_c0_config(conf); in txx9_cache_fixup()
288 write_c0_config(conf); in txx9_cache_fixup()
293 write_c0_config(conf); in txx9_cache_fixup()
302 write_c0_config(conf); in txx9_cache_fixup()
/arch/mips/mm/
Dc-r4k.c838 write_c0_config(config & ~VR41_CONF_P4K); in probe_pcache()
846 write_c0_config(config); in probe_pcache()
1275 write_c0_config(config0); in nxp_pr4450_fixup_config()
/arch/mips/include/asm/
Dmipsregs.h853 #define write_c0_config(val) __write_32bit_c0_register($16, 0, val) macro