Home
last modified time | relevance | path

Searched full:sgmii_phy (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sa8775p-tlmm.yaml93 sailss_ospi, sail_top, sgmii_phy, tb_trig, tgu_ch0, tgu_ch1,
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c2996 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 Dmacb.h1317 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-sa8775p.c1302 MSM_PIN_FUNCTION(sgmii_phy),
1333 [7] = PINGROUP(7, sgmii_phy, _, _, _, _, _, _, _, _),
1355 [26] = PINGROUP(26, sgmii_phy, qup0_se1, qdss_cti, phase_flag, _, _, _, _, _),
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c855 {"sgmii_phy", MS_REG_MS_CMU_K2,