Lines Matching refs:boot_cpu_data
50 boot_cpu_data.dcache.ways = 4; in cpu_probe()
51 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
52 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
53 boot_cpu_data.dcache.flags = 0; in cpu_probe()
60 boot_cpu_data.dcache.way_incr = (1 << 11); in cpu_probe()
61 boot_cpu_data.dcache.entry_mask = 0x7f0; in cpu_probe()
62 boot_cpu_data.dcache.sets = 128; in cpu_probe()
63 boot_cpu_data.type = CPU_SH7708; in cpu_probe()
65 boot_cpu_data.flags |= CPU_HAS_MMU_PAGE_ASSOC; in cpu_probe()
67 boot_cpu_data.dcache.way_incr = (1 << 12); in cpu_probe()
68 boot_cpu_data.dcache.entry_mask = 0xff0; in cpu_probe()
69 boot_cpu_data.dcache.sets = 256; in cpu_probe()
70 boot_cpu_data.type = CPU_SH7729; in cpu_probe()
73 boot_cpu_data.type = CPU_SH7706; in cpu_probe()
76 boot_cpu_data.type = CPU_SH7710; in cpu_probe()
79 boot_cpu_data.type = CPU_SH7712; in cpu_probe()
82 boot_cpu_data.type = CPU_SH7720; in cpu_probe()
85 boot_cpu_data.type = CPU_SH7721; in cpu_probe()
88 boot_cpu_data.type = CPU_SH7705; in cpu_probe()
91 boot_cpu_data.dcache.way_incr = (1 << 13); in cpu_probe()
92 boot_cpu_data.dcache.entry_mask = 0x1ff0; in cpu_probe()
93 boot_cpu_data.dcache.sets = 512; in cpu_probe()
104 boot_cpu_data.dcache.flags |= SH_CACHE_COMBINED; in cpu_probe()
105 boot_cpu_data.icache = boot_cpu_data.dcache; in cpu_probe()
107 boot_cpu_data.family = CPU_FAMILY_SH3; in cpu_probe()