Searched defs:fdt_supernode_atdepth_offset (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
H A Dfdt_ro.c410 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
451 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
463 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
H A Dfdt_ro.c441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
482 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
494 return fdt_supernode_atdepth_offset(fdt, nodeoffset,

Completed in 8 milliseconds