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

/linux-4.1.27/sound/soc/codecs/
H A Darizona.c1770 unsigned int target, div, gcd_fll; arizona_calc_fll() local
1798 gcd_fll = gcd(target, ratio * Fref); arizona_calc_fll()
1799 arizona_fll_dbg(fll, "GCD=%u\n", gcd_fll); arizona_calc_fll()
1802 / gcd_fll; arizona_calc_fll()
1803 cfg->lambda = (ratio * Fref) / gcd_fll; arizona_calc_fll()
H A Dwm2200.c1865 unsigned int fratio, gcd_fll; fll_factors() local
1921 gcd_fll = gcd(target, fratio * Fref); fll_factors()
1924 / gcd_fll; fll_factors()
1925 fll_div->lambda = (fratio * Fref) / gcd_fll; fll_factors()
H A Dwm5100.c1685 unsigned int fratio, gcd_fll; fll_factors() local
1741 gcd_fll = gcd(target, fratio * Fref); fll_factors()
1744 / gcd_fll; fll_factors()
1745 fll_div->lambda = (fratio * Fref) / gcd_fll; fll_factors()
H A Dwm8962.c2747 unsigned int fratio, gcd_fll; fll_factors() local
2803 gcd_fll = gcd(target, fratio * Fref); fll_factors()
2806 / gcd_fll; fll_factors()
2807 fll_div->lambda = (fratio * Fref) / gcd_fll; fll_factors()
H A Dwm8996.c1924 unsigned int fratio, gcd_fll; fll_factors() local
1990 gcd_fll = gcd(target, fratio * Fref); fll_factors()
1993 / gcd_fll; fll_factors()
1994 fll_div->lambda = (fratio * Fref) / gcd_fll; fll_factors()
H A Dwm8994.c2050 unsigned int K, Ndiv, Nmod, gcd_fll; wm8994_get_fll_config() local
2119 gcd_fll = gcd(freq_out, freq_in); wm8994_get_fll_config()
2121 fll->k = (freq_out - (freq_in * fll->n)) / gcd_fll; wm8994_get_fll_config()
2122 fll->lambda = freq_in / gcd_fll; wm8994_get_fll_config()

Completed in 249 milliseconds