Searched refs:genphy_config_aneg (Results 1 – 18 of 18) sorted by relevance
/external/u-boot/drivers/net/phy/ |
D | smsc.c | 50 .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,
|
D | vitesse.c | 79 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 …]
|
D | marvell.c | 145 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()
|
D | broadcom.c | 58 genphy_config_aneg(phydev); in bcm5461_config() 160 genphy_config_aneg(phydev); in bcm5482_config() 215 genphy_config_aneg(phydev); in bcm_cygnus_config()
|
D | atheros.c | 49 genphy_config_aneg(phydev); in ar8031_config() 87 genphy_config_aneg(phydev); in ar8035_config()
|
D | natsemi.c | 30 genphy_config_aneg(phydev); in dp83630_config() 58 genphy_config_aneg(phydev); in dp838xx_config()
|
D | realtek.c | 119 genphy_config_aneg(phydev); in rtl8211x_config() 153 genphy_config_aneg(phydev); in rtl8211f_config()
|
D | lxt.c | 65 .config = &genphy_config_aneg,
|
D | davicom.c | 36 genphy_config_aneg(phydev); in dm9161_config()
|
D | micrel_ksz90x1.c | 268 genphy_config_aneg(phydev); in ksz9021_config() 362 genphy_config_aneg(phydev); in ksz9031_config()
|
D | et1011c.c | 38 return genphy_config_aneg(phydev); in et1011c_config()
|
D | mscc.c | 397 return genphy_config_aneg(phydev); in vsc8531_config() 457 return genphy_config_aneg(phydev); in vsc8541_config()
|
D | ti.c | 303 genphy_config_aneg(phydev); in dp83867_config()
|
D | phy.c | 178 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg() function 430 genphy_config_aneg(phydev); in genphy_config()
|
D | b53.c | 570 res = genphy_config_aneg(phydev); in b53_phy_config()
|
D | mv88e61xx.c | 948 res = genphy_config_aneg(phydev); in mv88e61xx_phy_config()
|
/external/u-boot/include/ |
D | phy.h | 249 int genphy_config_aneg(struct phy_device *phydev);
|
/external/u-boot/drivers/usb/eth/ |
D | lan7x.c | 244 ret = genphy_config_aneg(priv->phydev); in lan7x_eth_phylib_config_start()
|