Lines Matching refs:max_exp

49 	u8 max_exp;  in ath_cmn_max_idx_verify_ht20_fft()  local
65 max_exp = mag_info->max_exp & 0xf; in ath_cmn_max_idx_verify_ht20_fft()
74 if ((sample[max_index] & 0xf8) != ((max_magnitude >> max_exp) & 0xf8)) in ath_cmn_max_idx_verify_ht20_fft()
87 u8 max_exp; in ath_cmn_max_idx_verify_ht20_40_fft() local
107 max_exp = mag_info->max_exp & 0xf; in ath_cmn_max_idx_verify_ht20_40_fft()
118 ((upper_mag >> max_exp) & 0xf8)) || in ath_cmn_max_idx_verify_ht20_40_fft()
120 ((lower_mag >> max_exp) & 0xf8))) in ath_cmn_max_idx_verify_ht20_40_fft()
145 u8 max_index, bitmap_w, max_exp; in ath_cmn_process_ht20_fft() local
166 max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_ht20_fft()
167 fft_sample_20.max_exp = max_exp; 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()
203 magnitude = tmp_mag << max_exp; 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()
253 u8 lower_bitmap_w, upper_bitmap_w, max_exp; in ath_cmn_process_ht20_40_fft() local
305 max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_ht20_40_fft()
306 fft_sample_40.max_exp = max_exp; in ath_cmn_process_ht20_40_fft()
315 lower_mag >> max_exp, in ath_cmn_process_ht20_40_fft()
317 upper_mag >> max_exp, in ath_cmn_process_ht20_40_fft()
324 != ((upper_mag >> max_exp) & 0xf8)) || in ath_cmn_process_ht20_40_fft()
326 != ((lower_mag >> max_exp) & 0xf8))) { in ath_cmn_process_ht20_40_fft()
350 lower_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
358 if (fft_sample_40.data[i] == (lower_mag >> max_exp)) in ath_cmn_process_ht20_40_fft()
363 if (fft_sample_40.data[i] > (lower_mag >> max_exp)) { in ath_cmn_process_ht20_40_fft()
379 upper_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
387 if (fft_sample_40.data[i] == (upper_mag >> max_exp)) in ath_cmn_process_ht20_40_fft()
392 if (fft_sample_40.data[i] > (upper_mag >> max_exp)) { in ath_cmn_process_ht20_40_fft()