Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dcache.c21 bool l2c = false; in probe_l2() local
29 l2c = conf2 & MIPS_CONF_M; in probe_l2()
30 if (l2c) in probe_l2()
31 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()
32 if (l2c) in probe_l2()
33 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2()
34 if (l2c) in probe_l2()
35 l2c = read_c0_config5() & MIPS_CONF5_L2C; in probe_l2()
38 if (l2c && config_enabled(CONFIG_MIPS_CM)) { in probe_l2()
40 } else if (l2c) { in probe_l2()