Lines Matching refs:ways
41 boot_cpu_data.icache.ways = 1; in cpu_probe()
50 boot_cpu_data.dcache.ways = 1; in cpu_probe()
70 boot_cpu_data.icache.ways = 4; in cpu_probe()
71 boot_cpu_data.dcache.ways = 4; in cpu_probe()
174 boot_cpu_data.icache.ways = 2; in cpu_probe()
175 boot_cpu_data.dcache.ways = 2; in cpu_probe()
179 boot_cpu_data.icache.ways = 2; in cpu_probe()
180 boot_cpu_data.dcache.ways = 2; in cpu_probe()
195 boot_cpu_data.icache.ways = 2; in cpu_probe()
196 boot_cpu_data.dcache.ways = 2; in cpu_probe()
205 if (boot_cpu_data.icache.ways > 1) { in cpu_probe()
213 if (boot_cpu_data.dcache.ways > 1) { in cpu_probe()
247 boot_cpu_data.scache.ways = 4; in cpu_probe()
256 boot_cpu_data.scache.ways); in cpu_probe()