Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c553 static void ath11k_spectral_parse_fft(u8 *outbins, u8 *inbins, int num_bins, u8 fft_sz) in ath11k_spectral_parse_fft() argument
562 j += fft_sz; in ath11k_spectral_parse_fft()
586 if (!ab->hw_params.spectral.fft_sz) { in ath11k_spectral_process_fft()
604 bin_sz = ab->hw_params.spectral.fft_sz + ab->hw_params.spectral.fft_pad_sz; in ath11k_spectral_process_fft()
616 check_length = sizeof(*fft_report) + (num_bins * ab->hw_params.spectral.fft_sz); in ath11k_spectral_process_fft()
680 ab->hw_params.spectral.fft_sz); in ath11k_spectral_process_fft()
993 if (!ab->hw_params.spectral.fft_sz) in ath11k_spectral_init()
H A Dcore.c71 .fft_sz = 2,
157 .fft_sz = 4,
241 .fft_sz = 0,
329 .fft_sz = 2,
413 .fft_sz = 0,
501 .fft_sz = 0,
589 .fft_sz = 0,
658 .fft_sz = 2,
753 .fft_sz = 0,
H A Dhw.h176 u8 fft_sz; member