Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c45 struct ath_ht20_mag_info *mag_info; in ath_cmn_max_idx_verify_ht20_fft() local
57 mag_info = (struct ath_ht20_mag_info *) (sample_end - in ath_cmn_max_idx_verify_ht20_fft()
62 max_index = spectral_max_index_ht20(mag_info->all_bins); in ath_cmn_max_idx_verify_ht20_fft()
65 max_exp = mag_info->max_exp & 0xf; in ath_cmn_max_idx_verify_ht20_fft()
83 struct ath_ht20_40_mag_info *mag_info; in ath_cmn_max_idx_verify_ht20_40_fft() local
107 max_exp = mag_info->max_exp & 0xf; in ath_cmn_max_idx_verify_ht20_40_fft()
139 struct ath_ht20_mag_info *mag_info; in ath_cmn_process_ht20_fft() local
154 mag_info = (struct ath_ht20_mag_info *) (sample_buf + in ath_cmn_process_ht20_fft()
166 max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_ht20_fft()
244 struct ath_ht20_40_mag_info *mag_info; in ath_cmn_process_ht20_40_fft() local
[all …]
H A Dcommon-spectral.h64 struct ath_ht20_mag_info mag_info; member
93 struct ath_ht20_40_mag_info mag_info; member