Lines Matching refs:tmp_mag
156 u16 magnitude, tmp_mag, length; in ath_cmn_process_ht20_fft() local
207 tmp_mag = 0; in ath_cmn_process_ht20_fft()
209 if (fft_sample_20.data[i] > tmp_mag) { in ath_cmn_process_ht20_fft()
210 tmp_mag = fft_sample_20.data[i]; in ath_cmn_process_ht20_fft()
215 magnitude = tmp_mag << max_exp; in ath_cmn_process_ht20_fft()
220 tmp_mag, fft_sample_20.max_index); in ath_cmn_process_ht20_fft()
262 u16 lower_mag, upper_mag, tmp_mag, length; in ath_cmn_process_ht20_40_fft() local
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()
380 lower_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
385 tmp_mag, fft_sample_40.lower_max_index); in ath_cmn_process_ht20_40_fft()
402 tmp_mag = 0; in ath_cmn_process_ht20_40_fft()
404 if (fft_sample_40.data[i] > tmp_mag) { in ath_cmn_process_ht20_40_fft()
405 tmp_mag = fft_sample_40.data[i]; in ath_cmn_process_ht20_40_fft()
409 upper_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
414 tmp_mag, i); in ath_cmn_process_ht20_40_fft()