Lines Matching refs:scache
245 boot_cpu_data.scache.way_incr = (1 << 16); in cpu_probe()
246 boot_cpu_data.scache.entry_shift = 5; in cpu_probe()
247 boot_cpu_data.scache.ways = 4; in cpu_probe()
248 boot_cpu_data.scache.linesz = L1_CACHE_BYTES; in cpu_probe()
250 boot_cpu_data.scache.entry_mask = in cpu_probe()
251 (boot_cpu_data.scache.way_incr - in cpu_probe()
252 boot_cpu_data.scache.linesz); in cpu_probe()
254 boot_cpu_data.scache.sets = size / in cpu_probe()
255 (boot_cpu_data.scache.linesz * in cpu_probe()
256 boot_cpu_data.scache.ways); in cpu_probe()
258 boot_cpu_data.scache.way_size = in cpu_probe()
259 (boot_cpu_data.scache.sets * in cpu_probe()
260 boot_cpu_data.scache.linesz); in cpu_probe()