Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212phy.h153 #define AR_PHY_MASK_CTL 0x990c /* What are these for?? */ macro
HDar5212_reset.c1804 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_RATE, 0); in ar5212SetSpurMitigation()
1809 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, val); in ar5212SetSpurMitigation()
1822 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_MASK_4, 0); in ar5212SetSpurMitigation()
1892 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_RATE, 0xFF); in ar5212SetSpurMitigation()
1912 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_MASK_4, binMagMask[3]); in ar5212SetSpurMitigation()
/trueos/tools/tools/ath/common/
HDdumpregs_5212.c370 DEFVOID(AR_PHY_MASK_CTL, "PHY_MASK_CTL"),
/trueos/sys/dev/ath/ath_hal/ar9002/
HDar9280_attach.c821 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask); in ar9280SpurMitigate()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c832 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask); in ar5416SpurMitigate()