Lines Matching refs:fratio
863 u16 fratio; member
895 factors->fratio = 9; in fll_factors()
897 factors->fratio = 0; in fll_factors()
902 factors->fratio--; in fll_factors()
904 factors->fratio++; in fll_factors()
906 if (factors->fratio < 1 || factors->fratio > 8) { in fll_factors()
912 factors->n = target / (Fref * factors->fratio); in fll_factors()
913 Nmod = target % (Fref * factors->fratio); in fll_factors()
919 do_div(Kpart, (Fref * factors->fratio)); in fll_factors()
932 factors->n, factors->k, factors->fratio, factors->outdiv); in fll_factors()
977 reg |= WM8400_FLL_FRAC | factors.fratio; in wm8400_set_dai_pll()