Searched refs:gcd_fll (Results 1 – 7 of 7) sorted by relevance
/sound/soc/codecs/ |
D | wm2200.c | 1862 unsigned int fratio, gcd_fll; in fll_factors() local 1918 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1921 / gcd_fll; in fll_factors() 1922 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
|
D | arizona.c | 2258 unsigned int target, div, gcd_fll; in arizona_calc_fll() local 2286 gcd_fll = gcd(target, ratio * Fref); in arizona_calc_fll() 2287 arizona_fll_dbg(fll, "GCD=%u\n", gcd_fll); in arizona_calc_fll() 2290 / gcd_fll; in arizona_calc_fll() 2291 cfg->lambda = (ratio * Fref) / gcd_fll; in arizona_calc_fll()
|
D | wm5100.c | 1682 unsigned int fratio, gcd_fll; in fll_factors() local 1738 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1741 / gcd_fll; in fll_factors() 1742 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
|
D | wm8996.c | 1919 unsigned int fratio, gcd_fll; in fll_factors() local 1985 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1988 / gcd_fll; in fll_factors() 1989 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
|
D | wm8962.c | 2787 unsigned int fratio, gcd_fll; in fll_factors() local 2843 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 2846 / gcd_fll; in fll_factors() 2847 fll_div->lambda = (fratio * Fref) / gcd_fll; in fll_factors()
|
D | madera.c | 3601 unsigned int gcd_fll; in madera_calc_fll() local 3620 gcd_fll = gcd(fll->fout, ratio * fref); in madera_calc_fll() 3621 madera_fll_dbg(fll, "GCD=%u\n", gcd_fll); in madera_calc_fll() 3624 / gcd_fll; in madera_calc_fll() 3625 cfg->lambda = (ratio * fref) / gcd_fll; in madera_calc_fll()
|
D | wm8994.c | 2055 unsigned int K, Ndiv, Nmod, gcd_fll; in wm8994_get_fll_config() local 2124 gcd_fll = gcd(freq_out, freq_in); in wm8994_get_fll_config() 2126 fll->k = (freq_out - (freq_in * fll->n)) / gcd_fll; in wm8994_get_fll_config() 2127 fll->lambda = freq_in / gcd_fll; in wm8994_get_fll_config()
|