Searched refs:l2_off (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | fdt.c | 292 int off, l2_off, l3_off = -1; in ft_fixup_l2cache() local 323 l2_off = fdt_node_offset_by_phandle(blob, *ph); in ft_fixup_l2cache() 324 if (l2_off < 0) { in ft_fixup_l2cache() 335 fdt_setprop_cell(blob, l2_off, "cache-stash-id", in ft_fixup_l2cache() 340 fdt_setprop_cell(blob, l2_off, "cache-stash-id", in ft_fixup_l2cache() 346 fdt_setprop(blob, l2_off, "cache-unified", NULL, 0); in ft_fixup_l2cache() 347 fdt_setprop_cell(blob, l2_off, "cache-block-size", in ft_fixup_l2cache() 349 fdt_setprop_cell(blob, l2_off, "cache-size", size); in ft_fixup_l2cache() 350 fdt_setprop_cell(blob, l2_off, "cache-sets", num_sets); in ft_fixup_l2cache() 351 fdt_setprop_cell(blob, l2_off, "cache-level", 2); in ft_fixup_l2cache() [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 36 …strtab_base:0x%"PRIx64" l1ptr:0x%"PRIx64" l1_off:0x%x, l2ptr:0x%"PRIx64" l2_off:0x%x max_l2_ste:%d"
|