Lines Matching defs:frequency
51 /* Lowest frequency synthesizeable using only the HS divider */
197 unsigned long frequency)
201 if (frequency < SI544_MIN_FREQ)
216 return frequency <= max_freq;
219 /* Calculate divider settings for a given frequency */
221 unsigned long frequency)
229 ls_freq = frequency;
232 if (frequency >= MIN_HSDIV_FREQ) {
238 if (((u64)frequency * tmp) >= FVCO_MIN)
244 ls_freq = frequency << res;
257 /* Calculate VCO frequency (in 10..12GHz range) */
270 /* Reset the frequency adjustment */
276 /* Calculate resulting frequency given the register settings */
288 /* Add the integer part of the VCO frequency */
291 /* Apply divider to obtain the generated frequency */
374 /* Try using the frequency adjustment feature for a <= 950ppm change */
398 /* Allow FCAL for this frequency update */
417 /* Applying a new frequency can take up to 10ms */