Searched refs:ath_hal_spur_chans (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c4285 if (AH9300(ah)->ath_hal_spur_chans[i][0] != AR_NO_SPUR) {
4286 freq[j++] = AH9300(ah)->ath_hal_spur_chans[i][0];
4288 "1. get spur %d\n", AH9300(ah)->ath_hal_spur_chans[i][0]);
4290 if (AH9300(ah)->ath_hal_spur_chans[i][1] != AR_NO_SPUR) {
4291 freq[j++] = AH9300(ah)->ath_hal_spur_chans[i][1];
4293 "2. get spur %d\n", AH9300(ah)->ath_hal_spur_chans[i][1]);
4316 AH9300(ah)->ath_hal_spur_chans[i][0] = AR_NO_SPUR;
4317 AH9300(ah)->ath_hal_spur_chans[i][1] = AR_NO_SPUR;
4325 AH9300(ah)->ath_hal_spur_chans[j++][1] = freq[i];
4333 AH9300(ah)->ath_hal_spur_chans[
[all...]
H A Dar9300.h887 u_int16_t ath_hal_spur_chans[AR_EEPROM_MODAL_SPURS][2]; member in struct:ath_hal_9300
H A Dar9300_eeprom.c3557 AH_PRIVATE(ah)->ah_config.ath_hal_spur_chans[i][is_2ghz]);
3564 spur_val = AH_PRIVATE(ah)->ah_config.ath_hal_spur_chans[i][is_2ghz];

Completed in 192 milliseconds