Lines Matching refs:analog_val
658 u8 analog_val; in ixgbe_reset_hw_82598() local
670 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val); in ixgbe_reset_hw_82598()
671 if (analog_val & IXGBE_ATLAS_PDN_TX_REG_EN) { in ixgbe_reset_hw_82598()
674 &analog_val); in ixgbe_reset_hw_82598()
675 analog_val &= ~IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_reset_hw_82598()
677 analog_val); in ixgbe_reset_hw_82598()
680 &analog_val); in ixgbe_reset_hw_82598()
681 analog_val &= ~IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_reset_hw_82598()
683 analog_val); in ixgbe_reset_hw_82598()
686 &analog_val); in ixgbe_reset_hw_82598()
687 analog_val &= ~IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_reset_hw_82598()
689 analog_val); in ixgbe_reset_hw_82598()
692 &analog_val); in ixgbe_reset_hw_82598()
693 analog_val &= ~IXGBE_ATLAS_PDN_TX_AN_QL_ALL; in ixgbe_reset_hw_82598()
695 analog_val); in ixgbe_reset_hw_82598()