Lines Matching refs:ctrl
2018 u32 ctrl; in e1000_phy_force_speed_duplex_setup() local
2026 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_phy_force_speed_duplex_setup()
2027 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX); in e1000_phy_force_speed_duplex_setup()
2028 ctrl &= ~E1000_CTRL_SPD_SEL; in e1000_phy_force_speed_duplex_setup()
2031 ctrl &= ~E1000_CTRL_ASDE; in e1000_phy_force_speed_duplex_setup()
2038 ctrl &= ~E1000_CTRL_FD; in e1000_phy_force_speed_duplex_setup()
2042 ctrl |= E1000_CTRL_FD; in e1000_phy_force_speed_duplex_setup()
2049 ctrl |= E1000_CTRL_SPD_100; in e1000_phy_force_speed_duplex_setup()
2054 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in e1000_phy_force_speed_duplex_setup()
2061 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_phy_force_speed_duplex_setup()
2856 u32 ctrl; in e1000_phy_hw_reset_generic() local
2870 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_phy_hw_reset_generic()
2871 E1000_WRITE_REG(hw, E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset_generic()
2876 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_phy_hw_reset_generic()