Home
last modified time | relevance | path

Searched refs:fdt_find_max_phandle (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/lib/libfdt/
H A Dversion.lds71 fdt_find_max_phandle;
H A Dlibfdt.h381 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);
403 err = fdt_find_max_phandle(fdt, &phandle); in fdt_get_max_phandle()
H A Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle() function
147 err = fdt_find_max_phandle(fdt, &max); in fdt_generate_phandle()
H A Dfdt_overlay.c1054 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply()
/rk3399_ARM-atf/common/
H A Dfdt_fixup.c435 ret = fdt_find_max_phandle(dtb, &phandle); in fdt_add_cpu_idle_states()