Searched defs:spur_delta_phase (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c178 int spur_delta_phase; local
276 spur_delta_phase =
280 spur_delta_phase =
289 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
H A Dath9k_ar5008_phy.c269 int spur_delta_phase; local
325 spur_delta_phase = ((bb_spur * 524288) / 100) &
333 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE));
H A Dath9k_ar9003_phy.c292 int spur_delta_phase,
303 AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase);
356 int spur_delta_phase = 0; local
379 spur_delta_phase = (freq_offset << 17) / 5;
384 spur_delta_phase = (freq_offset << 18) / 5;
388 spur_delta_phase = spur_delta_phase & 0xfffff;
393 spur_delta_phase,
289 ar9003_hw_spur_ofdm(struct ath_hw *ah, int freq_offset, int spur_freq_sd, int spur_delta_phase, int spur_subchannel_sd) argument

Completed in 42 milliseconds