Home
last modified time | relevance | path

Searched refs:peak_mag (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dspectral.c70 u16 freq1, freq2, total_gain_db, base_pwr_db, length, peak_mag; in ath10k_spectral_process_fft() local
117 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); in ath10k_spectral_process_fft()
118 fft_sample->max_magnitude = __cpu_to_be16(peak_mag); in ath10k_spectral_process_fft()
144 fft_sample->max_exp = get_max_exp(fft_sample->max_index, peak_mag, in ath10k_spectral_process_fft()
Dwmi.c4074 u8 rssi, peak_mag; in ath10k_dfs_fft_report() local
4093 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); in ath10k_dfs_fft_report()
4097 peak_mag < 2 * DFS_PEAK_MAG_THOLD_POSSIBLY_FALSE) { in ath10k_dfs_fft_report()