Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_mdio.h24 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc);
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c76 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc) in fdt_fixup_phy_connection() function
/openbmc/u-boot/drivers/net/fm/
H A Dinit.c255 fdt_fixup_phy_connection(blob, off, info->enet_if); in ft_fixup_port()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c154 err = fdt_fixup_phy_connection(blob, off, PHY_INTERFACE_MODE_SGMII); in __ft_tsec_fixup()
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c537 err = fdt_fixup_phy_connection(blob, nodeoff, in ft_board_setup()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c31 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc) in fdt_fixup_phy_connection() function