Lines Matching refs:phy_ctrl
4682 u16 phy_ctrl; in e1000_smartspeed() local
4698 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4699 if (phy_ctrl & CR_1000T_MS_ENABLE) { in e1000_smartspeed()
4700 phy_ctrl &= ~CR_1000T_MS_ENABLE; in e1000_smartspeed()
4702 phy_ctrl); in e1000_smartspeed()
4706 &phy_ctrl)) { in e1000_smartspeed()
4707 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4710 phy_ctrl); in e1000_smartspeed()
4716 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4717 phy_ctrl |= CR_1000T_MS_ENABLE; in e1000_smartspeed()
4718 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000_smartspeed()
4720 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed()
4721 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4723 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed()