Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c654 u8 analog_val; in ixgbe_reset_hw_82598() local
671 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
672 if (analog_val & IXGBE_ATLAS_PDN_TX_REG_EN) { in ixgbe_reset_hw_82598()
675 &analog_val); in ixgbe_reset_hw_82598()
676 analog_val &= ~IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_reset_hw_82598()
678 analog_val); in ixgbe_reset_hw_82598()
681 &analog_val); in ixgbe_reset_hw_82598()
682 analog_val &= ~IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_reset_hw_82598()
684 analog_val); in ixgbe_reset_hw_82598()
687 &analog_val); in ixgbe_reset_hw_82598()
[all …]