Lines Matching refs:phy_interface
991 if (fep->phy_interface == PHY_INTERFACE_MODE_RGMII || in fec_restart()
992 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_ID || in fec_restart()
993 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID || in fec_restart()
994 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) in fec_restart()
996 else if (fep->phy_interface == PHY_INTERFACE_MODE_RMII) in fec_restart()
1024 cfgr = (fep->phy_interface == PHY_INTERFACE_MODE_RMII) in fec_restart()
1895 fep->phy_interface); in fec_enet_mii_probe()
1922 fep->phy_interface); in fec_enet_mii_probe()
3263 fep->phy_interface = pdata->phy; in fec_probe()
3265 fep->phy_interface = PHY_INTERFACE_MODE_MII; in fec_probe()
3267 fep->phy_interface = ret; in fec_probe()