Home
last modified time | relevance | path

Searched refs:NWAY_AR_100TX_FD_CAPS (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_phy.c265 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS | in igc_phy_setup_autoneg()
294 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; in igc_phy_setup_autoneg()
H A Digc_defines.h162 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h669 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
H A De1000_phy.c957 mii_autoneg_adv_reg &= ~(NWAY_AR_100TX_FD_CAPS | in igb_phy_setup_autoneg()
986 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; in igb_phy_setup_autoneg()
/openbmc/u-boot/drivers/net/
H A De1000.h2246 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
H A De1000.c3401 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; in e1000_phy_setup_autoneg()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2597 #define NWAY_AR_100TX_FD_CAPS 0x0100 /* 100TX Full Duplex Capable */ macro
H A De1000_hw.c1550 mii_autoneg_adv_reg |= NWAY_AR_100TX_FD_CAPS; in e1000_phy_setup_autoneg()