Home
last modified time | relevance | path

Searched refs:fll (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/sound/soc/codecs/
Dwm8995.c385 struct fll_config fll[2], fll_suspend[2]; member
703 rate = wm8995->fll[0].out; in configure_aif_clock()
707 rate = wm8995->fll[1].out; in configure_aif_clock()
1738 static int wm8995_get_fll_config(struct fll_div *fll, in wm8995_get_fll_config() argument
1747 fll->clk_ref_div = 0; in wm8995_get_fll_config()
1749 fll->clk_ref_div++; in wm8995_get_fll_config()
1752 if (fll->clk_ref_div > 3) in wm8995_get_fll_config()
1755 pr_debug("CLK_REF_DIV=%d, Fref=%dHz\n", fll->clk_ref_div, freq_in); in wm8995_get_fll_config()
1758 fll->outdiv = 3; in wm8995_get_fll_config()
1759 while (freq_out * (fll->outdiv + 1) < 90000000) { in wm8995_get_fll_config()
[all …]
Dwm8994.c183 rate = wm8994->fll[0].out; in configure_aif_clock()
188 rate = wm8994->fll[1].out; in configure_aif_clock()
2048 static int wm8994_get_fll_config(struct fll_div *fll, in wm8994_get_fll_config() argument
2057 fll->clk_ref_div = 0; in wm8994_get_fll_config()
2059 fll->clk_ref_div++; in wm8994_get_fll_config()
2062 if (fll->clk_ref_div > 3) in wm8994_get_fll_config()
2065 pr_debug("CLK_REF_DIV=%d, Fref=%dHz\n", fll->clk_ref_div, freq_in); in wm8994_get_fll_config()
2068 fll->outdiv = 3; in wm8994_get_fll_config()
2069 while (freq_out * (fll->outdiv + 1) < 90000000) { in wm8994_get_fll_config()
2070 fll->outdiv++; in wm8994_get_fll_config()
[all …]
Dwm5100.c77 struct wm5100_fll fll[2]; member
1768 struct wm5100_fll *fll; in wm5100_set_fll() local
1773 fll = &wm5100->fll[0]; in wm5100_set_fll()
1778 fll = &wm5100->fll[1]; in wm5100_set_fll()
1789 if (fll->fout) in wm5100_set_fll()
1791 fll->fout = 0; in wm5100_set_fll()
1833 try_wait_for_completion(&fll->lock); in wm5100_set_fll()
1850 ret = wait_for_completion_timeout(&fll->lock, in wm5100_set_fll()
1875 fll->src = source; in wm5100_set_fll()
1876 fll->fref = Fref; in wm5100_set_fll()
[all …]
Dwm8994.h79 struct wm8994_fll_config fll[2], fll_suspend[2]; member
Dwm9081.c653 int fll = 0; in configure_clock() local
710 fll = 1; in configure_clock()
728 if (fll) in configure_clock()