Searched refs:peak_mag (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | spectral.c | 70 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()
|
| H A D | wmi.c | 4210 u8 rssi, peak_mag; in ath10k_dfs_fft_report() local 4229 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); in ath10k_dfs_fft_report() 4233 peak_mag < 2 * DFS_PEAK_MAG_THOLD_POSSIBLY_FALSE) { in ath10k_dfs_fft_report()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | spectral.c | 83 u16 peak_mag; member 126 u16 peak_mag; member 489 report->peak_mag = FIELD_GET(SPECTRAL_SUMMARY_INFO2_PEAK_MAGNITUDE, in ath11k_spectral_pull_summary() 520 report->peak_mag = FIELD_GET(SPECTRAL_FFT_REPORT_INFO2_PEAK_MAGNITUDE, in ath11k_spectral_pull_search() 655 fft_sample->max_magnitude = __cpu_to_be16(search.peak_mag); in ath11k_spectral_process_fft() 684 search.peak_mag, in ath11k_spectral_process_fft()
|