Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_ro.c391 int pdepth = 0, p = 0; in fdt_get_path() local
403 while (pdepth > depth) { in fdt_get_path()
407 pdepth--; in fdt_get_path()
410 if (pdepth >= depth) { in fdt_get_path()
418 pdepth++; in fdt_get_path()
423 if (pdepth < (depth + 1)) in fdt_get_path()
/rk3399_rockchip-uboot/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()