Lines Matching refs:atlas
1769 u8 atlas; in ixgbe_setup_loopback_test() local
1771 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test()
1772 atlas |= IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_setup_loopback_test()
1773 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test()
1775 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test()
1776 atlas |= IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_setup_loopback_test()
1777 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test()
1779 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test()
1780 atlas |= IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_setup_loopback_test()
1781 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, atlas); in ixgbe_setup_loopback_test()
1783 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, &atlas); in ixgbe_setup_loopback_test()
1784 atlas |= IXGBE_ATLAS_PDN_TX_AN_QL_ALL; in ixgbe_setup_loopback_test()
1785 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, atlas); in ixgbe_setup_loopback_test()