Lines Matching refs:realfreq
198 unsigned int* realfreq) in pcxhr_pll_freq_register() argument
217 if (realfreq) in pcxhr_pll_freq_register()
218 *realfreq = (28224000 / (reg + 1)); in pcxhr_pll_freq_register()
251 unsigned int val, realfreq, pllreg; in pcxhr_get_clock_reg() local
255 realfreq = rate; in pcxhr_get_clock_reg()
277 err = pcxhr_pll_freq_register(rate, &pllreg, &realfreq); in pcxhr_get_clock_reg()
316 *freq = realfreq; in pcxhr_get_clock_reg()
325 unsigned int val, realfreq, speed; in pcxhr_sub_set_clock() local
329 err = pcxhr_get_clock_reg(mgr, rate, &val, &realfreq); in pcxhr_sub_set_clock()
366 mgr->sample_rate_real = realfreq; in pcxhr_sub_set_clock()
384 rate, realfreq); in pcxhr_sub_set_clock()