Lines Matching refs:tmp_mag
144 u16 magnitude, tmp_mag, length; in ath_cmn_process_ht20_fft() local
195 tmp_mag = 0; in ath_cmn_process_ht20_fft()
197 if (fft_sample_20.data[i] > tmp_mag) { in ath_cmn_process_ht20_fft()
198 tmp_mag = fft_sample_20.data[i]; in ath_cmn_process_ht20_fft()
203 magnitude = tmp_mag << max_exp; in ath_cmn_process_ht20_fft()
208 tmp_mag, fft_sample_20.max_index); in ath_cmn_process_ht20_fft()
250 u16 lower_mag, upper_mag, tmp_mag, length; in ath_cmn_process_ht20_40_fft() local
342 tmp_mag = 0; in ath_cmn_process_ht20_40_fft()
344 if (fft_sample_40.data[i] > tmp_mag) { in ath_cmn_process_ht20_40_fft()
345 tmp_mag = fft_sample_40.data[i]; in ath_cmn_process_ht20_40_fft()
350 lower_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
355 tmp_mag, fft_sample_40.lower_max_index); in ath_cmn_process_ht20_40_fft()
372 tmp_mag = 0; in ath_cmn_process_ht20_40_fft()
374 if (fft_sample_40.data[i] > tmp_mag) { in ath_cmn_process_ht20_40_fft()
375 tmp_mag = fft_sample_40.data[i]; in ath_cmn_process_ht20_40_fft()
379 upper_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
384 tmp_mag, fft_sample_40.upper_max_index); in ath_cmn_process_ht20_40_fft()