Home
last modified time | relevance | path

Searched refs:pdepth (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c370 int pdepth = 0, p = 0; in fdt_get_path() local
382 while (pdepth > depth) { in fdt_get_path()
386 pdepth--; in fdt_get_path()
389 if (pdepth >= depth) { in fdt_get_path()
397 pdepth++; in fdt_get_path()
402 if (pdepth < (depth + 1)) in fdt_get_path()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c461 int pdepth = 0, p = 0; in fdt_get_path() local
473 while (pdepth > depth) { in fdt_get_path()
477 pdepth--; in fdt_get_path()
480 if (pdepth >= depth) { in fdt_get_path()
488 pdepth++; in fdt_get_path()
493 if (pdepth < (depth + 1)) in fdt_get_path()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c544 int pdepth = 0, p = 0; in fdt_get_path() local
556 while (pdepth > depth) { in fdt_get_path()
560 pdepth--; in fdt_get_path()
563 if (pdepth >= depth) { in fdt_get_path()
571 pdepth++; in fdt_get_path()
576 if (pdepth < (depth + 1)) in fdt_get_path()