Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212phy.h152 #define AR_PHY_MASK_CTL 0x990c /* What are these for?? */ macro
H A Dar5212_reset.c1806 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 Ddumpregs_5212.c369 DEFVOID(AR_PHY_MASK_CTL, "PHY_MASK_CTL"),
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c821 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask); in ar9280SpurMitigate()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c831 OS_REG_WRITE(ah, AR_PHY_MASK_CTL, tmp_mask); in ar5416SpurMitigate()