HomeSort by relevance Sort by last modified time
    Searched defs:fdt_supernode_atdepth_offset (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 410 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,
  /external/dtc/libfdt/
fdt_ro.c 441 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 56 milliseconds