Lines Matching refs:dcache
50 boot_cpu_data.dcache.ways = 4;
51 boot_cpu_data.dcache.entry_shift = 4;
52 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES;
53 boot_cpu_data.dcache.flags = 0;
60 boot_cpu_data.dcache.way_incr = (1 << 11);
61 boot_cpu_data.dcache.entry_mask = 0x7f0;
62 boot_cpu_data.dcache.sets = 128;
67 boot_cpu_data.dcache.way_incr = (1 << 12);
68 boot_cpu_data.dcache.entry_mask = 0xff0;
69 boot_cpu_data.dcache.sets = 256;
91 boot_cpu_data.dcache.way_incr = (1 << 13);
92 boot_cpu_data.dcache.entry_mask = 0x1ff0;
93 boot_cpu_data.dcache.sets = 512;
104 boot_cpu_data.dcache.flags |= SH_CACHE_COMBINED;
105 boot_cpu_data.icache = boot_cpu_data.dcache;