Lines Matching refs:fratio
866 u16 fratio; member
898 factors->fratio = 9; in fll_factors()
900 factors->fratio = 0; in fll_factors()
905 factors->fratio--; in fll_factors()
907 factors->fratio++; in fll_factors()
909 if (factors->fratio < 1 || factors->fratio > 8) { in fll_factors()
915 factors->n = target / (Fref * factors->fratio); in fll_factors()
916 Nmod = target % (Fref * factors->fratio); in fll_factors()
922 do_div(Kpart, (Fref * factors->fratio)); in fll_factors()
935 factors->n, factors->k, factors->fratio, factors->outdiv); in fll_factors()
980 reg |= WM8400_FLL_FRAC | factors.fratio; in wm8400_set_dai_pll()