Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/common/
Dfman.c50 ph = fdt_create_phandle(fdt, offset); in fdt_set_phy_handle()
Dsgmii_riser.c72 ph = fdt_create_phandle(fdt, phy_node); in fsl_sgmii_riser_fdt_fixup()
/external/u-boot/drivers/net/fm/
Dfdt.c97 phandle = fdt_create_phandle(blob, fwnode); in fdt_fixup_fman_firmware()
/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dfdt.c59 ph = fdt_create_phandle(fdt, phy_node); in ft_fixup_enet_phy_connect_type()
/external/u-boot/include/
Dfdt_support.h222 unsigned int fdt_create_phandle(void *fdt, int nodeoffset);
/external/u-boot/common/
Dfdt_support.c1374 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle() function