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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 324 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
505 * fdt_get_phandle(), then if that didn't find what
512 if (fdt_get_phandle(fdt, offset) == phandle)
  /external/dtc/libfdt/
fdt_ro.c 106 phandle = fdt_get_phandle(fdt, offset);
355 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
536 * fdt_get_phandle(), then if that didn't find what
543 if (fdt_get_phandle(fdt, offset) == phandle)

Completed in 228 milliseconds