Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dcache.c53 unsigned long conf1, il, dl; in mips_cache_probe() local
55 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()