Lines Matching refs:phy_ctrl
4669 u16 phy_ctrl; in e1000_smartspeed() local
4685 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4686 if (phy_ctrl & CR_1000T_MS_ENABLE) { in e1000_smartspeed()
4687 phy_ctrl &= ~CR_1000T_MS_ENABLE; in e1000_smartspeed()
4689 phy_ctrl); in e1000_smartspeed()
4693 &phy_ctrl)) { in e1000_smartspeed()
4694 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4697 phy_ctrl); in e1000_smartspeed()
4703 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4704 phy_ctrl |= CR_1000T_MS_ENABLE; in e1000_smartspeed()
4705 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000_smartspeed()
4707 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed()
4708 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4710 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed()