/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_attach.c | 480 int spur_delta_phase; local in function:ar5416SpurMitigate 533 * spur_delta_phase = bb_spur/40 * 2**21 for static ht20, 536 spur_delta_phase = ((bb_spur * 524288) / 100) & 547 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
|
ar9280_attach.c | 373 int spur_delta_phase; local in function:ar9280SpurMitigate 475 * spur_delta_phase = bb_spur/40 * 2**21 for static ht20, 479 spur_delta_phase = ((bb_spur * 262144) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; 481 spur_delta_phase = ((bb_spur * 524288) / 10) & AR_PHY_TIMING11_SPUR_DELTA_PHASE; 492 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
|
/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 510 spur_delta_phase = (spur * 262144) / 10; 523 spur_delta_phase = (spur * 524288) / 10; 535 SM(AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase));
|
arn9380.c | 567 int idx, spur_delta_phase, spur_off, range, i; local in function:ar9380_spur_mitigate_ofdm 631 spur_delta_phase = (spur * 131072) / 5; 647 spur_delta_phase = (spur * 262144) / 5; 657 reg = RW(reg, AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase);
|
arn5416.c | 682 int i, spur, bin, spur_delta_phase, spur_freq_sd; local in function:ar5416_spur_mitigate 711 spur_delta_phase = (spur * 524288) / 100; 720 SM(AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase));
|