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()
171 boot_cpu_data.icache.ways = 2; in cpu_probe()
172 boot_cpu_data.dcache.ways = 2; in cpu_probe()
176 boot_cpu_data.icache.ways = 2; in cpu_probe()
177 boot_cpu_data.dcache.ways = 2; in cpu_probe()
192 boot_cpu_data.icache.ways = 2; in cpu_probe()
193 boot_cpu_data.dcache.ways = 2; in cpu_probe()
202 if (boot_cpu_data.icache.ways > 1) { in cpu_probe()
210 if (boot_cpu_data.dcache.ways > 1) { in cpu_probe()
244 boot_cpu_data.scache.ways = 4; in cpu_probe()
253 boot_cpu_data.scache.ways); in cpu_probe()