Searched refs:mii_ctrl_reg (Results 1 – 1 of 1) sorted by relevance
1673 u16 mii_ctrl_reg; in e1000_phy_force_speed_duplex() local1694 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &mii_ctrl_reg); in e1000_phy_force_speed_duplex()1700 mii_ctrl_reg &= ~MII_CR_AUTO_NEG_EN; in e1000_phy_force_speed_duplex()1709 mii_ctrl_reg |= MII_CR_FULL_DUPLEX; in e1000_phy_force_speed_duplex()1716 mii_ctrl_reg &= ~MII_CR_FULL_DUPLEX; in e1000_phy_force_speed_duplex()1725 mii_ctrl_reg |= MII_CR_SPEED_100; in e1000_phy_force_speed_duplex()1726 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in e1000_phy_force_speed_duplex()1731 mii_ctrl_reg |= MII_CR_SPEED_10; in e1000_phy_force_speed_duplex()1732 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000_phy_force_speed_duplex()1759 mii_ctrl_reg |= MII_CR_RESET; in e1000_phy_force_speed_duplex()[all …]