Home
last modified time | relevance | path

Searched refs:thresh62 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c167 ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62) in ar9300_set_cca_threshold() argument
169 OS_REG_RMW_FIELD(ah, AR_PHY_CCA_0, AR_PHY_CCA_THRESH62, thresh62); in ar9300_set_cca_threshold()
170 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA0, AR_PHY_EXT_CCA0_THRESH62, thresh62); in ar9300_set_cca_threshold()
175 OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA, AR_PHY_EXT_CCA_THRESH62, thresh62); in ar9300_set_cca_threshold()
H A Dar9300eep.h319 u_int8_t thresh62; // 1 member
H A Dar9300.h1494 extern void ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62);