Searched refs:AR_PHY_MASK_CTL (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212phy.h | 152 #define AR_PHY_MASK_CTL 0x990c /* What are these for?? */ macro
|
H A D | ar5212_reset.c | 1806 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_RATE, 0); in ar5212SetSpurMitigation() 1811 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, val); in ar5212SetSpurMitigation() 1824 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_MASK_4, 0); in ar5212SetSpurMitigation() 1894 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_RATE, 0xFF); in ar5212SetSpurMitigation() 1914 OS_REG_RMW_FIELD(ah, AR_PHY_MASK_CTL, AR_PHY_MASK_CTL_MASK_4, binMagMask[3]); in ar5212SetSpurMitigation()
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5212.c | 369 DEFVOID(AR_PHY_MASK_CTL, "PHY_MASK_CTL"),
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280_attach.c | 821 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask); in ar9280SpurMitigate()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_attach.c | 831 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask); in ar5416SpurMitigate()
|