Lines Matching refs:ctrl
4948 u32 ctrl, reg; in e1000_reset_hw_ich8lan() local
4993 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_ich8lan()
5000 ctrl |= E1000_CTRL_PHY_RST; in e1000_reset_hw_ich8lan()
5011 E1000_WRITE_REG(hw, E1000_CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan()
5024 if (ctrl & E1000_CTRL_PHY_RST) { in e1000_reset_hw_ich8lan()
5288 u32 ctrl; in e1000_setup_copper_link_ich8lan() local
5294 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_ich8lan()
5295 ctrl |= E1000_CTRL_SLU; in e1000_setup_copper_link_ich8lan()
5296 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX); in e1000_setup_copper_link_ich8lan()
5297 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_ich8lan()
5379 u32 ctrl; in e1000_setup_copper_link_pch_lpt() local
5384 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_pch_lpt()
5385 ctrl |= E1000_CTRL_SLU; in e1000_setup_copper_link_pch_lpt()
5386 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX); in e1000_setup_copper_link_pch_lpt()
5387 E1000_WRITE_REG(hw, E1000_CTRL, ctrl); in e1000_setup_copper_link_pch_lpt()