Searched refs:is_2g (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c53 int is_2g = IEEE80211_IS_CHAN_2GHZ(chan); local
96 AH_PAPRD_GET_SCALE_FACTOR(paprd_scale_factor, eep, is_2g, ichan->channel);
97 if (is_2g) {
203 __func__, is_2g, is_ht40, am_mask);
330 if (is_2g) {
339 else if (AR_SREV_WASP(ah) && !is_2g) {
361 if (is_2g) {
446 int is_2g = IEEE80211_IS_CHAN_2GHZ(chan); local
457 if (!is_2g) {
496 if (is_2g) {
[all...]
H A Dar9300_mci.c345 void ar9300_mci_2g5g_changed(struct ath_hal *ah, HAL_BOOL is_2g) argument
350 if (ahp->ah_mci_coex_is_2g == is_2g) {
359 ahp->ah_mci_coex_is_2g = is_2g;
994 void ar9300_mci_reset(struct ath_hal *ah, HAL_BOOL en_int, HAL_BOOL is_2g, argument
1001 HALDEBUG(ah, HAL_DEBUG_BT_COEX, "(MCI) %s: full_sleep = %d, is_2g = %d\n",
1002 __func__, is_full_sleep, is_2g);
1038 if (is_2g && (AR_SREV_JUPITER_20_OR_LATER(ah) || AR_SREV_APHRODITE(ah)) &&
H A Dar9300_reset.c278 ar9300_upload_noise_floor(struct ath_hal *ah, int is_2g, argument
435 int is_2g = 0; local
450 is_2g = !! (IS_CHAN_2GHZ(ichan));
451 ar9300_upload_noise_floor(ah, is_2g, nfarray);
629 int is_2g = 0; local
691 is_2g = !! IS_CHAN_2GHZ(ichan);
692 ar9300_upload_noise_floor(ah, is_2g, nfarray);
4401 int is_2g = 0; local
4425 is_2g = IEEE80211_IS_CHAN_2GHZ(chan);
4426 ar9300_upload_noise_floor(ah, is_2g, nfarra
[all...]
H A Dar9300.h1666 extern void ar9300_mci_reset (struct ath_hal *ah, HAL_BOOL en_int, HAL_BOOL is_2g, HAL_BOOL is_full_sleep);
1675 extern void ar9300_mci_2g5g_changed(struct ath_hal *ah, HAL_BOOL is_2g);

Completed in 122 milliseconds