Searched refs:thresh62 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_spectral.c | 167 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 D | ar9300eep.h | 319 u_int8_t thresh62; // 1 member
|
| H A D | ar9300.h | 1494 extern void ar9300_set_cca_threshold(struct ath_hal *ah, u_int8_t thresh62);
|