Home
last modified time | relevance | path

Searched refs:realfreq (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/pcxhr/
H A Dpcxhr.c184 unsigned int *pllreg, unsigned int *realfreq) in pcxhr_pll_freq_register() argument
205 if (realfreq) in pcxhr_pll_freq_register()
206 *realfreq = (28224000 / (reg + 1)); in pcxhr_pll_freq_register()
239 unsigned int val, realfreq, pllreg; in pcxhr_get_clock_reg() local
243 realfreq = rate; in pcxhr_get_clock_reg()
266 &realfreq); in pcxhr_get_clock_reg()
305 *freq = realfreq; in pcxhr_get_clock_reg()
314 unsigned int val, realfreq, speed; in pcxhr_sub_set_clock() local
318 err = pcxhr_get_clock_reg(mgr, rate, &val, &realfreq); in pcxhr_sub_set_clock()
355 mgr->sample_rate_real = realfreq; in pcxhr_sub_set_clock()
[all …]