Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dfdt.c344 int startDepth = fdt_node_depth( in do_fdt() local
346 int curDepth = startDepth; in do_fdt()
354 while (curDepth > startDepth) { in do_fdt()
355 if (curDepth == startDepth + 1) in do_fdt()