Searched refs:mii_ctrl_reg (Results 1 – 1 of 1) sorted by relevance
1646 u16 mii_ctrl_reg; in e1000_phy_force_speed_duplex() local1667 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &mii_ctrl_reg); in e1000_phy_force_speed_duplex()1673 mii_ctrl_reg &= ~MII_CR_AUTO_NEG_EN; in e1000_phy_force_speed_duplex()1682 mii_ctrl_reg |= MII_CR_FULL_DUPLEX; in e1000_phy_force_speed_duplex()1689 mii_ctrl_reg &= ~MII_CR_FULL_DUPLEX; in e1000_phy_force_speed_duplex()1698 mii_ctrl_reg |= MII_CR_SPEED_100; in e1000_phy_force_speed_duplex()1699 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in e1000_phy_force_speed_duplex()1704 mii_ctrl_reg |= MII_CR_SPEED_10; in e1000_phy_force_speed_duplex()1705 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000_phy_force_speed_duplex()1732 mii_ctrl_reg |= MII_CR_RESET; in e1000_phy_force_speed_duplex()[all …]