Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c817 u8 analog_val; in ixgbe_reset_hw_82598() local
831 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
832 if (analog_val & IXGBE_ATLAS_PDN_TX_REG_EN) { in ixgbe_reset_hw_82598()
835 &analog_val); in ixgbe_reset_hw_82598()
836 analog_val &= ~IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_reset_hw_82598()
838 analog_val); in ixgbe_reset_hw_82598()
841 &analog_val); in ixgbe_reset_hw_82598()
842 analog_val &= ~IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_reset_hw_82598()
844 analog_val); in ixgbe_reset_hw_82598()
847 &analog_val); in ixgbe_reset_hw_82598()
[all …]