Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h314 uint32_t fdt_get_max_phandle(const void *fdt);
H A Dfdt_overlay.c866 uint32_t delta = fdt_get_max_phandle(fdt); in fdt_overlay_apply()
H A Dfdt_ro.c92 uint32_t fdt_get_max_phandle(const void *fdt) in fdt_get_max_phandle() function
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h398 static inline uint32_t fdt_get_max_phandle(const void *fdt) in fdt_get_max_phandle() function
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c50 uint32_t fdt_get_max_phandle(const void *fdt) in fdt_get_max_phandle() function
/openbmc/qemu/hw/ppc/
H A Dvof.c1033 uint32_t phandle = fdt_get_max_phandle(fdt); in vof_build_dt()