Home
last modified time | relevance | path

Searched refs:AUTONEG_ENABLE (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dxilinx_phy.c49 if (AUTONEG_ENABLE == phydev->autoneg) { in xilinxphy_startup()
H A Dphy.c185 if (AUTONEG_ENABLE != phydev->autoneg) in genphy_config_aneg()
238 if ((phydev->autoneg == AUTONEG_ENABLE) && in genphy_update_link()
295 if (phydev->autoneg == AUTONEG_ENABLE) { in genphy_parse_link()
648 dev->autoneg = AUTONEG_ENABLE; in phy_device_create()
/rk3399_rockchip-uboot/include/linux/
H A Dethtool.h649 #define AUTONEG_ENABLE 0x01 macro
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dr8152.h481 #define AUTONEG_ENABLE 0x01 macro
H A Dlan7x.c243 priv->phydev->autoneg = AUTONEG_ENABLE; in lan7x_eth_phylib_config_start()
H A Dr8152.c1446 rtl8152_set_speed(tp, AUTONEG_ENABLE, in r8152_eth_probe()
1602 rtl8152_set_speed(tp, AUTONEG_ENABLE, in r8152_eth_probe()
/rk3399_rockchip-uboot/drivers/net/
H A Dpic32_eth.c120 priv->phydev->autoneg = AUTONEG_ENABLE; in pic32_phy_init()