Searched refs:synth_freq (Results 1 – 3 of 3) sorted by relevance
44 u32 synth_freq; in zl3073x_pin_check_freq() local52 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()
855 u32 synth_freq, out_freq; in zl3073x_dpll_output_pin_esync_get() local872 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() local943 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() local999 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 …]
164 static void ar5008_hw_force_bias(struct ath_hw *ah, u16 synth_freq) in ar5008_hw_force_bias() argument171 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()