Searched refs:l3_off (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c294 int off, l2_off, l3_off = -1; local
357 if (l3_off < 0) {
364 l3_off = *ph;
370 if (l3_off > 0) {
371 l3_off = fdt_node_offset_by_phandle(blob, l3_off);
372 if (l3_off < 0) {
376 ft_fixup_l3cache(blob, l3_off);

Completed in 82 milliseconds