Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212phy.h41 #define AR_PHY_TIMING3 0x9814 /* Timing control 3 */ macro
H A Dar5212_reset.c1973 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, in ar5212SetDeltaSlope()
1975 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, in ar5212SetDeltaSlope()
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5212.c347 DEFVOID(AR_PHY_TIMING3, "PHY_TIMING3"),
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c876 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, in ar5416SetDeltaSlope()
878 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, in ar5416SetDeltaSlope()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c786 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar9300_set_delta_slope()
787 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); in ar9300_set_delta_slope()
1311 OS_REG_WRITE(ah, AR_PHY_TIMING3, 0x9c0a9f6b); in ar9300_channel_change()
H A Dar9300phy.h45 #define AR_PHY_TIMING3 AR_CHAN_OFFSET(BB_timing_controls_3) macro