Home
last modified time | relevance | path

Searched refs:AR_PHY_TIMING11_SPUR_DELTA_PHASE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9280_attach.c692 spur_delta_phase = ((bb_spur * 262144) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; in ar9280SpurMitigate()
694 spur_delta_phase = ((bb_spur * 524288) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; in ar9280SpurMitigate()
705 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar9280SpurMitigate()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212phy.h273 #define AR_PHY_TIMING11_SPUR_DELTA_PHASE 0x000FFFFF macro
H A Dar5212_reset.c1903 SM(spurDeltaPhase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar5212SetSpurMitigation()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c709 AR_PHY_TIMING11_SPUR_DELTA_PHASE; in ar5416SpurMitigate()
719 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar5416SpurMitigate()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h58 #define AR_PHY_TIMING11_SPUR_DELTA_PHASE 0x000FFFFF macro
H A Dar9300_reset.c1055 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING11, AR_PHY_TIMING11_SPUR_DELTA_PHASE, 0); in ar9300_spur_mitigate_ofdm()
1134 AR_PHY_TIMING11, AR_PHY_TIMING11_SPUR_DELTA_PHASE, in ar9300_spur_mitigate_ofdm()