Searched refs:sgmii_phy (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 2956 err = phy_power_on(bp->sgmii_phy); in macb_open() 2972 phy_power_off(bp->sgmii_phy); in macb_open() 3003 phy_power_off(bp->sgmii_phy); in macb_close() 4706 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional() 4708 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional() 4709 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional() 4712 ret = phy_init(bp->sgmii_phy); in init_reset_optional() 4741 phy_exit(bp->sgmii_phy); in init_reset_optional() 4749 phy_exit(bp->sgmii_phy); in init_reset_optional() 5145 phy_exit(bp->sgmii_phy); in macb_probe() [all...] |
H A D | macb.h | 1307 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member
|
/kernel/linux/linux-6.6/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, _, _, _, _, _),
|
Completed in 13 milliseconds