Lines Matching refs:phy_interface
997 if (fep->phy_interface == PHY_INTERFACE_MODE_RGMII || in fec_restart()
998 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_ID || in fec_restart()
999 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID || in fec_restart()
1000 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) in fec_restart()
1002 else if (fep->phy_interface == PHY_INTERFACE_MODE_RMII) in fec_restart()
1030 cfgr = (fep->phy_interface == PHY_INTERFACE_MODE_RMII) in fec_restart()
1929 fep->phy_interface); in fec_enet_mii_probe()
1956 fep->phy_interface); in fec_enet_mii_probe()
3394 fep->phy_interface = pdata->phy; in fec_probe()
3396 fep->phy_interface = PHY_INTERFACE_MODE_MII; in fec_probe()
3398 fep->phy_interface = ret; in fec_probe()