Home
last modified time | relevance | path

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

/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c499 phy = fdt_node_offset_by_phandle(initial_boot_params, phandle); in octeon_fdt_set_phy()
505 alt_phy = fdt_node_offset_by_phandle(initial_boot_params, alt_phandle); in octeon_fdt_set_phy()
602 int p = fdt_node_offset_by_phandle(initial_boot_params, ph); in octeon_fdt_rm_ethernet()
/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1080 * fdt_node_offset_by_phandle - find the node with a given phandle
1084 * fdt_node_offset_by_phandle() returns the offset of the node
1098 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_overlay.c64 ret = fdt_node_offset_by_phandle(fdt, phandle); in fdt_overlay_target_offset()
H A Dfdt_ro.c710 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function