Searched refs:Fvco (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/sound/soc/samsung/ |
H A D | smdk_wm8580.c | 50 /* The Fvco for WM8580 PLLs must fall within [90,100]MHz. smdk_hw_params()
|
/linux-4.1.27/drivers/clk/ |
H A D | clk-xgene.c | 107 * Fvco = Fref * NFB; xgene_clk_pll_recalc_rate() 108 * Fout = Fvco / NOUT; xgene_clk_pll_recalc_rate()
|
/linux-4.1.27/drivers/clk/berlin/ |
H A D | berlin2-avpll.c | 173 /* AVPLL VCO frequency: Fvco = (Fref / refdiv) * fbdiv */ berlin2_avpll_vco_recalc_rate()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | asiliantfb.c | 235 * and the maximum Fvco is 220MHz */ asiliantfb_check_var()
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | wm8993.c | 412 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 426 pr_debug("Fvco=%dHz\n", target); fll_factors()
|
H A D | wm9081.c | 493 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 507 pr_debug("Fvco=%dHz\n", target); fll_factors()
|
H A D | wm8955.c | 168 dev_dbg(dev, "Fvco=%dHz\n", target); wm8995_pll_factors()
|
H A D | arizona.c | 1775 /* Fvco should be over the targt; don't check the upper bound */ arizona_calc_fll() 1785 arizona_fll_dbg(fll, "Fvco=%dHz\n", target); arizona_calc_fll()
|
H A D | wm8995.c | 1743 /* Scale the output to give 90MHz<=Fvco<=100MHz */ wm8995_get_fll_config() 1751 pr_debug("OUTDIV=%d, Fvco=%dHz\n", fll->outdiv, freq_out); wm8995_get_fll_config()
|
H A D | wm2200.c | 1887 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 1900 pr_debug("FLL Fvco=%dHz\n", target); fll_factors()
|
H A D | wm5100.c | 1707 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 1720 pr_debug("FLL Fvco=%dHz\n", target); fll_factors()
|
H A D | wm8904.c | 1622 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 1635 pr_debug("Fvco=%dHz\n", target); fll_factors()
|
H A D | wm8962.c | 2769 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 2782 pr_debug("FLL Fvco=%dHz\n", target); fll_factors()
|
H A D | wm8996.c | 1956 /* Fvco should be 90-100MHz; don't check the upper bound */ fll_factors() 1969 pr_debug("FLL Fvco=%dHz\n", target); fll_factors()
|
H A D | wm8994.c | 2065 /* Scale the output to give 90MHz<=Fvco<=100MHz */ wm8994_get_fll_config() 2073 pr_debug("OUTDIV=%d, Fvco=%dHz\n", fll->outdiv, freq_out); wm8994_get_fll_config()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | s3c24xx-cpufreq.c | 104 s3c_freq_dbg("%s: Fvco=%u, F=%lu, A=%lu, H=%lu (%u), P=%lu (%u)\n", s3c_cpufreq_show()
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | mxl5005s.c | 2319 u32 Fvco; MXL_TuneRF() local 2763 /* Fvco = Fvco/10 */ MXL_TuneRF() 2764 Fvco = (state->TG_LO/10000) * divider_val * Fref_TG; MXL_TuneRF() 2766 tg_lo = (((Fmax/10 - Fvco)/100)*32) / ((Fmax-Fmin)/1000)+8; MXL_TuneRF()
|
Completed in 741 milliseconds