Searched refs:fdt_fixup_phy_connection (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | fsl_mdio.h | 24 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc);
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fdt.c | 76 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 D | init.c | 255 fdt_fixup_phy_connection(blob, off, info->enet_if); in ft_fixup_port()
|
/openbmc/u-boot/board/freescale/mpc837xemds/ |
H A D | mpc837xemds.c | 154 err = fdt_fixup_phy_connection(blob, off, PHY_INTERFACE_MODE_SGMII); in __ft_tsec_fixup()
|
/openbmc/u-boot/board/freescale/mpc8569mds/ |
H A D | mpc8569mds.c | 537 err = fdt_fixup_phy_connection(blob, nodeoff, in ft_board_setup()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | fdt.c | 31 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc) in fdt_fixup_phy_connection() function
|