Searched refs:phy_intf_sel (Results 1 – 2 of 2) sorted by relevance
54 static int nvt_set_phy_intf_sel(void *bsp_priv, u8 phy_intf_sel) in nvt_set_phy_intf_sel() argument60 if (phy_intf_sel == PHY_INTF_SEL_RGMII) { in nvt_set_phy_intf_sel()70 } else if (phy_intf_sel == PHY_INTF_SEL_RMII) { in nvt_set_phy_intf_sel()
3206 int phy_intf_sel = -EINVAL; in stmmac_get_phy_intf_sel() local3210 phy_intf_sel = PHY_INTF_SEL_GMII_MII; in stmmac_get_phy_intf_sel()3212 phy_intf_sel = PHY_INTF_SEL_RGMII; in stmmac_get_phy_intf_sel()3214 phy_intf_sel = PHY_INTF_SEL_RMII; in stmmac_get_phy_intf_sel()3216 phy_intf_sel = PHY_INTF_SEL_REVMII; in stmmac_get_phy_intf_sel()3218 return phy_intf_sel; in stmmac_get_phy_intf_sel()3227 int phy_intf_sel, ret; in stmmac_prereset_configure() local3238 phy_intf_sel = stmmac_integrated_pcs_get_phy_intf_sel(pcs, in stmmac_prereset_configure()3241 phy_intf_sel = stmmac_get_phy_intf_sel(interface); in stmmac_prereset_configure()3244 if (phy_intf_sel < 0) { in stmmac_prereset_configure()[all …]