Home
last modified time | relevance | path

Searched refs:phy_set_supported (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dphy.h220 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
/openbmc/u-boot/drivers/net/
H A Dftgmac100.c234 ret = phy_set_supported(phydev, priv->max_speed); in ftgmac100_phy_init()
H A Dzynq_gem.c365 ret = phy_set_supported(priv->phydev, priv->max_speed); in zynq_phy_init()
H A Ddesignware.c497 ret = phy_set_supported(phydev, priv->max_speed); in dw_phy_init()
H A Dsni_ave.c395 ret = phy_set_supported(phydev, priv->max_speed); in ave_phy_init()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c559 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported() function