Searched refs:pll_ref (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/clk/samsung/ |
D | clk-s5pv210-audss.c | 74 struct clk *hclk, *pll_ref, *pll_in, *cdclk, *sclk_audio; in s5pv210_audss_clk_probe() local 113 pll_ref = devm_clk_get(&pdev->dev, "xxti"); in s5pv210_audss_clk_probe() 115 if (!IS_ERR(pll_ref)) in s5pv210_audss_clk_probe() 116 mout_audss_p[0] = __clk_get_name(pll_ref); in s5pv210_audss_clk_probe()
|
D | clk-exynos-audss.c | 133 struct clk *pll_ref, *pll_in, *cdclk, *sclk_audio, *sclk_pcm_in; in exynos_audss_clk_probe() local 161 pll_ref = devm_clk_get(dev, "pll_ref"); in exynos_audss_clk_probe() 163 if (!IS_ERR(pll_ref)) in exynos_audss_clk_probe() 164 mout_audss_p[0] = __clk_get_name(pll_ref); in exynos_audss_clk_probe()
|
/linux-4.19.296/drivers/media/tuners/ |
D | r820t.c | 527 u32 pll_ref; in r820t_set_pll() local 539 pll_ref = priv->cfg->xtal / 1000; in r820t_set_pll() 548 pll_ref /= 2; in r820t_set_pll() 554 pll_ref /= 2; in r820t_set_pll() 613 nint = vco_freq / (2 * pll_ref); in r820t_set_pll() 614 vco_fra = vco_freq - 2 * pll_ref * nint; in r820t_set_pll() 617 if (vco_fra < pll_ref / 64) { in r820t_set_pll() 619 } else if (vco_fra > pll_ref * 127 / 64) { in r820t_set_pll() 622 } else if ((vco_fra > pll_ref * 127 / 128) && (vco_fra < pll_ref)) { in r820t_set_pll() 623 vco_fra = pll_ref * 127 / 128; in r820t_set_pll() [all …]
|
/linux-4.19.296/drivers/clk/tegra/ |
D | clk-pll.c | 1076 struct clk_hw *pll_ref = clk_hw_get_parent(hw); in clk_pllu_enable() local 1077 struct clk_hw *osc = clk_hw_get_parent(pll_ref); in clk_pllu_enable()
|