Lines Matching full:bins
43 /* peak index outside of bins */ in get_max_exp()
83 u8 chain_idx, *bins; in ath10k_spectral_process_fft() local
113 * show, the particular configuration of 80 MHz/64 bins does in ath10k_spectral_process_fft()
147 bins = (u8 *)fftr; in ath10k_spectral_process_fft()
148 bins += sizeof(*fftr) + ar->hw_params.spectral_bin_offset; in ath10k_spectral_process_fft()
156 bin_len, bins); in ath10k_spectral_process_fft()
158 memcpy(fft_sample->data, bins, bin_len); in ath10k_spectral_process_fft()
433 unsigned int bins, fft_size, bin_scale; in read_file_spectral_bins() local
440 bins = 1 << (fft_size - bin_scale); in read_file_spectral_bins()
444 len = sprintf(buf, "%d\n", bins); in read_file_spectral_bins()
539 /* The buffer size covers whole channels in dual bands up to 128 bins. in ath10k_spectral_create()
540 * Scan with bigger than 128 bins needs to be run on single band each. in ath10k_spectral_create()