Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
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()

Completed in 4 milliseconds