Home
last modified time | relevance | path

Searched refs:FREQ_OFFSET_40MHZ (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c4247 agile_start_freq = center_freq->cfreq1 - FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4248 agile_end_freq = center_freq->cfreq1 + FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4253 agile_start_freq = center_freq->cfreq2 - FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4254 agile_end_freq = center_freq->cfreq2 + FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4272 sec80_start_feq = cfreq2 - FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4273 sec80_end_freq = cfreq2 + FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4277 center_freq->cfreq1 - FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4279 center_freq->cfreq1 + FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4285 center_freq->cfreq2 - FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
4287 center_freq->cfreq2 + FREQ_OFFSET_40MHZ; in target_if_is_agile_span_overlap_with_operating_span()
H A Dtarget_if_spectral_phyerr.c1007 FREQ_OFFSET_40MHZ; in target_if_populate_det_start_end_freqs()
1010 FREQ_OFFSET_40MHZ; in target_if_populate_det_start_end_freqs()
1021 FREQ_OFFSET_40MHZ; in target_if_populate_det_start_end_freqs()
1024 FREQ_OFFSET_40MHZ; in target_if_populate_det_start_end_freqs()
H A Dtarget_if_spectral.h47 #define FREQ_OFFSET_40MHZ (40) macro