Lines Matching refs:atlas
1823 u8 atlas; in ixgbe_setup_loopback_test() local
1825 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test()
1826 atlas |= IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_setup_loopback_test()
1827 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test()
1829 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test()
1830 atlas |= IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_setup_loopback_test()
1831 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test()
1833 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test()
1834 atlas |= IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_setup_loopback_test()
1835 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, atlas); in ixgbe_setup_loopback_test()
1837 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, &atlas); in ixgbe_setup_loopback_test()
1838 atlas |= IXGBE_ATLAS_PDN_TX_AN_QL_ALL; in ixgbe_setup_loopback_test()
1839 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_AN, atlas); in ixgbe_setup_loopback_test()