Home
last modified time | relevance | path

Searched refs:upper_mag (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c86 u16 lower_mag, upper_mag; in ath_cmn_max_idx_verify_ht20_40_fft() local
105 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_max_idx_verify_ht20_40_fft()
119 ((upper_mag >> max_exp) & 0xf8)) || in ath_cmn_max_idx_verify_ht20_40_fft()
251 u16 lower_mag, upper_mag, tmp_mag, length; in ath_cmn_process_ht20_40_fft() local
291 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
292 fft_sample_40.upper_max_magnitude = __cpu_to_be16(upper_mag); in ath_cmn_process_ht20_40_fft()
318 upper_mag >> max_exp, in ath_cmn_process_ht20_40_fft()
325 != ((upper_mag >> max_exp) & 0xf8)) || in ath_cmn_process_ht20_40_fft()
380 upper_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
381 fft_sample_40.upper_max_magnitude = __cpu_to_be16(upper_mag); in ath_cmn_process_ht20_40_fft()
[all …]