Lines Matching refs:dcache
47 boot_cpu_data.dcache.way_incr = (1 << 14); in detect_cpu_and_cache_system()
48 boot_cpu_data.dcache.entry_shift = 5; in detect_cpu_and_cache_system()
49 boot_cpu_data.dcache.sets = 512; in detect_cpu_and_cache_system()
50 boot_cpu_data.dcache.ways = 1; in detect_cpu_and_cache_system()
51 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in detect_cpu_and_cache_system()
97 boot_cpu_data.dcache.ways = 4; in detect_cpu_and_cache_system()
111 boot_cpu_data.dcache.ways = 4; in detect_cpu_and_cache_system()
121 boot_cpu_data.dcache.ways = 4; in detect_cpu_and_cache_system()
128 boot_cpu_data.dcache.ways = 4; in detect_cpu_and_cache_system()
134 boot_cpu_data.dcache.ways = 4; in detect_cpu_and_cache_system()
156 boot_cpu_data.dcache.ways = 4; in detect_cpu_and_cache_system()
163 boot_cpu_data.dcache.ways = 2; in detect_cpu_and_cache_system()
168 boot_cpu_data.dcache.ways = 2; in detect_cpu_and_cache_system()
185 boot_cpu_data.dcache.ways = 2; in detect_cpu_and_cache_system()
197 boot_cpu_data.dcache.ways = 1; in detect_cpu_and_cache_system()
216 if (boot_cpu_data.dcache.ways > 1) { in detect_cpu_and_cache_system()
218 boot_cpu_data.dcache.way_incr = (size >> 1); in detect_cpu_and_cache_system()
219 boot_cpu_data.dcache.sets = (size >> 6); in detect_cpu_and_cache_system()