Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c86 u8 lower_max_index, upper_max_index; in ath_cmn_max_idx_verify_ht20_40_fft() local
105 upper_max_index = spectral_max_index_ht40(mag_info->upper_bins); in ath_cmn_max_idx_verify_ht20_40_fft()
114 ((upper_max_index < 1) || (lower_max_index < 1))) in ath_cmn_max_idx_verify_ht20_40_fft()
117 if (((sample[upper_max_index + dc_pos] & 0xf8) != in ath_cmn_max_idx_verify_ht20_40_fft()
252 u8 lower_max_index, upper_max_index; in ath_cmn_process_ht20_40_fft() local
296 upper_max_index = spectral_max_index_ht40(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
297 fft_sample_40.upper_max_index = upper_max_index; in ath_cmn_process_ht20_40_fft()
318 upper_max_index); in ath_cmn_process_ht20_40_fft()
323 if (((fft_sample_40.data[upper_max_index + dc_pos] & 0xf8) in ath_cmn_process_ht20_40_fft()
371 if (upper_max_index == dc_pos) { in ath_cmn_process_ht20_40_fft()
[all …]
/linux/drivers/net/wireless/ath/
H A Dspectral_common.h85 u8 upper_max_index; member