Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.h128 static inline u8 spectral_bitmap_weight(u8 *bins) in spectral_bitmap_weight() function
Dcommon-spectral.c167 lower_bitmap_w = spectral_bitmap_weight(mag_info->lower_bins); in ath_cmn_process_fft()
168 upper_bitmap_w = spectral_bitmap_weight(mag_info->upper_bins); in ath_cmn_process_fft()
194 bitmap_w = spectral_bitmap_weight(mag_info->all_bins); in ath_cmn_process_fft()