Searched refs:sgmii_phy (Results 1 – 2 of 2) sorted by relevance
2876 err = phy_power_on(bp->sgmii_phy); in macb_open()2892 phy_power_off(bp->sgmii_phy); in macb_open()2923 phy_power_off(bp->sgmii_phy); in macb_close()4614 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()4616 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional()4617 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional()4620 ret = phy_init(bp->sgmii_phy); in init_reset_optional()4648 phy_exit(bp->sgmii_phy); in init_reset_optional()4656 phy_exit(bp->sgmii_phy); in init_reset_optional()5023 phy_exit(bp->sgmii_phy); in macb_probe()[all …]
1301 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member