Home
last modified time | relevance | path

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

/u-boot/arch/mips/lib/
A Dcache.c24 bool l2c = false; in probe_l2() local
32 l2c = conf2 & MIPS_CONF_M; in probe_l2()
33 if (l2c) in probe_l2()
34 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()
35 if (l2c) in probe_l2()
36 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2()
37 if (l2c) in probe_l2()
38 l2c = read_c0_config5() & MIPS_CONF5_L2C; in probe_l2()
41 if (l2c && config_enabled(CONFIG_MIPS_CM)) { in probe_l2()
43 } else if (l2c) { in probe_l2()
/u-boot/arch/mips/dts/
A Dmrvl,cn73xx.dtsi75 l2c: l2c@1180080000000 { label
78 compatible = "cavium,octeon-7xxx-l2c";
89 l2c-handle = <&l2c>;

Completed in 6 milliseconds