Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c562 static void ath11k_spectral_parse_fft(u8 *outbins, u8 *inbins, int num_bins, u8 fft_sz) in ath11k_spectral_parse_fft() argument
571 j += fft_sz; in ath11k_spectral_parse_fft()
595 if (!ab->hw_params.spectral.fft_sz) { in ath11k_spectral_process_fft()
613 bin_sz = ab->hw_params.spectral.fft_sz + ab->hw_params.spectral.fft_pad_sz; in ath11k_spectral_process_fft()
625 check_length = sizeof(*fft_report) + (num_bins * ab->hw_params.spectral.fft_sz); in ath11k_spectral_process_fft()
689 ab->hw_params.spectral.fft_sz); in ath11k_spectral_process_fft()
1002 if (!ab->hw_params.spectral.fft_sz) in ath11k_spectral_init()
H A Dcore.c70 .fft_sz = 2,
155 .fft_sz = 4,
238 .fft_sz = 0,
322 .fft_sz = 2,
405 .fft_sz = 0,
489 .fft_sz = 0,
573 .fft_sz = 0,
641 .fft_sz = 2,
H A Dhw.h176 u8 fft_sz; member