Home
last modified time | relevance | path

Searched refs:fft_chn_idx (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_phyerr.c526 uint32_t fft_chn_idx; in target_if_process_sfft_report_gen2() local
558 fft_chn_idx = ((fft_summary_A >> 12) & 0x3); in target_if_process_sfft_report_gen2()
573 p_fft_info->fft_chn_idx = fft_chn_idx; in target_if_process_sfft_report_gen2()
741 uint32_t fft_chn_idx; in target_if_dump_sfft_report_gen2() local
785 fft_chn_idx = ((fft_summary_A >> 12) & 0x3); in target_if_dump_sfft_report_gen2()
798 fft_chn_idx, peak_inx, avgpwr_db, peak_mag); in target_if_dump_sfft_report_gen2()
2400 p_sfft->fft_chn_idx = get_bitfield(p_fft_report->hdr_a, 3, 28); in target_if_process_sfft_report_gen3()
2410 p_sfft->fft_chn_idx = get_bitfield(p_fft_report->hdr_b, 3, 0); in target_if_process_sfft_report_gen3()
2526 spectral_debug("fft_chn_idx = %u", p_sfft->fft_chn_idx); in target_if_dump_fft_report_gen3()
3337 p_sfft->fft_chn_idx = get_bitfield(p_fft_report->hdr_a, in target_if_process_sfft_report_gen3()
[all …]
Dtarget_if_spectral.h222 uint32_t fft_chn_idx; member
437 uint32_t fft_chn_idx; member
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
Ddfs_phyerr_tlv.c202 rsfr->fft_chn_idx = in dfs_radar_fft_search_report_parse()
227 "rsfr->fft_chn_idx = %d", rsfr->fft_chn_idx); in dfs_radar_fft_search_report_parse()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
Ddfs.h1719 int fft_chn_idx; member