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

/u-boot/test/dm/
H A Dfdtdec.c50 ut_assert(fdt_node_offset_by_phandle(blob, fdt32_to_cpu(prop[0])) > 0);
51 ut_assert(fdt_node_offset_by_phandle(blob, fdt32_to_cpu(prop[1])) > 0);
52 ut_assert(fdt_node_offset_by_phandle(blob, fdt32_to_cpu(prop[2])) > 0);
/u-boot/arch/riscv/lib/
H A Dfdt_fixup.c83 rmem_offset = fdt_node_offset_by_phandle(dst, phandle);
/u-boot/board/freescale/lx2160a/
H A Deth_lx2160ardb.c91 offset = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*phyhandle));
/u-boot/arch/mips/mach-octeon/
H A Docteon_fdt.c573 phy = fdt_node_offset_by_phandle(fdt, phandle);
771 node = fdt_node_offset_by_phandle(fdt, phandle);
787 node = fdt_node_offset_by_phandle(fdt, phandle);
832 node = fdt_node_offset_by_phandle(fdt, phandle);
H A Dcvmx-helper-board.c591 gpio_offset = fdt_node_offset_by_phandle(fdt_addr, phandle);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c275 off = fdt_node_offset_by_phandle(blob, *ph);
325 l2_off = fdt_node_offset_by_phandle(blob, *ph);
371 l3_off = fdt_node_offset_by_phandle(blob, l3_off);
/u-boot/board/Marvell/octeontx/
H A Dboard-fdt.c112 phy_offset = fdt_node_offset_by_phandle
/u-boot/arch/arm/mach-imx/imx8/
H A Dfdt.c194 device_offset = fdt_node_offset_by_phandle(blob,
/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c79 ret = fdt_node_offset_by_phandle(fdt, phandle);
H A Dlibfdt.h951 * fdt_node_offset_by_phandle - find the node with a given phandle
955 * fdt_node_offset_by_phandle() returns the offset of the node
969 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_ro.c680 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function
/u-boot/lib/
H A Dfdtdec.c649 lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle));
780 node = fdt_node_offset_by_phandle(blob,
1503 offset = fdt_node_offset_by_phandle(blob, phandle);
/u-boot/board/Marvell/octeon_ebb7304/
H A Dboard.c275 phy_offset = fdt_node_offset_by_phandle(fdt, phandle);
/u-boot/drivers/net/
H A Daltera_tse.c635 addr = fdt_node_offset_by_phandle(blob, addr);
/u-boot/drivers/net/fsl-mc/
H A Dmc.c999 noff = fdt_node_offset_by_phandle(blob, phandle);
1027 noff = fdt_node_offset_by_phandle(blob, mc_ph);
/u-boot/drivers/core/
H A Dofnode.c715 node.of_offset = fdt_node_offset_by_phandle(gd->fdt_blob,
729 fdt_node_offset_by_phandle(oftree_lookup_fdt(tree),
/u-boot/drivers/mmc/
H A Domap_hsmmc.c1679 offset = fdt_node_offset_by_phandle(fdt, phandle);
/u-boot/boot/
H A Dfdt_support.c1630 int off = fdt_node_offset_by_phandle(fdt, phandle);

Completed in 236 milliseconds