Home
last modified time | relevance | path

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

/u-boot/include/
A Dphy.h498 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
/u-boot/drivers/net/
A Dftgmac100.c229 ret = phy_set_supported(phydev, priv->max_speed); in ftgmac100_phy_init()
A Dzynq_gem.c325 ret = phy_set_supported(priv->phydev, priv->max_speed); in zynq_phy_init()
A Dbcmgenet.c523 ret = phy_set_supported(priv->phydev, priv->speed); in bcmgenet_phy_init()
A Ddesignware.c502 ret = phy_set_supported(phydev, priv->max_speed); in dw_phy_init()
A Dsni_ave.c404 ret = phy_set_supported(phydev, priv->max_speed); in ave_phy_init()
A Ddwc_eth_qos.c1193 ret = phy_set_supported(eqos->phy, eqos->max_speed); in eqos_start()
/u-boot/drivers/net/ti/
A Dam65-cpsw-nuss.c583 ret = phy_set_supported(phydev, pdata->max_speed); in am65_cpsw_phy_init()
A Dcpsw.c856 ret = phy_set_supported(phydev, slave->data->max_speed); in cpsw_phy_init()
/u-boot/drivers/net/phy/
A Dphy.c592 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported() function

Completed in 33 milliseconds