Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c658 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()
[all …]