Home
last modified time | relevance | path

Searched refs:MII_CR_AUTO_NEG_EN (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datlx.h320 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro
Datl1.c661 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN; in atl1_phy_reset()
2589 atl1_write_phy_reg(hw, MII_BMCR, MII_CR_RESET | MII_CR_AUTO_NEG_EN); in atl1_phy_config()
3341 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN; in atl1_set_settings()
3644 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN; in atl1_nway_reset()
Datl2.c1068 atl2_write_phy_reg(hw, MII_BMCR, MII_CR_RESET | MII_CR_AUTO_NEG_EN | in atl2_phy_config()
2656 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG; in atl2_phy_commit()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c51 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_defines.h630 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro
De1000_phy.c913 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in igb_copper_link_autoneg()
1366 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN; in igb_phy_force_speed_duplex_setup()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c4703 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4717 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4793 if (mii_reg & MII_CR_AUTO_NEG_EN) { in e1000_mii_ioctl()
De1000_hw.c1370 phy_data |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000_copper_link_autoneg()
1700 mii_ctrl_reg &= ~MII_CR_AUTO_NEG_EN; in e1000_phy_force_speed_duplex()
De1000_hw.h2598 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro