| /linux/sound/soc/codecs/ |
| H A D | arizona.c | 2105 unsigned int Fout) in arizona_validate_fll() 2109 if (fll->fout && Fout != fll->fout) { in arizona_validate_fll() 2123 if (Fout * ARIZONA_FLL_MAX_OUTDIV < Fvco_min) { in arizona_validate_fll() 2124 arizona_fll_err(fll, "No FLL_OUTDIV for Fout=%uHz\n", in arizona_validate_fll() 2125 Fout); in arizona_validate_fll() 2260 arizona_fll_dbg(fll, "Fref=%u Fout=%u\n", Fref, fll->fout); in arizona_calc_fll() 2554 unsigned int Fref, unsigned int Fout) 2578 unsigned int Fref, unsigned int Fout) 2583 fll->sync_freq == Fref && fll->fout == Fout) in arizona_set_fll() 2586 if (Fout) { in arizona_set_fll() 2107 arizona_validate_fll(struct arizona_fll * fll,unsigned int Fref,unsigned int Fout) arizona_validate_fll() argument 2556 arizona_set_fll_refclk(struct arizona_fll * fll,int source,unsigned int Fref,unsigned int Fout) arizona_set_fll_refclk() argument 2580 arizona_set_fll(struct arizona_fll * fll,int source,unsigned int Fref,unsigned int Fout) arizona_set_fll() argument [all...] |
| H A D | wm8997.c | 927 int source, unsigned int Fref, unsigned int Fout) in wm8997_set_fll() argument 933 return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout); in wm8997_set_fll() 935 return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout); in wm8997_set_fll() 938 Fout); in wm8997_set_fll() 941 Fout); in wm8997_set_fll()
|
| H A D | wm5100.c | 1681 unsigned int Fout) in fll_factors() argument 1702 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 1709 while (Fout * div < 90000000) { in fll_factors() 1712 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n", in fll_factors() 1713 Fout); in fll_factors() 1717 target = Fout * div; in fll_factors() 1758 unsigned int Fref, unsigned int Fout) in wm5100_set_fll() argument 1783 if (!Fout) { in wm5100_set_fll() 1806 ret = fll_factors(&factors, Fref, Fout); in wm5100_set_fll() [all...] |
| H A D | wm8962.c | 2816 unsigned int Fout) in fll_factors() 2837 pr_debug("FLL Fref=%u Fout=%u\n", Fref, Fout); in fll_factors() 2844 while (Fout * div < 90000000) { in fll_factors() 2847 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n", in fll_factors() 2848 Fout); in fll_factors() 2852 target = Fout * div; in fll_factors() 2893 unsigned int Fref, unsigned int Fout) in wm8962_set_fll() 2903 Fout == wm8962->fll_fout) in wm8962_set_fll() 2906 if (Fout in wm8962_set_fll() 2812 fll_factors(struct _fll_div * fll_div,unsigned int Fref,unsigned int Fout) fll_factors() argument 2889 wm8962_set_fll(struct snd_soc_component * component,int fll_id,int source,unsigned int Fref,unsigned int Fout) wm8962_set_fll() argument [all...] |
| H A D | arizona.h | 344 unsigned int Fref, unsigned int Fout); 346 unsigned int Fref, unsigned int Fout);
|
| H A D | cs47l24.c | 935 int source, unsigned int Fref, unsigned int Fout) in cs47l24_set_fll() argument 941 return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout); in cs47l24_set_fll() 943 return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout); in cs47l24_set_fll() 946 Fout); in cs47l24_set_fll() 949 Fout); in cs47l24_set_fll()
|
| H A D | wm8998.c | 1259 int source, unsigned int Fref, unsigned int Fout) in wm8998_set_fll() argument 1265 return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout); in wm8998_set_fll() 1267 return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout); in wm8998_set_fll() 1270 Fout); in wm8998_set_fll() 1273 Fout); in wm8998_set_fll()
|
| H A D | wm5102.c | 1751 int source, unsigned int Fref, unsigned int Fout) in wm5102_set_fll() argument 1757 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll() 1759 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll() 1762 Fout); in wm5102_set_fll() 1765 Fout); in wm5102_set_fll()
|
| H A D | wm5110.c | 2051 int source, unsigned int Fref, unsigned int Fout) in wm5110_set_fll() argument 2057 return arizona_set_fll(&wm5110->fll[0], source, Fref, Fout); in wm5110_set_fll() 2059 return arizona_set_fll(&wm5110->fll[1], source, Fref, Fout); in wm5110_set_fll() 2062 Fout); in wm5110_set_fll() 2065 Fout); in wm5110_set_fll()
|
| /linux/drivers/video/fbdev/ |
| H A D | sstfb.c | 1153 int Fout; in sst_init() local 1203 sst_calc_pll(gfx_clock, &Fout, &gfx_timings); in sst_init() 1251 int Fout; in sst_shutdown() local 1262 sst_calc_pll(20000, &Fout, &gfx_timings); in sst_shutdown()
|