Searched refs:gcd_fll (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/soc/codecs/
H A Darizona.c2259 unsigned int target, div, gcd_fll; local
2287 gcd_fll = gcd(target, ratio * Fref);
2288 arizona_fll_dbg(fll, "GCD=%u\n", gcd_fll);
2291 / gcd_fll;
2292 cfg->lambda = (ratio * Fref) / gcd_fll;
H A Dwm2200.c1852 unsigned int fratio, gcd_fll; local
1908 gcd_fll = gcd(target, fratio * Fref);
1911 / gcd_fll;
1912 fll_div->lambda = (fratio * Fref) / gcd_fll;
H A Dwm8996.c1919 unsigned int fratio, gcd_fll; local
1985 gcd_fll = gcd(target, fratio * Fref);
1988 / gcd_fll;
1989 fll_div->lambda = (fratio * Fref) / gcd_fll;
H A Dwm5100.c1685 unsigned int fratio, gcd_fll; local
1741 gcd_fll = gcd(target, fratio * Fref);
1744 / gcd_fll;
1745 fll_div->lambda = (fratio * Fref) / gcd_fll;
H A Dwm8962.c2812 unsigned int fratio, gcd_fll; local
2868 gcd_fll = gcd(target, fratio * Fref);
2871 / gcd_fll;
2872 fll_div->lambda = (fratio * Fref) / gcd_fll;
H A Dmadera.c3625 unsigned int gcd_fll; local
3644 gcd_fll = gcd(fll->fout, ratio * fref);
3645 madera_fll_dbg(fll, "GCD=%u\n", gcd_fll);
3648 / gcd_fll;
3649 cfg->lambda = (ratio * fref) / gcd_fll;
H A Dwm8994.c2126 unsigned int K, Ndiv, Nmod, gcd_fll; local
2195 gcd_fll = gcd(freq_out, freq_in);
2197 fll->k = (freq_out - (freq_in * fll->n)) / gcd_fll;
2198 fll->lambda = freq_in / gcd_fll;

Completed in 188 milliseconds