Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/phy/
Dsmsc.c50 .config = &genphy_config_aneg,
60 .config = &genphy_config_aneg,
70 .config = &genphy_config_aneg,
80 .config = &genphy_config_aneg,
90 .config = &genphy_config_aneg,
100 .config = &genphy_config_aneg,
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 …]
Dmarvell.c145 genphy_config_aneg(phydev); in m88e1011s_config()
300 genphy_config_aneg(phydev); in m88e1111s_config()
399 genphy_config_aneg(phydev); in m88e1518_config()
446 return genphy_config_aneg(phydev); in m88e1118_config()
469 genphy_config_aneg(phydev); in m88e1121_config()
508 genphy_config_aneg(phydev); in m88e1145_config()
540 genphy_config_aneg(phydev); in m88e1149_config()
573 return genphy_config_aneg(phydev); in m88e1310_config()
607 res = genphy_config_aneg(phydev); in m88e1680_config()
Dbroadcom.c58 genphy_config_aneg(phydev); in bcm5461_config()
160 genphy_config_aneg(phydev); in bcm5482_config()
215 genphy_config_aneg(phydev); in bcm_cygnus_config()
Datheros.c49 genphy_config_aneg(phydev); in ar8031_config()
87 genphy_config_aneg(phydev); in ar8035_config()
Dnatsemi.c30 genphy_config_aneg(phydev); in dp83630_config()
58 genphy_config_aneg(phydev); in dp838xx_config()
Drealtek.c119 genphy_config_aneg(phydev); in rtl8211x_config()
153 genphy_config_aneg(phydev); in rtl8211f_config()
Dlxt.c65 .config = &genphy_config_aneg,
Ddavicom.c36 genphy_config_aneg(phydev); in dm9161_config()
Dmicrel_ksz90x1.c268 genphy_config_aneg(phydev); in ksz9021_config()
362 genphy_config_aneg(phydev); in ksz9031_config()
Det1011c.c38 return genphy_config_aneg(phydev); in et1011c_config()
Dmscc.c397 return genphy_config_aneg(phydev); in vsc8531_config()
457 return genphy_config_aneg(phydev); in vsc8541_config()
Dti.c303 genphy_config_aneg(phydev); in dp83867_config()
Dphy.c178 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg() function
430 genphy_config_aneg(phydev); in genphy_config()
Db53.c570 res = genphy_config_aneg(phydev); in b53_phy_config()
Dmv88e61xx.c948 res = genphy_config_aneg(phydev); in mv88e61xx_phy_config()
/external/u-boot/include/
Dphy.h249 int genphy_config_aneg(struct phy_device *phydev);
/external/u-boot/drivers/usb/eth/
Dlan7x.c244 ret = genphy_config_aneg(priv->phydev); in lan7x_eth_phylib_config_start()