Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c456 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() function
469 int nodedepth = fdt_node_depth(fdt, nodeoffset); in fdt_parent_offset()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c547 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() function
560 int nodedepth = fdt_node_depth(fdt, nodeoffset); in fdt_parent_offset()
H A Dlibfdt.h822 int fdt_node_depth(const void *fdt, int nodeoffset);
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c632 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() function
646 int nodedepth = fdt_node_depth(fdt, nodeoffset); in fdt_parent_offset()
H A Dlibfdt.h951 int fdt_node_depth(const void *fdt, int nodeoffset);
/openbmc/u-boot/cmd/
H A Dfdt.c378 int startDepth = fdt_node_depth( in do_fdt()