Searched refs:conf1 (Results 1 – 1 of 1) sorted by relevance
53 unsigned long conf1, il, dl; in mips_cache_probe() local55 conf1 = read_c0_config1(); in mips_cache_probe()57 il = (conf1 & MIPS_CONF1_IL) >> MIPS_CONF1_IL_SHF; in mips_cache_probe()58 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()