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

/linux-4.4.14/sound/soc/codecs/
H A Darizona.c1959 unsigned int target, div, gcd_fll; arizona_calc_fll() local
1987 gcd_fll = gcd(target, ratio * Fref); arizona_calc_fll()
1988 arizona_fll_dbg(fll, "GCD=%u\n", gcd_fll); arizona_calc_fll()
1991 / gcd_fll; arizona_calc_fll()
1992 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.c2741 unsigned int fratio, gcd_fll; fll_factors() local
2797 gcd_fll = gcd(target, fratio * Fref); fll_factors()
2800 / gcd_fll; fll_factors()
2801 fll_div->lambda = (fratio * Fref) / gcd_fll; fll_factors()
H A Dwm8996.c1922 unsigned int fratio, gcd_fll; fll_factors() local
1988 gcd_fll = gcd(target, fratio * Fref); fll_factors()
1991 / gcd_fll; fll_factors()
1992 fll_div->lambda = (fratio * Fref) / gcd_fll; fll_factors()
H A Dwm8994.c2053 unsigned int K, Ndiv, Nmod, gcd_fll; wm8994_get_fll_config() local
2122 gcd_fll = gcd(freq_out, freq_in); wm8994_get_fll_config()
2124 fll->k = (freq_out - (freq_in * fll->n)) / gcd_fll; wm8994_get_fll_config()
2125 fll->lambda = freq_in / gcd_fll; wm8994_get_fll_config()

Completed in 233 milliseconds