Home
last modified time | relevance | path

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

/Linux-v4.19/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()
3343 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN; in atl1_set_link_ksettings()
3645 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN; in atl1_nway_reset()
Datl2.c1065 atl2_write_phy_reg(hw, MII_BMCR, MII_CR_RESET | MII_CR_AUTO_NEG_EN | in atl2_phy_config()
2655 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG; in atl2_phy_commit()
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c51 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_defines.h651 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro
De1000_phy.c892 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in igb_copper_link_autoneg()
1349 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN; in igb_phy_force_speed_duplex_setup()
/Linux-v4.19/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.c1344 phy_data |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000_copper_link_autoneg()
1674 mii_ctrl_reg &= ~MII_CR_AUTO_NEG_EN; in e1000_phy_force_speed_duplex()
De1000_hw.h2573 #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */ macro