Lines Matching refs:boot_cpu_data
53 boot_cpu_data.dcache.ways = 4; in cpu_probe()
54 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
55 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
56 boot_cpu_data.dcache.flags = 0; in cpu_probe()
63 boot_cpu_data.dcache.way_incr = (1 << 11); in cpu_probe()
64 boot_cpu_data.dcache.entry_mask = 0x7f0; in cpu_probe()
65 boot_cpu_data.dcache.sets = 128; in cpu_probe()
66 boot_cpu_data.type = CPU_SH7708; in cpu_probe()
68 boot_cpu_data.flags |= CPU_HAS_MMU_PAGE_ASSOC; in cpu_probe()
70 boot_cpu_data.dcache.way_incr = (1 << 12); in cpu_probe()
71 boot_cpu_data.dcache.entry_mask = 0xff0; in cpu_probe()
72 boot_cpu_data.dcache.sets = 256; in cpu_probe()
73 boot_cpu_data.type = CPU_SH7729; in cpu_probe()
76 boot_cpu_data.type = CPU_SH7706; in cpu_probe()
79 boot_cpu_data.type = CPU_SH7710; in cpu_probe()
82 boot_cpu_data.type = CPU_SH7712; in cpu_probe()
85 boot_cpu_data.type = CPU_SH7720; in cpu_probe()
88 boot_cpu_data.type = CPU_SH7721; in cpu_probe()
91 boot_cpu_data.type = CPU_SH7705; in cpu_probe()
94 boot_cpu_data.dcache.way_incr = (1 << 13); in cpu_probe()
95 boot_cpu_data.dcache.entry_mask = 0x1ff0; in cpu_probe()
96 boot_cpu_data.dcache.sets = 512; in cpu_probe()
107 boot_cpu_data.dcache.flags |= SH_CACHE_COMBINED; in cpu_probe()
108 boot_cpu_data.icache = boot_cpu_data.dcache; in cpu_probe()
110 boot_cpu_data.family = CPU_FAMILY_SH3; in cpu_probe()