Lines Matching refs:analog_val
706 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()
735 analog_val &= ~IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_reset_hw_82598()
737 analog_val); in ixgbe_reset_hw_82598()
740 &analog_val); in ixgbe_reset_hw_82598()
741 analog_val &= ~IXGBE_ATLAS_PDN_TX_AN_QL_ALL; in ixgbe_reset_hw_82598()
743 analog_val); in ixgbe_reset_hw_82598()