Lines Matching refs:phy_ctrl
4675 u16 phy_ctrl; in e1000_smartspeed() local
4689 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4690 if (phy_ctrl & CR_1000T_MS_ENABLE) { in e1000_smartspeed()
4691 phy_ctrl &= ~CR_1000T_MS_ENABLE; in e1000_smartspeed()
4693 phy_ctrl); in e1000_smartspeed()
4697 &phy_ctrl)) { in e1000_smartspeed()
4698 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4701 phy_ctrl); in e1000_smartspeed()
4707 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4708 phy_ctrl |= CR_1000T_MS_ENABLE; in e1000_smartspeed()
4709 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000_smartspeed()
4711 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed()
4712 phy_ctrl |= (MII_CR_AUTO_NEG_EN | in e1000_smartspeed()
4714 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed()