Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c442 int supernodedepth, int *nodedepth) in fdt_supernode_atdepth_offset() argument
449 if (supernodedepth < 0) in fdt_supernode_atdepth_offset()
455 if (depth == supernodedepth) in fdt_supernode_atdepth_offset()
462 if (supernodedepth > depth) in fdt_supernode_atdepth_offset()
H A Dlibfdt.h798 int supernodedepth, int *nodedepth);
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.c421 int supernodedepth, int *nodedepth) in fdt_supernode_atdepth_offset() argument
428 if (supernodedepth < 0) in fdt_supernode_atdepth_offset()
434 if (depth == supernodedepth) in fdt_supernode_atdepth_offset()
441 if (supernodedepth > depth) in fdt_supernode_atdepth_offset()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_ro.c595 int supernodedepth, int *nodedepth) in fdt_supernode_atdepth_offset() argument
602 if (supernodedepth < 0) in fdt_supernode_atdepth_offset()
608 if (depth == supernodedepth) in fdt_supernode_atdepth_offset()
615 if (supernodedepth > depth) in fdt_supernode_atdepth_offset()
H A Dlibfdt.h897 int supernodedepth, int *nodedepth);