Lines Matching refs:ah

149 	struct ath_common *common = ath9k_hw_common(spec_priv->ah);  in ath_cmn_process_ht20_fft()
150 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_fft() local
164 fft_sample_20.noise = ah->noise; in ath_cmn_process_ht20_fft()
253 struct ath_common *common = ath9k_hw_common(spec_priv->ah); in ath_cmn_process_ht20_40_fft()
254 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_40_fft() local
255 struct ath9k_hw_cal_data *caldata = ah->caldata; in ath_cmn_process_ht20_40_fft()
268 ext_nf = ath9k_hw_getchan_noise(ah, ah->curchan, in ath_cmn_process_ht20_40_fft()
283 fft_sample_40.lower_noise = ah->noise; in ath_cmn_process_ht20_40_fft()
290 fft_sample_40.upper_noise = ah->noise; in ath_cmn_process_ht20_40_fft()
500 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_fft() local
501 struct ath_common *common = ath9k_hw_common(spec_priv->ah); in ath_cmn_process_fft()
510 u16 fft_len, sample_len, freq = ah->curchan->chan->center_freq; in ath_cmn_process_fft()
731 struct ath_hw *ah = spec_priv->ah; in ath9k_cmn_spectral_scan_trigger() local
737 if (!ath9k_hw_ops(ah)->spectral_scan_trigger) { in ath9k_cmn_spectral_scan_trigger()
743 rxfilter = ath9k_hw_getrxfilter(ah); in ath9k_cmn_spectral_scan_trigger()
744 ath9k_hw_setrxfilter(ah, rxfilter | in ath9k_cmn_spectral_scan_trigger()
754 ath9k_hw_ops(ah)->spectral_scan_trigger(ah); in ath9k_cmn_spectral_scan_trigger()
763 struct ath_hw *ah = spec_priv->ah; in ath9k_cmn_spectral_scan_config() local
765 if (!ath9k_hw_ops(ah)->spectral_scan_trigger) { in ath9k_cmn_spectral_scan_config()
791 ath9k_hw_ops(ah)->spectral_scan_config(ah, &spec_priv->spec_config); in ath9k_cmn_spectral_scan_config()
805 struct ath_common *common = ath9k_hw_common(spec_priv->ah); in write_file_spec_scan_ctl()