Lines Matching defs:spur_freq
1280 u32 spur_freq;
1283 spur_freq = rtw8852c_spur_freq(rtwdev, chan);
1284 if (spur_freq == 0) {
1289 freq_diff = (spur_freq - chan->freq) * 1000000;
1321 u32 spur_freq, fc;
1327 spur_freq = rtw8852c_spur_freq(rtwdev, chan);
1328 if (spur_freq == 0) {
1336 fc = (spur_freq > fc) ? fc + 40 : fc - 40;
1337 if ((fc > spur_freq &&
1339 (fc < spur_freq &&
1344 freq_diff = (spur_freq - fc) * 1000000;