Lines Matching refs:mag_info
128 struct ath_ht20_40_mag_info *mag_info; in ath_cmn_process_fft() local
158 mag_info = ((struct ath_ht20_40_mag_info *)radar_info) - 1; in ath_cmn_process_fft()
159 lower_mag = spectral_max_magnitude(mag_info->lower_bins); in ath_cmn_process_fft()
160 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_process_fft()
163 lower_max_index = spectral_max_index(mag_info->lower_bins); in ath_cmn_process_fft()
164 upper_max_index = spectral_max_index(mag_info->upper_bins); in ath_cmn_process_fft()
167 lower_bitmap_w = spectral_bitmap_weight(mag_info->lower_bins); in ath_cmn_process_fft()
168 upper_bitmap_w = spectral_bitmap_weight(mag_info->upper_bins); in ath_cmn_process_fft()
171 fft_sample_40.max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_fft()
179 struct ath_ht20_mag_info *mag_info; in ath_cmn_process_fft() local
189 mag_info = ((struct ath_ht20_mag_info *)radar_info) - 1; in ath_cmn_process_fft()
190 magnitude = spectral_max_magnitude(mag_info->all_bins); in ath_cmn_process_fft()
192 max_index = spectral_max_index(mag_info->all_bins); in ath_cmn_process_fft()
194 bitmap_w = spectral_bitmap_weight(mag_info->all_bins); in ath_cmn_process_fft()
196 fft_sample_20.max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_fft()