Searched refs:phy_set_supported (Results 1 – 10 of 10) sorted by relevance
/u-boot/include/ |
A D | phy.h | 498 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
|
/u-boot/drivers/net/ |
A D | ftgmac100.c | 229 ret = phy_set_supported(phydev, priv->max_speed); in ftgmac100_phy_init()
|
A D | zynq_gem.c | 325 ret = phy_set_supported(priv->phydev, priv->max_speed); in zynq_phy_init()
|
A D | bcmgenet.c | 523 ret = phy_set_supported(priv->phydev, priv->speed); in bcmgenet_phy_init()
|
A D | designware.c | 502 ret = phy_set_supported(phydev, priv->max_speed); in dw_phy_init()
|
A D | sni_ave.c | 404 ret = phy_set_supported(phydev, priv->max_speed); in ave_phy_init()
|
A D | dwc_eth_qos.c | 1193 ret = phy_set_supported(eqos->phy, eqos->max_speed); in eqos_start()
|
/u-boot/drivers/net/ti/ |
A D | am65-cpsw-nuss.c | 583 ret = phy_set_supported(phydev, pdata->max_speed); in am65_cpsw_phy_init()
|
A D | cpsw.c | 856 ret = phy_set_supported(phydev, slave->data->max_speed); in cpsw_phy_init()
|
/u-boot/drivers/net/phy/ |
A D | phy.c | 592 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported() function
|
Completed in 33 milliseconds