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.c554 static void ath11k_spectral_parse_fft(u8 *outbins, u8 *inbins, int num_bins, u8 fft_sz) in ath11k_spectral_parse_fft() argument
563 j += fft_sz; in ath11k_spectral_parse_fft()
587 if (!ab->hw_params.spectral.fft_sz) { in ath11k_spectral_process_fft()
605 bin_sz = ab->hw_params.spectral.fft_sz + ab->hw_params.spectral.fft_pad_sz; in ath11k_spectral_process_fft()
617 check_length = sizeof(*fft_report) + (num_bins * ab->hw_params.spectral.fft_sz); in ath11k_spectral_process_fft()
681 ab->hw_params.spectral.fft_sz); in ath11k_spectral_process_fft()
994 if (!ab->hw_params.spectral.fft_sz) in ath11k_spectral_init()
H A Dcore.c72 .fft_sz = 2,
161 .fft_sz = 4,
248 .fft_sz = 0,
339 .fft_sz = 2,
426 .fft_sz = 0,
517 .fft_sz = 0,
608 .fft_sz = 0,
679 .fft_sz = 2,
778 .fft_sz = 0,
868 .fft_sz = 0,
H A Dhw.h177 u8 fft_sz; member