Searched refs:num_sets (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fdt.c | 161 u32 line_size, num_ways, size, num_sets; in ft_fixup_l3cache() local 168 num_sets = size / (line_size * num_ways); in ft_fixup_l3cache() 173 fdt_setprop_cell(blob, off, "cache-sets", num_sets); in ft_fixup_l3cache() 257 const u32 num_sets = size / (line_size * num_ways); in ft_fixup_l2cache() local 282 fdt_setprop_cell(blob, off, "cache-sets", num_sets); in ft_fixup_l2cache() 300 u32 size, line_size, num_ways, num_sets; in ft_fixup_l2cache() local 310 num_sets = size / (line_size * num_ways); in ft_fixup_l2cache() 349 fdt_setprop_cell(blob, l2_off, "cache-sets", num_sets); in ft_fixup_l2cache()
|