Lines Matching defs:spur_freq
1206 u32 spur_freq;
1209 spur_freq = rtw8851b_spur_freq(rtwdev, chan);
1210 if (spur_freq == 0) {
1216 freq_diff = (spur_freq - chan->freq) * 1000000;
1241 u32 spur_freq, fc;
1244 spur_freq = rtw8851b_spur_freq(rtwdev, chan);
1245 if (spur_freq == 0) {
1255 fc = (spur_freq > fc) ? fc + 40 : fc - 40;
1256 if ((fc > spur_freq &&
1258 (fc < spur_freq &&
1263 freq_diff = (spur_freq - fc) * 1000000;