Searched defs:spur_freq_sd (Results 1 - 3 of 3) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_phy.c | 174 int spur_freq_sd; local 281 spur_freq_sd = ((bb_spur_off * 2048) / denominator) & 0x3ff; 284 SM(spur_freq_sd, AR_PHY_TIMING11_SPUR_FREQ_SD) |
|
H A D | ar5008_phy.c | 255 int spur_freq_sd; local 316 spur_freq_sd = ((bb_spur * 2048) / denominator) & 0x3ff; 319 SM(spur_freq_sd, AR_PHY_TIMING11_SPUR_FREQ_SD) |
|
H A D | ar9003_phy.c | 306 int spur_freq_sd, 318 AR_PHY_TIMING11_SPUR_FREQ_SD, spur_freq_sd); 410 int spur_freq_sd = 0; local 422 spur_freq_sd = ((freq_offset + 10) << 9) / 11; 431 spur_freq_sd = ((freq_offset - 10) << 9) / 11; 439 spur_freq_sd = (freq_offset << 9) /11; 443 spur_freq_sd = spur_freq_sd & 0x3ff; 448 spur_freq_sd, 304 ar9003_hw_spur_ofdm(struct ath_hw *ah, int freq_offset, int spur_freq_sd, int spur_delta_phase, int spur_subchannel_sd, int range, int synth_freq) argument
|
Completed in 56 milliseconds