Home | History | Annotate | Download | only in ic

Lines Matching defs:spur

469 	int spur, bin, spur_delta_phase, spur_freq_sd, spur_subchannel_sd;
479 spur = spurchans[i].spurChan;
480 if (spur == AR_NO_SPUR)
482 spur /= 10;
484 spur += AR_BASE_FREQ_2GHZ;
486 spur += AR_BASE_FREQ_5GHZ;
487 spur -= c->ic_freq;
488 if (abs(spur) < range)
493 DPRINTFN(DBG_RF, sc, "enabling spur mitigation\n");
510 spur_delta_phase = (spur * 262144) / 10;
511 if (spur < 0) {
513 spur_off = spur + 10;
517 spur_off = spur - 10;
523 spur_delta_phase = (spur * 524288) / 10;
525 spur_off = spur;
541 bin = spur * 320;