HomeSort by: relevance | last modified time | path
    Searched defs:spur_freq_sd (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_attach.c 479 int spur_freq_sd; local in function:ar5416SpurMitigate
539 * in 11A mode the denominator of spur_freq_sd should be 40 and
543 spur_freq_sd = ((bb_spur * 2048) / denominator) & 0x3ff;
546 SM(spur_freq_sd, AR_PHY_TIMING11_SPUR_FREQ_SD) |
ar9280_attach.c 372 int spur_freq_sd; local in function:ar9280SpurMitigate
484 * in 11A mode the denominator of spur_freq_sd should be 40 and
488 spur_freq_sd = ((bb_spur_off * 2048) / denominator) & 0x3ff;
491 SM(spur_freq_sd, AR_PHY_TIMING11_SPUR_FREQ_SD) |
  /src/sys/dev/ic/
arn9280.c 469 int spur, bin, spur_delta_phase, spur_freq_sd, spur_subchannel_sd; local in function:ar9280_spur_mitigate
528 spur_freq_sd = (spur_off * 2048) / 44;
530 spur_freq_sd = (spur_off * 2048) / 40;
534 SM(AR_PHY_TIMING11_SPUR_FREQ_SD, spur_freq_sd) |
arn9380.c 568 int freq, spur, spur_freq_sd, spur_subchannel_sd; local in function:ar9380_spur_mitigate_ofdm
651 spur_freq_sd = (spur_off * 512) / 11;
656 reg = RW(reg, AR_PHY_TIMING11_SPUR_FREQ_SD, spur_freq_sd);
arn5416.c 682 int i, spur, bin, spur_delta_phase, spur_freq_sd; local in function:ar5416_spur_mitigate
713 spur_freq_sd = (spur * 2048) / 440;
715 spur_freq_sd = (spur * 2048) / 400;
719 SM(AR_PHY_TIMING11_SPUR_FREQ_SD, spur_freq_sd) |

Completed in 15 milliseconds