Lines Matching refs:icache
38 boot_cpu_data.icache.way_incr = (1 << 13); in detect_cpu_and_cache_system()
39 boot_cpu_data.icache.entry_shift = 5; in detect_cpu_and_cache_system()
40 boot_cpu_data.icache.sets = 256; in detect_cpu_and_cache_system()
41 boot_cpu_data.icache.ways = 1; in detect_cpu_and_cache_system()
42 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in detect_cpu_and_cache_system()
96 boot_cpu_data.icache.ways = 4; in detect_cpu_and_cache_system()
110 boot_cpu_data.icache.ways = 4; in detect_cpu_and_cache_system()
120 boot_cpu_data.icache.ways = 4; in detect_cpu_and_cache_system()
127 boot_cpu_data.icache.ways = 4; in detect_cpu_and_cache_system()
133 boot_cpu_data.icache.ways = 4; in detect_cpu_and_cache_system()
155 boot_cpu_data.icache.ways = 4; in detect_cpu_and_cache_system()
162 boot_cpu_data.icache.ways = 2; in detect_cpu_and_cache_system()
167 boot_cpu_data.icache.ways = 2; in detect_cpu_and_cache_system()
184 boot_cpu_data.icache.ways = 2; in detect_cpu_and_cache_system()
196 boot_cpu_data.icache.ways = 1; in detect_cpu_and_cache_system()
208 if (boot_cpu_data.icache.ways > 1) { in detect_cpu_and_cache_system()
210 boot_cpu_data.icache.way_incr = (size >> 1); in detect_cpu_and_cache_system()
211 boot_cpu_data.icache.sets = (size >> 6); in detect_cpu_and_cache_system()