Searched refs:phy_intf_sel (Results 1 – 1 of 1) sorted by relevance
3130 int phy_intf_sel = -EINVAL; in stmmac_get_phy_intf_sel() local3134 phy_intf_sel = PHY_INTF_SEL_GMII_MII; in stmmac_get_phy_intf_sel()3136 phy_intf_sel = PHY_INTF_SEL_RGMII; in stmmac_get_phy_intf_sel()3138 phy_intf_sel = PHY_INTF_SEL_SGMII; in stmmac_get_phy_intf_sel()3140 phy_intf_sel = PHY_INTF_SEL_RMII; in stmmac_get_phy_intf_sel()3142 phy_intf_sel = PHY_INTF_SEL_REVMII; in stmmac_get_phy_intf_sel()3144 return phy_intf_sel; in stmmac_get_phy_intf_sel()3152 int phy_intf_sel, ret; in stmmac_prereset_configure() local3158 phy_intf_sel = stmmac_get_phy_intf_sel(interface); in stmmac_prereset_configure()3159 if (phy_intf_sel < 0) { in stmmac_prereset_configure()[all …]