Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c345 int curDepth = startDepth; in do_fdt() local
348 working_fdt, nodeoffset, &curDepth); in do_fdt()
353 while (curDepth > startDepth) { in do_fdt()
354 if (curDepth == startDepth + 1) in do_fdt()
366 working_fdt, nextNodeOffset, &curDepth); in do_fdt()