Searched refs:sgmii_phy (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | qcom,sa8775p-tlmm.yaml | 102 sailss_ospi, sail_top, sgmii_phy, tb_trig, tgu_ch0, tgu_ch1,
|
/linux-6.3-rc2/drivers/net/ethernet/cadence/ |
A D | macb_main.c | 2925 err = phy_power_on(bp->sgmii_phy); in macb_open() 2941 phy_power_off(bp->sgmii_phy); in macb_open() 2972 phy_power_off(bp->sgmii_phy); in macb_close() 4679 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional() 4683 ret = phy_init(bp->sgmii_phy); in init_reset_optional() 4712 phy_exit(bp->sgmii_phy); in init_reset_optional() 4720 phy_exit(bp->sgmii_phy); in init_reset_optional() 5087 phy_exit(bp->sgmii_phy); in macb_probe() 5110 phy_exit(bp->sgmii_phy); in macb_remove() 5199 phy_exit(bp->sgmii_phy); in macb_suspend() [all …]
|
A D | macb.h | 1288 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member
|
/linux-6.3-rc2/drivers/pinctrl/qcom/ |
A D | pinctrl-sa8775p.c | 1309 FUNCTION(sgmii_phy), 1340 [7] = PINGROUP(7, sgmii_phy, _, _, _, _, _, _, _, _), 1362 [26] = PINGROUP(26, sgmii_phy, qup0_se1, qdss_cti, phase_flag, _, _, _, _, _),
|
Completed in 60 milliseconds