Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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);
/rk3399_rockchip-uboot/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()