Searched refs:fdt_supernode_atdepth_offset (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/libfdt/ |
H A D | fdt_ro.c | 388 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function 429 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); 441 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
|
H A D | libfdt.h | 602 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 608 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 611 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL); 614 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL); 631 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
|
Completed in 10 milliseconds