Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c85 u16 lower_mag, upper_mag; in ath_cmn_max_idx_verify_ht20_40_fft() local
104 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_max_idx_verify_ht20_40_fft()
118 ((upper_mag >> max_exp) & 0xf8)) || in ath_cmn_max_idx_verify_ht20_40_fft()
250 u16 lower_mag, upper_mag, tmp_mag, length; in ath_cmn_process_ht20_40_fft() local
290 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
291 fft_sample_40.upper_max_magnitude = __cpu_to_be16(upper_mag); 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()
379 upper_mag = tmp_mag << max_exp; in ath_cmn_process_ht20_40_fft()
380 fft_sample_40.upper_max_magnitude = __cpu_to_be16(upper_mag); in ath_cmn_process_ht20_40_fft()
[all …]