Home | History | Annotate | Download | only in ic

Lines Matching defs:spur

682 	int i, spur, bin, spur_delta_phase, spur_freq_sd;
686 spur = spurchans[i].spurChan;
687 if (spur == AR_NO_SPUR)
689 spur -= c->ic_freq * 10;
691 if (abs(spur) < 95)
696 DPRINTFN(DBG_RF, sc, "enabling spur mitigation\n");
711 spur_delta_phase = (spur * 524288) / 100;
713 spur_freq_sd = (spur * 2048) / 440;
715 spur_freq_sd = (spur * 2048) / 400;
722 bin = spur * 32;