Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dphy.h360 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c559 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported() function
/rk3399_rockchip-uboot/drivers/net/
H A Ddesignware.c480 ret = phy_set_supported(phydev, priv->max_speed); in dw_phy_init()
H A Ddwc_eth_qos.c1219 ret = phy_set_supported(eqos->phy, eqos->max_speed); in eqos_init()