Searched full:sgmii_phy (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,qcs8300-tlmm.yaml | 85 qup2_se0, sailss_emac0, sailss_ospi, sail_top, sgmii_phy,
|
D | qcom,sa8775p-tlmm.yaml | 99 sailss_ospi, sail_top, sgmii_phy, tb_trig, tgu_ch0, tgu_ch1,
|
/linux-6.14.4/drivers/net/ethernet/cadence/ |
D | macb_main.c | 2984 err = phy_power_on(bp->sgmii_phy); in macb_open() 3000 phy_power_off(bp->sgmii_phy); in macb_open() 3031 phy_power_off(bp->sgmii_phy); in macb_close() 4755 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional() 4757 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional() 4758 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional() 4761 ret = phy_init(bp->sgmii_phy); in init_reset_optional() 4790 phy_exit(bp->sgmii_phy); in init_reset_optional() 4798 phy_exit(bp->sgmii_phy); in init_reset_optional() 5195 phy_exit(bp->sgmii_phy); in macb_probe() [all …]
|
D | macb.h | 1319 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member
|
/linux-6.14.4/drivers/pinctrl/qcom/ |
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, _, _, _, _, _),
|
D | pinctrl-qcs8300.c | 1017 MSM_PIN_FUNCTION(sgmii_phy), 1042 [4] = PINGROUP(4, sgmii_phy, qdss_cti, _, _, _, _, _, _, _, _, _),
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 855 {"sgmii_phy", MS_REG_MS_CMU_K2,
|