Home
last modified time | relevance | path

Searched refs:synth_freq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c244 int range, max_spur_cnts, synth_freq; in ar9003_hw_spur_mitigate_mrc_cck() local
261 synth_freq = chan->channel + 10; in ar9003_hw_spur_mitigate_mrc_cck()
263 synth_freq = chan->channel - 10; in ar9003_hw_spur_mitigate_mrc_cck()
266 synth_freq = chan->channel; in ar9003_hw_spur_mitigate_mrc_cck()
271 synth_freq = chan->channel; in ar9003_hw_spur_mitigate_mrc_cck()
286 cur_bb_spur -= synth_freq; in ar9003_hw_spur_mitigate_mrc_cck()
375 int synth_freq) in ar9003_hw_spur_ofdm() argument
391 if (!(AR_SREV_9565(ah) && range == 10 && synth_freq == 2437)) in ar9003_hw_spur_ofdm()
473 int synth_freq) in ar9003_hw_spur_ofdm_work() argument
516 range, synth_freq); in ar9003_hw_spur_ofdm_work()
[all …]
H A Dar5008_phy.c164 static void ar5008_hw_force_bias(struct ath_hw *ah, u16 synth_freq) in ar5008_hw_force_bias() argument
171 if (!AR_SREV_5416(ah) || synth_freq >= 3000) in ar5008_hw_force_bias()
176 if (synth_freq < 2412) in ar5008_hw_force_bias()
178 else if (synth_freq < 2422) in ar5008_hw_force_bias()
187 new_bias, synth_freq); in ar5008_hw_force_bias()
/linux/drivers/dpll/zl3073x/
H A Dprop.c44 u32 synth_freq; in zl3073x_pin_check_freq() local
52 synth_freq = zl3073x_dev_synth_freq_get(zldev, synth); in zl3073x_pin_check_freq()
55 if (synth_freq % (u32)freq) in zl3073x_pin_check_freq()
H A Ddpll.c795 u32 synth_freq; in zl3073x_dpll_output_pin_esync_get() local
814 synth_freq = zl3073x_synth_freq_get(synth); in zl3073x_dpll_output_pin_esync_get()
826 esync->freq = synth_freq / out->div / out->esync_n_period; in zl3073x_dpll_output_pin_esync_get()
839 if (pin->esync_control && (synth_freq / out->div) > 1) { in zl3073x_dpll_output_pin_esync_get()
863 u32 synth_freq; in zl3073x_dpll_output_pin_esync_set() local
896 synth_freq = zl3073x_synth_freq_get(synth); in zl3073x_dpll_output_pin_esync_set()
899 out.esync_n_period = synth_freq / (u32)freq / out.div; in zl3073x_dpll_output_pin_esync_set()
941 u32 new_div, synth_freq; in zl3073x_dpll_output_pin_frequency_set() local
949 synth_freq = zl3073x_synth_freq_get(synth); in zl3073x_dpll_output_pin_frequency_set()
950 new_div = synth_freq / (u32)frequency; in zl3073x_dpll_output_pin_frequency_set()
[all …]