Lines Matching refs:boot_cpu_data
29 boot_cpu_data.type = CPU_SH5_103; in cpu_probe()
32 boot_cpu_data.type = CPU_SH5_101; in cpu_probe()
34 boot_cpu_data.family = CPU_FAMILY_SH5; in cpu_probe()
39 boot_cpu_data.icache.ways = 4; in cpu_probe()
40 boot_cpu_data.icache.sets = 256; in cpu_probe()
41 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in cpu_probe()
42 boot_cpu_data.icache.way_incr = (1 << 13); in cpu_probe()
43 boot_cpu_data.icache.entry_shift = 5; in cpu_probe()
44 boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets * in cpu_probe()
45 boot_cpu_data.icache.linesz; in cpu_probe()
46 boot_cpu_data.icache.entry_mask = 0x1fe0; in cpu_probe()
47 boot_cpu_data.icache.flags = 0; in cpu_probe()
59 boot_cpu_data.dcache = boot_cpu_data.icache; in cpu_probe()
65 set_bit(SH_CACHE_MODE_WT, &(boot_cpu_data.dcache.flags)); in cpu_probe()
67 set_bit(SH_CACHE_MODE_WB, &(boot_cpu_data.dcache.flags)); in cpu_probe()