Searched refs:sgmii_phy (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 2996 err = phy_power_on(bp->sgmii_phy); in macb_open() 3012 phy_power_off(bp->sgmii_phy); in macb_open() 3043 phy_power_off(bp->sgmii_phy); in macb_close() 4762 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional() 4764 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional() 4765 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional() 4768 ret = phy_init(bp->sgmii_phy); in init_reset_optional() 4797 phy_exit(bp->sgmii_phy); in init_reset_optional() 4805 phy_exit(bp->sgmii_phy); in init_reset_optional() 5200 phy_exit(bp->sgmii_phy); in macb_probe() [all …]
|
H A D | macb.h | 1317 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sa8775p.c | 1302 MSM_PIN_FUNCTION(sgmii_phy), 1333 [7] = PINGROUP(7, sgmii_phy, _, _, _, _, _, _, _, _), 1355 [26] = PINGROUP(26, sgmii_phy, qup0_se1, qdss_cti, phase_flag, _, _, _, _, _),
|