Searched refs:fdt_supernode_atdepth_offset (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | supernode_atdepth_offset.c | 82 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset, in check_supernode_atdepth() 106 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL); in check_supernode_overdepth()
|
| /netbsd-src/sys/external/bsd/libfdt/dist/ |
| H A D | version.lds | 23 fdt_supernode_atdepth_offset;
|
| H A D | fdt_ro.c | 575 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() function 616 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); in fdt_node_depth() 628 return fdt_supernode_atdepth_offset(fdt, nodeoffset, in fdt_parent_offset()
|
| H A D | libfdt.h | 893 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
|