Home
last modified time | relevance | path

Searched refs:PHY_INTERFACE_MODE_RTBI (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dphy.h74 PHY_INTERFACE_MODE_RTBI, enumerator
112 case PHY_INTERFACE_MODE_RTBI: in phy_modes()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Demac.h117 #define PHY_MODE_RTBI PHY_INTERFACE_MODE_RTBI
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c1348 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
1356 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RTBI) in adjust_enet_interface()
1361 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
1373 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
1623 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_link()
3652 return PHY_INTERFACE_MODE_RTBI; in to_phy_interface()
3710 PHY_INTERFACE_MODE_TBI, PHY_INTERFACE_MODE_RTBI, in ucc_geth_probe()
3825 case PHY_INTERFACE_MODE_RTBI: in ucc_geth_probe()
Dgianfar.c1687 return PHY_INTERFACE_MODE_RTBI; in gfar_get_interface()
/linux-4.1.27/drivers/net/phy/
Dmarvell.c525 if (phydev->interface == PHY_INTERFACE_MODE_RTBI) { in m88e1111_config_init()