Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c355 REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A(ah), in ar9003_hw_spur_ofdm_clear()
363 REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A(ah), in ar9003_hw_spur_ofdm_clear()
422 REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A(ah), in ar9003_hw_spur_ofdm()
430 REG_RMW_FIELD(ah, AR_PHY_SPUR_MASK_A(ah), in ar9003_hw_spur_ofdm()
H A Dar9003_phy.h457 #define AR_PHY_SPUR_MASK_A(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x18 : 0x20)) macro