Searched refs:fdt_node_offset_by_phandle (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c64 return fdt_node_offset_by_phandle(fdt, phandle);
H A Dlibfdt.h874 * fdt_node_offset_by_phandle - find the node with a given phandle
878 * fdt_node_offset_by_phandle() returns the offset of the node
892 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_ro.c525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt.h890 * fdt_node_offset_by_phandle - find the node with a given phandle
894 * fdt_node_offset_by_phandle() returns the offset of the node
908 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_overlay.c124 ret = fdt_node_offset_by_phandle(fdt, phandle);
H A Dfdt_ro.c595 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c250 phy = fdt_node_offset_by_phandle(fdt_addr, phandle);

Completed in 83 milliseconds