Searched refs:genphy_config_aneg (Results 1 – 25 of 42) sorted by relevance
12
/openbmc/u-boot/drivers/net/phy/ |
H A D | smsc.c | 51 .config = &genphy_config_aneg, 61 .config = &genphy_config_aneg, 71 .config = &genphy_config_aneg, 81 .config = &genphy_config_aneg, 91 .config = &genphy_config_aneg, 101 .config = &genphy_config_aneg,
|
H A D | vitesse.c | 80 genphy_config_aneg(phydev); in vitesse_config() 129 genphy_config_aneg(phydev); in cis8204_config() 168 return genphy_config_aneg(phydev); in vsc8601_config() 209 genphy_config_aneg(phydev); in vsc8574_config() 264 genphy_config_aneg(phydev); in vsc8514_config() 291 genphy_config_aneg(phydev); in vsc8664_config() 311 .config = &genphy_config_aneg, 321 .config = &genphy_config_aneg, 331 .config = &genphy_config_aneg, 381 .config = &genphy_config_aneg, [all …]
|
H A D | marvell.c | 144 genphy_config_aneg(phydev); in m88e1011s_config() 299 genphy_config_aneg(phydev); in m88e1111s_config() 398 genphy_config_aneg(phydev); in m88e1518_config() 445 return genphy_config_aneg(phydev); in m88e1118_config() 468 genphy_config_aneg(phydev); in m88e1121_config() 507 genphy_config_aneg(phydev); in m88e1145_config() 539 genphy_config_aneg(phydev); in m88e1149_config() 572 return genphy_config_aneg(phydev); in m88e1310_config() 606 res = genphy_config_aneg(phydev); in m88e1680_config()
|
H A D | natsemi.c | 31 genphy_config_aneg(phydev); in dp83630_config() 59 genphy_config_aneg(phydev); in dp838xx_config()
|
H A D | atheros.c | 50 genphy_config_aneg(phydev); in ar8031_config() 88 genphy_config_aneg(phydev); in ar8035_config()
|
H A D | broadcom.c | 88 genphy_config_aneg(phydev); in bcm5461_config() 188 genphy_config_aneg(phydev); in bcm5482_config() 243 genphy_config_aneg(phydev); in bcm_cygnus_config()
|
H A D | lxt.c | 66 .config = &genphy_config_aneg,
|
H A D | davicom.c | 37 genphy_config_aneg(phydev); in dm9161_config()
|
H A D | et1011c.c | 38 return genphy_config_aneg(phydev); in et1011c_config()
|
H A D | realtek.c | 146 genphy_config_aneg(phydev); in rtl8211x_config() 190 genphy_config_aneg(phydev); in rtl8211f_config()
|
H A D | micrel_ksz90x1.c | 266 genphy_config_aneg(phydev); in ksz9021_config() 360 genphy_config_aneg(phydev); in ksz9031_config()
|
H A D | phy.c | 176 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg() function 428 genphy_config_aneg(phydev); in genphy_config()
|
H A D | ti.c | 409 genphy_config_aneg(phydev); in dp83867_config()
|
/openbmc/linux/drivers/net/phy/ |
H A D | bcm-cygnus.c | 125 return genphy_config_aneg(phydev); in bcm_cygnus_resume() 182 return genphy_config_aneg(phydev); in bcm_omega_resume()
|
H A D | bcm7xxx.c | 220 return genphy_config_aneg(phydev); in bcm7xxx_28nm_resume() 598 return genphy_config_aneg(phydev); in bcm7xxx_16nm_ephy_resume() 697 return genphy_config_aneg(phydev); in bcm7xxx_28nm_ephy_resume() 902 .config_aneg = genphy_config_aneg, \
|
H A D | et1011c.c | 58 return genphy_config_aneg(phydev); in et1011c_config_aneg()
|
H A D | rockchip.c | 163 return genphy_config_aneg(phydev); in rockchip_config_aneg()
|
H A D | davicom.c | 129 err = genphy_config_aneg(phydev); in dm9161_config_aneg()
|
H A D | icplus.c | 199 genphy_config_aneg(phydev); in ip175c_config_aneg() 393 return genphy_config_aneg(phydev); in ip101a_g_config_aneg()
|
H A D | nxp-cbtx.c | 120 return genphy_config_aneg(phydev); in cbtx_config_aneg()
|
H A D | lxt.c | 305 return phydev->priv ? 0 : genphy_config_aneg(phydev); in lxt973_config_aneg()
|
H A D | smsc.c | 173 return genphy_config_aneg(phydev); in lan87xx_config_aneg() 187 return genphy_config_aneg(phydev); in lan87xx_config_aneg()
|
H A D | microchip.c | 342 return genphy_config_aneg(phydev); in lan88xx_config_aneg()
|
H A D | intel-xway.c | 298 return genphy_config_aneg(phydev); in xway_gphy14_config_aneg()
|
/openbmc/u-boot/include/ |
H A D | phy.h | 221 int genphy_config_aneg(struct phy_device *phydev);
|
12