Home
last modified time | relevance | path

Searched refs:fdt_create_phandle (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/freescale/common/
H A Dfman.c50 ph = fdt_create_phandle(fdt, offset); in fdt_set_phy_handle()
H A Dsgmii_riser.c72 ph = fdt_create_phandle(fdt, phy_node); in fsl_sgmii_riser_fdt_fixup()
/openbmc/u-boot/drivers/net/fm/
H A Dfdt.c97 phandle = fdt_create_phandle(blob, fwnode); in fdt_fixup_fman_firmware()
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c59 ph = fdt_create_phandle(fdt, phy_node); in ft_fixup_enet_phy_connect_type()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dicid.c169 smmu_ph = fdt_create_phandle(blob, noff); in fdt_get_smmu_phandle()
/openbmc/u-boot/include/
H A Dfdt_support.h227 unsigned int fdt_create_phandle(void *fdt, int nodeoffset);
/openbmc/u-boot/common/
H A Dfdt_support.c1373 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle() function