Searched refs:upper_mag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | common-spectral.c | 85 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...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | common-spectral.c | 85 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...] |
Completed in 3 milliseconds