Lines Matching refs:boot_cpu_data
32 boot_cpu_data.type = CPU_SH5_103; in cpu_probe()
35 boot_cpu_data.type = CPU_SH5_101; in cpu_probe()
37 boot_cpu_data.family = CPU_FAMILY_SH5; in cpu_probe()
42 boot_cpu_data.icache.ways = 4; in cpu_probe()
43 boot_cpu_data.icache.sets = 256; in cpu_probe()
44 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in cpu_probe()
45 boot_cpu_data.icache.way_incr = (1 << 13); in cpu_probe()
46 boot_cpu_data.icache.entry_shift = 5; in cpu_probe()
47 boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets * in cpu_probe()
48 boot_cpu_data.icache.linesz; in cpu_probe()
49 boot_cpu_data.icache.entry_mask = 0x1fe0; in cpu_probe()
50 boot_cpu_data.icache.flags = 0; in cpu_probe()
62 boot_cpu_data.dcache = boot_cpu_data.icache; in cpu_probe()
68 set_bit(SH_CACHE_MODE_WT, &(boot_cpu_data.dcache.flags)); in cpu_probe()
70 set_bit(SH_CACHE_MODE_WB, &(boot_cpu_data.dcache.flags)); in cpu_probe()