Lines Matching full:bins
32 /* peak index outside of bins */ in get_max_exp()
72 u8 chain_idx, *bins; in ath10k_spectral_process_fft() local
102 * show, the particular configuration of 80 MHz/64 bins does in ath10k_spectral_process_fft()
136 bins = (u8 *)fftr; in ath10k_spectral_process_fft()
137 bins += sizeof(*fftr) + ar->hw_params.spectral_bin_offset; in ath10k_spectral_process_fft()
145 bin_len, bins); in ath10k_spectral_process_fft()
147 memcpy(fft_sample->data, bins, bin_len); in ath10k_spectral_process_fft()
417 unsigned int bins, fft_size, bin_scale; in read_file_spectral_bins() local
424 bins = 1 << (fft_size - bin_scale); in read_file_spectral_bins()
428 len = sprintf(buf, "%d\n", bins); in read_file_spectral_bins()
521 /* The buffer size covers whole channels in dual bands up to 128 bins. in ath10k_spectral_create()
522 * Scan with bigger than 128 bins needs to be run on single band each. in ath10k_spectral_create()