Searched refs:phy_interface (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/freescale/
H A Ducc_geth.c1363 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_RMII) ||
1364 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII) ||
1365 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_ID) ||
1366 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) ||
1367 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) ||
1368 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) {
1369 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RMII)
1376 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RTBI)
1380 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_TBI) ||
1381 (ugeth->phy_interface
3815 phy_interface_t phy_interface; local
[all...]
H A Dfec.c242 phy_interface_t phy_interface; member in struct:fec_enet_private
460 if (fep->phy_interface == PHY_INTERFACE_MODE_RGMII)
462 else if (fep->phy_interface == PHY_INTERFACE_MODE_RMII)
490 cfgr = (fep->phy_interface == PHY_INTERFACE_MODE_RMII)
995 fep->phy_interface);
1585 fep->phy_interface = pdata->phy;
1587 fep->phy_interface = PHY_INTERFACE_MODE_MII;
1589 fep->phy_interface = ret;
H A Ducc_geth.h1221 phy_interface_t phy_interface; member in struct:ucc_geth_private
/drivers/net/ethernet/cadence/
H A Dmacb.c209 bp->phy_interface);
1373 bp->phy_interface = PHY_INTERFACE_MODE_RMII;
1375 bp->phy_interface = PHY_INTERFACE_MODE_MII;
1377 bp->phy_interface = err;
1380 if (bp->phy_interface == PHY_INTERFACE_MODE_RMII)
H A Dmacb.h536 phy_interface_t phy_interface; member in struct:macb
/drivers/net/ethernet/renesas/
H A Dsh_eth.c1242 0, mdp->phy_interface);
2177 mdp->phy_interface = pd->phy_interface;
H A Dsh_eth.h784 phy_interface_t phy_interface; member in struct:sh_eth_private
/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1002 pdata->config.phy_interface);
2296 config->phy_interface = of_get_phy_mode(np);

Completed in 137 milliseconds