Home
last modified time | relevance | path

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

/drivers/dpll/zl3073x/
A Ddpll.c959 u32 synth_freq; in zl3073x_dpll_output_pin_esync_get() local
1070 u32 synth_freq; in zl3073x_dpll_output_pin_esync_set() local
1169 u32 output_div, synth_freq; in zl3073x_dpll_output_pin_frequency_get() local
1209 *frequency = synth_freq / output_div; in zl3073x_dpll_output_pin_frequency_get()
1239 *frequency = synth_freq / output_div; in zl3073x_dpll_output_pin_frequency_get()
1260 u32 synth_freq; in zl3073x_dpll_output_pin_frequency_set() local
1266 new_div = synth_freq / (u32)frequency; in zl3073x_dpll_output_pin_frequency_set()
1326 output_p_freq = synth_freq / cur_div; in zl3073x_dpll_output_pin_frequency_set()
1391 u32 synth_freq; in zl3073x_dpll_output_pin_phase_adjust_get() local
1401 if (!synth_freq) { in zl3073x_dpll_output_pin_phase_adjust_get()
[all …]
A Dprop.c44 u32 synth_freq; in zl3073x_pin_check_freq() local
52 synth_freq = zl3073x_synth_freq_get(zldev, synth); in zl3073x_pin_check_freq()
55 if (synth_freq % (u32)freq) in zl3073x_pin_check_freq()
/drivers/net/wireless/ath/ath9k/
A Dar9003_phy.c266 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
473 int synth_freq) in ar9003_hw_spur_ofdm_work() argument
516 range, synth_freq); in ar9003_hw_spur_ofdm_work()
523 int synth_freq; in ar9003_hw_spur_mitigate_ofdm() local
541 synth_freq = chan->channel; in ar9003_hw_spur_mitigate_ofdm()
549 freq_offset -= synth_freq; in ar9003_hw_spur_mitigate_ofdm()
552 range, synth_freq); in ar9003_hw_spur_mitigate_ofdm()
[all …]
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()

Completed in 15 milliseconds