Lines Matching full:cache
170 fdt_setprop(blob, off, "cache-unified", NULL, 0); in ft_fixup_l3cache()
171 fdt_setprop_cell(blob, off, "cache-block-size", line_size); in ft_fixup_l3cache()
172 fdt_setprop_cell(blob, off, "cache-size", size); in ft_fixup_l3cache()
173 fdt_setprop_cell(blob, off, "cache-sets", num_sets); in ft_fixup_l3cache()
174 fdt_setprop_cell(blob, off, "cache-level", 3); in ft_fixup_l3cache()
176 fdt_setprop_cell(blob, off, "cache-stash-id", 1); in ft_fixup_l3cache()
196 len = sprintf(buf, "fsl,mpc%s-l2-cache-controller", in ft_fixup_l2cache_compatible()
200 len = sprintf(buf, "fsl,%c%s-l2-cache-controller", in ft_fixup_l2cache_compatible()
205 * append "cache" after the NULL character that the previous in ft_fixup_l2cache_compatible()
209 len += sprintf(buf + len, "cache") + 1; in ft_fixup_l2cache_compatible()
265 ph = (u32 *)fdt_getprop(blob, off, "next-level-cache", 0); in ft_fixup_l2cache()
268 debug("no next-level-cache property\n"); in ft_fixup_l2cache()
279 fdt_setprop(blob, off, "cache-unified", NULL, 0); in ft_fixup_l2cache()
280 fdt_setprop_cell(blob, off, "cache-block-size", line_size); in ft_fixup_l2cache()
281 fdt_setprop_cell(blob, off, "cache-size", size); in ft_fixup_l2cache()
282 fdt_setprop_cell(blob, off, "cache-sets", num_sets); in ft_fixup_l2cache()
283 fdt_setprop_cell(blob, off, "cache-level", 2); in ft_fixup_l2cache()
315 ph = (u32 *)fdt_getprop(blob, off, "next-level-cache", 0); in ft_fixup_l2cache()
318 debug("no next-level-cache property\n"); in ft_fixup_l2cache()
334 fdt_setprop_cell(blob, l2_off, "cache-stash-id", in ft_fixup_l2cache()
339 fdt_setprop_cell(blob, l2_off, "cache-stash-id", in ft_fixup_l2cache()
345 fdt_setprop(blob, l2_off, "cache-unified", NULL, 0); in ft_fixup_l2cache()
346 fdt_setprop_cell(blob, l2_off, "cache-block-size", in ft_fixup_l2cache()
348 fdt_setprop_cell(blob, l2_off, "cache-size", size); in ft_fixup_l2cache()
349 fdt_setprop_cell(blob, l2_off, "cache-sets", num_sets); in ft_fixup_l2cache()
350 fdt_setprop_cell(blob, l2_off, "cache-level", 2); in ft_fixup_l2cache()
355 ph = (u32 *)fdt_getprop(blob, l2_off, "next-level-cache", 0); in ft_fixup_l2cache()
358 debug("no next-level-cache property\n"); in ft_fixup_l2cache()
398 fdt_setprop_cell(blob, off, "d-cache-block-size", dline_size); in ft_fixup_cache()
399 fdt_setprop_cell(blob, off, "d-cache-size", dsize); in ft_fixup_cache()
400 fdt_setprop_cell(blob, off, "d-cache-sets", dnum_sets); in ft_fixup_cache()
406 fdt_setprop_cell(blob, off, "cache-stash-id", in ft_fixup_cache()
417 fdt_setprop_cell(blob, off, "i-cache-block-size", iline_size); in ft_fixup_cache()
418 fdt_setprop_cell(blob, off, "i-cache-size", isize); in ft_fixup_cache()
419 fdt_setprop_cell(blob, off, "i-cache-sets", inum_sets); in ft_fixup_cache()