HomeSort by relevance Sort by last modified time
    Searched refs:fdt_get_max_phandle (Results 1 - 6 of 6) sorted by null

  /external/dtc/tests/
get_phandle.c 57 max = fdt_get_max_phandle(fdt);
59 FAIL("fdt_get_max_phandle returned 0x%x instead of 0x%x\n",
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 295 * fdt_get_max_phandle - retrieves the highest phandle in a tree
298 * fdt_get_max_phandle retrieves the highest phandle in the given
307 uint32_t fdt_get_max_phandle(const void *fdt);
    [all...]
  /external/dtc/libfdt/
fdt_overlay.c 635 uint32_t delta = fdt_get_max_phandle(fdt);
fdt_ro.c 91 uint32_t fdt_get_max_phandle(const void *fdt) function
libfdt.h 302 * fdt_get_max_phandle - retrieves the highest phandle in a tree
305 * fdt_get_max_phandle retrieves the highest phandle in the given
314 uint32_t fdt_get_max_phandle(const void *fdt);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 91 uint32_t fdt_get_max_phandle(const void *fdt) function

Completed in 564 milliseconds