Lines Matching refs:conf

201 	unsigned int conf = read_c0_config();  in early_flush_dcache()  local
202 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
218 unsigned int conf; in txx9_cache_fixup() local
220 conf = read_c0_config(); in txx9_cache_fixup()
223 conf |= TX49_CONF_IC; in txx9_cache_fixup()
224 write_c0_config(conf); in txx9_cache_fixup()
228 conf |= TX49_CONF_DC; in txx9_cache_fixup()
229 write_c0_config(conf); in txx9_cache_fixup()
233 conf = read_c0_config(); in txx9_cache_fixup()
235 conf &= ~TX49_CONF_IC; in txx9_cache_fixup()
237 conf &= ~TX49_CONF_DC; in txx9_cache_fixup()
238 write_c0_config(conf); in txx9_cache_fixup()
240 if (conf & TX49_CONF_IC) in txx9_cache_fixup()
242 if (conf & TX49_CONF_DC) in txx9_cache_fixup()
249 unsigned int conf = read_c0_config(); in early_flush_dcache() local
250 unsigned int dc_size = 1 << (10 + ((conf & TX39_CONF_DCS_MASK) >> in early_flush_dcache()
265 unsigned int conf; in txx9_cache_fixup() local
267 conf = read_c0_config(); in txx9_cache_fixup()
270 conf &= ~TX39_CONF_ICE; in txx9_cache_fixup()
271 write_c0_config(conf); in txx9_cache_fixup()
275 conf &= ~TX39_CONF_DCE; in txx9_cache_fixup()
276 write_c0_config(conf); in txx9_cache_fixup()
280 conf = read_c0_config(); in txx9_cache_fixup()
282 conf |= TX39_CONF_ICE; in txx9_cache_fixup()
284 conf |= TX39_CONF_DCE; in txx9_cache_fixup()
285 write_c0_config(conf); in txx9_cache_fixup()
287 if (!(conf & TX39_CONF_ICE)) in txx9_cache_fixup()
289 if (!(conf & TX39_CONF_DCE)) in txx9_cache_fixup()