Home
last modified time | relevance | path

Searched refs:fdt_get_max_phandle (Results 1 – 4 of 4) sorted by relevance

/external/dtc/tests/
Dget_phandle.c57 max = fdt_get_max_phandle(fdt); in main()
/external/dtc/libfdt/
Dfdt_overlay.c635 uint32_t delta = fdt_get_max_phandle(fdt); in fdt_overlay_apply()
Dlibfdt.h313 uint32_t fdt_get_max_phandle(const void *fdt);
Dfdt_ro.c91 uint32_t fdt_get_max_phandle(const void *fdt) in fdt_get_max_phandle() function