Lines Matching refs:realfreq
185 unsigned int* realfreq) in pcxhr_pll_freq_register() argument
204 if (realfreq) in pcxhr_pll_freq_register()
205 *realfreq = (28224000 / (reg + 1)); in pcxhr_pll_freq_register()
238 unsigned int val, realfreq, pllreg; in pcxhr_get_clock_reg() local
242 realfreq = rate; in pcxhr_get_clock_reg()
264 err = pcxhr_pll_freq_register(rate, &pllreg, &realfreq); in pcxhr_get_clock_reg()
303 *freq = realfreq; in pcxhr_get_clock_reg()
312 unsigned int val, realfreq, speed; in pcxhr_sub_set_clock() local
316 err = pcxhr_get_clock_reg(mgr, rate, &val, &realfreq); in pcxhr_sub_set_clock()
353 mgr->sample_rate_real = realfreq; in pcxhr_sub_set_clock()
371 rate, realfreq); in pcxhr_sub_set_clock()