Home
last modified time | relevance | path

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

/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.c855 u32 synth_freq, out_freq; in zl3073x_dpll_output_pin_esync_get() local
872 synth_freq = zl3073x_synth_freq_get(synth); in zl3073x_dpll_output_pin_esync_get()
873 out_freq = synth_freq / out->div; in zl3073x_dpll_output_pin_esync_get()
914 u32 synth_freq; in zl3073x_dpll_output_pin_esync_set() local
943 synth_freq = zl3073x_synth_freq_get(synth); in zl3073x_dpll_output_pin_esync_set()
946 out.esync_n_period = synth_freq / (u32)freq / out.div; in zl3073x_dpll_output_pin_esync_set()
988 u32 new_div, synth_freq; in zl3073x_dpll_output_pin_frequency_set() local
999 synth_freq = zl3073x_synth_freq_get(synth); in zl3073x_dpll_output_pin_frequency_set()
1000 new_div = synth_freq / (u32)frequency; in zl3073x_dpll_output_pin_frequency_set()
1041 out.esync_n_period = div64_u64(synth_freq, frequency * out.div); in zl3073x_dpll_output_pin_frequency_set()
[all …]
/linux/drivers/net/wireless/ath/ath9k/
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()