Lines Matching refs:fratio
846 u16 fratio; member
878 factors->fratio = 9; in fll_factors()
880 factors->fratio = 0; in fll_factors()
885 factors->fratio--; in fll_factors()
887 factors->fratio++; in fll_factors()
889 if (factors->fratio < 1 || factors->fratio > 8) { in fll_factors()
895 factors->n = target / (Fref * factors->fratio); in fll_factors()
896 Nmod = target % (Fref * factors->fratio); in fll_factors()
902 do_div(Kpart, (Fref * factors->fratio)); in fll_factors()
915 factors->n, factors->k, factors->fratio, factors->outdiv); in fll_factors()
960 reg |= WM8400_FLL_FRAC | factors.fratio; in wm8400_set_dai_pll()