Home
last modified time | relevance | path

Searched refs:autoc2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c777 u32 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_setup_mac_link_82599() local
912 u32 ctrl, i, autoc, autoc2; in ixgbe_reset_hw_82599() local
998 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2); in ixgbe_reset_hw_82599()
1001 if (autoc2 & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_hw_82599()
1002 autoc2 &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_hw_82599()
1003 IXGBE_WRITE_REG(hw, IXGBE_AUTOC2, autoc2); in ixgbe_reset_hw_82599()
1009 hw->mac.orig_autoc2 = autoc2; in ixgbe_reset_hw_82599()
1033 if ((autoc2 & IXGBE_AUTOC2_UPPER_MASK) != in ixgbe_reset_hw_82599()
1035 autoc2 &= ~IXGBE_AUTOC2_UPPER_MASK; in ixgbe_reset_hw_82599()
1036 autoc2 |= (hw->mac.orig_autoc2 & in ixgbe_reset_hw_82599()
[all …]