Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c706 u8 analog_val; in ixgbe_reset_hw_82598() local
718 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
719 if (analog_val & IXGBE_ATLAS_PDN_TX_REG_EN) { in ixgbe_reset_hw_82598()
722 &analog_val); in ixgbe_reset_hw_82598()
723 analog_val &= ~IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_reset_hw_82598()
725 analog_val); in ixgbe_reset_hw_82598()
728 &analog_val); in ixgbe_reset_hw_82598()
729 analog_val &= ~IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_reset_hw_82598()
731 analog_val); in ixgbe_reset_hw_82598()
734 &analog_val); in ixgbe_reset_hw_82598()
[all …]