Lines Matching full:magnitude
144 u16 magnitude, tmp_mag, length; in ath_cmn_process_ht20_fft() local
157 magnitude = spectral_max_magnitude(mag_info->all_bins); in ath_cmn_process_ht20_fft()
158 fft_sample_20.max_magnitude = __cpu_to_be16(magnitude); in ath_cmn_process_ht20_fft()
175 magnitude >> max_exp, in ath_cmn_process_ht20_fft()
179 ((magnitude >> max_exp) & 0xf8)) { in ath_cmn_process_ht20_fft()
180 ath_dbg(common, SPECTRAL_SCAN, "Magnitude mismatch !\n"); in ath_cmn_process_ht20_fft()
190 /* Check if the maximum magnitude is indeed maximum, in ath_cmn_process_ht20_fft()
203 magnitude = tmp_mag << max_exp; in ath_cmn_process_ht20_fft()
204 fft_sample_20.max_magnitude = __cpu_to_be16(magnitude); in ath_cmn_process_ht20_fft()
211 if (fft_sample_20.data[i] == (magnitude >> max_exp)) in ath_cmn_process_ht20_fft()
216 if (fft_sample_20.data[i] > (magnitude >> max_exp)) { in ath_cmn_process_ht20_fft()
320 /* Check if we got the expected magnitude values at in ath_cmn_process_ht20_40_fft()
327 ath_dbg(common, SPECTRAL_SCAN, "Magnitude mismatch !\n"); in ath_cmn_process_ht20_40_fft()