Home
last modified time | relevance | path

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

/u-boot/arch/mips/lib/
A Dcache.c56 unsigned long conf1, il, dl; in mips_cache_probe() local
58 conf1 = read_c0_config1(); in mips_cache_probe()
60 il = (conf1 & MIPS_CONF1_IL) >> MIPS_CONF1_IL_SHF; in mips_cache_probe()
61 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()

Completed in 2 milliseconds