HomeSort by relevance Sort by last modified time
    Searched refs:AUTONEG_DISABLE (Results 1 - 7 of 7) sorted by null

  /external/u-boot/include/linux/
ethtool.h 648 #define AUTONEG_DISABLE 0x00
  /bionic/libc/kernel/uapi/linux/
ethtool.h 684 #define AUTONEG_DISABLE 0x00
  /external/kernel-headers/original/uapi/linux/
ethtool.h 49 * either %AUTONEG_DISABLE or %AUTONEG_ENABLE
85 * writable, possibly dependent on @autoneg being %AUTONEG_DISABLE.
    [all...]
  /external/u-boot/drivers/usb/eth/
r8152.h 479 #define AUTONEG_DISABLE 0x00
r8152.c 890 if (autoneg == AUTONEG_DISABLE) {
    [all...]
  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 266 phydev->autoneg = AUTONEG_DISABLE;
    [all...]
  /external/u-boot/drivers/net/ldpaa_eth/
ldpaa_eth.c 481 if (priv->phydev->autoneg == AUTONEG_DISABLE)

Completed in 190 milliseconds