Home
last modified time | relevance | path

Searched refs:phy_interface_is_rgmii (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/net/phy/
Dmarvell.c225 if (phy_interface_is_rgmii(phydev)) { in m88e1111s_config()
378 if (phy_interface_is_rgmii(phydev)) { in m88e1518_config()
Ddp83867.c279 if (phy_interface_is_rgmii(phydev)) { in dp83867_config()
Dvitesse.c131 if (phy_interface_is_rgmii(phydev)) in cis8204_config()
/third_party/uboot/u-boot-2020.01/include/
Dphy.h420 static inline bool phy_interface_is_rgmii(struct phy_device *phydev) in phy_interface_is_rgmii() function
/third_party/uboot/u-boot-2020.01/drivers/net/
Dsni_ave.c304 if (phy_interface_is_rgmii(phydev) && phydev->speed == SPEED_1000) in ave_adjust_link()
312 if (!phy_interface_is_rgmii(phydev)) { in ave_adjust_link()
Dftgmac100.c196 if (phy_interface_is_rgmii(phydev) && phydev->speed == 1000) in ftgmac100_phy_adjust_link()
/third_party/uboot/u-boot-2020.01/drivers/net/ti/
Dcpsw.c491 if (phy->speed == 10 && phy_interface_is_rgmii(phy)) in cpsw_slave_update_link()