Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c512 int supernodedepth, int *nodedepth) in fdt_supernode_atdepth_offset() argument
519 if (supernodedepth < 0) in fdt_supernode_atdepth_offset()
525 if (depth == supernodedepth) in fdt_supernode_atdepth_offset()
532 if (supernodedepth > depth) in fdt_supernode_atdepth_offset()
H A Dlibfdt.h801 int supernodedepth, int *nodedepth);
/openbmc/linux/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.h930 int supernodedepth, int *nodedepth);