Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Ddfs.c60 u8 upper_bins[3]; member
84 is_ext = fft_bitmap_weight(fft->upper_bins) != 0; in ath9k_get_max_index_ht40()
89 int mag_upper = fft_max_magnitude(fft->upper_bins); in ath9k_get_max_index_ht40()
98 return fft_max_index(fft->upper_bins) + DFS_UPPER_BIN_OFFSET; in ath9k_get_max_index_ht40()
Dcommon-spectral.c104 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_max_idx_verify_ht20_40_fft()
105 upper_max_index = spectral_max_index_ht40(mag_info->upper_bins); in ath_cmn_max_idx_verify_ht20_40_fft()
290 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
296 upper_max_index = spectral_max_index_ht40(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
302 upper_bitmap_w = spectral_bitmap_weight(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
Dcommon-spectral.h84 u8 upper_bins[3]; member