Home
last modified time | relevance | path

Searched refs:genphy_config_aneg (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dsmsc.c51 .config = &genphy_config_aneg,
61 .config = &genphy_config_aneg,
71 .config = &genphy_config_aneg,
81 .config = &genphy_config_aneg,
91 .config = &genphy_config_aneg,
H A Dvitesse.c79 genphy_config_aneg(phydev); in vitesse_config()
128 genphy_config_aneg(phydev); in cis8204_config()
167 return genphy_config_aneg(phydev); in vsc8601_config()
208 genphy_config_aneg(phydev); in vsc8574_config()
263 genphy_config_aneg(phydev); in vsc8514_config()
290 genphy_config_aneg(phydev); in vsc8664_config()
310 .config = &genphy_config_aneg,
320 .config = &genphy_config_aneg,
330 .config = &genphy_config_aneg,
380 .config = &genphy_config_aneg,
[all …]
H A Dmarvell.c121 genphy_config_aneg(phydev); in m88e1011s_config()
276 genphy_config_aneg(phydev); in m88e1111s_config()
374 genphy_config_aneg(phydev); in m88e1518_config()
421 return genphy_config_aneg(phydev); in m88e1118_config()
444 genphy_config_aneg(phydev); in m88e1121_config()
483 genphy_config_aneg(phydev); in m88e1145_config()
515 genphy_config_aneg(phydev); in m88e1149_config()
548 return genphy_config_aneg(phydev); in m88e1310_config()
582 res = genphy_config_aneg(phydev); in m88e1680_config()
H A Dnatsemi.c31 genphy_config_aneg(phydev); in dp83630_config()
59 genphy_config_aneg(phydev); in dp838xx_config()
H A Datheros.c49 genphy_config_aneg(phydev); in ar8031_config()
87 genphy_config_aneg(phydev); in ar8035_config()
H A Dbroadcom.c59 genphy_config_aneg(phydev); in bcm5461_config()
161 genphy_config_aneg(phydev); in bcm5482_config()
216 genphy_config_aneg(phydev); in bcm_cygnus_config()
H A Dlxt.c66 .config = &genphy_config_aneg,
H A Ddavicom.c37 genphy_config_aneg(phydev); in dm9161_config()
H A Drealtek.c87 genphy_config_aneg(phydev); in rtl8211x_config()
121 genphy_config_aneg(phydev); in rtl8211f_config()
H A Det1011c.c39 return genphy_config_aneg(phydev); in et1011c_config()
H A Dmicrel_ksz90x1.c271 genphy_config_aneg(phydev); in ksz9021_config()
365 genphy_config_aneg(phydev); in ksz9031_config()
H A Dmscc.c397 return genphy_config_aneg(phydev); in vsc8531_config()
457 return genphy_config_aneg(phydev); in vsc8541_config()
H A Drk630phy.c237 genphy_config_aneg(phydev); in rk630_phy_config_init()
H A Dti.c304 genphy_config_aneg(phydev); in dp83867_config()
H A Dphy.c181 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg() function
427 genphy_config_aneg(phydev); in genphy_config()
H A Dmv88e61xx.c940 res = genphy_config_aneg(phydev); in mv88e61xx_phy_config()
/rk3399_rockchip-uboot/include/
H A Dphy.h361 int genphy_config_aneg(struct phy_device *phydev);
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dlan7x.c245 ret = genphy_config_aneg(priv->phydev); in lan7x_eth_phylib_config_start()