Lines Matching refs:scache
242 boot_cpu_data.scache.way_incr = (1 << 16); in cpu_probe()
243 boot_cpu_data.scache.entry_shift = 5; in cpu_probe()
244 boot_cpu_data.scache.ways = 4; in cpu_probe()
245 boot_cpu_data.scache.linesz = L1_CACHE_BYTES; in cpu_probe()
247 boot_cpu_data.scache.entry_mask = in cpu_probe()
248 (boot_cpu_data.scache.way_incr - in cpu_probe()
249 boot_cpu_data.scache.linesz); in cpu_probe()
251 boot_cpu_data.scache.sets = size / in cpu_probe()
252 (boot_cpu_data.scache.linesz * in cpu_probe()
253 boot_cpu_data.scache.ways); in cpu_probe()
255 boot_cpu_data.scache.way_size = in cpu_probe()
256 (boot_cpu_data.scache.sets * in cpu_probe()
257 boot_cpu_data.scache.linesz); in cpu_probe()