Home
last modified time | relevance | path

Searched refs:fdt_get_phandle (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libfdt/
H A Dfdt_ro.c107 phandle = fdt_get_phandle(fdt, offset); in fdt_get_max_phandle()
425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function
613 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
H A Dlibfdt.h713 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
H A Dfdt_overlay.c436 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()