Lines Matching refs:realfreq
184 unsigned int* realfreq) in pcxhr_pll_freq_register() argument
203 if (realfreq) in pcxhr_pll_freq_register()
204 *realfreq = (28224000 / (reg + 1)); in pcxhr_pll_freq_register()
237 unsigned int val, realfreq, pllreg; in pcxhr_get_clock_reg() local
241 realfreq = rate; in pcxhr_get_clock_reg()
263 err = pcxhr_pll_freq_register(rate, &pllreg, &realfreq); in pcxhr_get_clock_reg()
302 *freq = realfreq; in pcxhr_get_clock_reg()
311 unsigned int val, realfreq, speed; in pcxhr_sub_set_clock() local
315 err = pcxhr_get_clock_reg(mgr, rate, &val, &realfreq); in pcxhr_sub_set_clock()
352 mgr->sample_rate_real = realfreq; in pcxhr_sub_set_clock()
370 rate, realfreq); in pcxhr_sub_set_clock()