Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
A Dcommon-spectral.h92 u8 data[SPECTRAL_HT20_40_NUM_BINS];
107 SPECTRAL_HT20_40_NUM_BINS)
152 idx = spectral_max_index(bins, SPECTRAL_HT20_40_NUM_BINS); in spectral_max_index_ht40()
157 return idx % (SPECTRAL_HT20_40_NUM_BINS / 2); in spectral_max_index_ht40()
A Dcommon-spectral.c88 int dc_pos = SPECTRAL_HT20_40_NUM_BINS / 2; in ath_cmn_max_idx_verify_ht20_40_fft()
246 int dc_pos = SPECTRAL_HT20_40_NUM_BINS / 2; in ath_cmn_process_ht20_40_fft()
285 SPECTRAL_HT20_40_NUM_BINS); in ath_cmn_process_ht20_40_fft()
310 memcpy(fft_sample_40.data, sample_buf, SPECTRAL_HT20_40_NUM_BINS); in ath_cmn_process_ht20_40_fft()
373 for (i = dc_pos; i < SPECTRAL_HT20_40_NUM_BINS; i++) { in ath_cmn_process_ht20_40_fft()
386 for (i = dc_pos; i < SPECTRAL_HT20_40_NUM_BINS; i++) { in ath_cmn_process_ht20_40_fft()
522 num_bins = SPECTRAL_HT20_40_NUM_BINS; in ath_cmn_process_fft()
/linux/drivers/net/wireless/ath/
A Dspectral_common.h21 #define SPECTRAL_HT20_40_NUM_BINS 128 macro
92 u8 data[SPECTRAL_HT20_40_NUM_BINS];

Completed in 7 milliseconds