Home
last modified time | relevance | path

Searched refs:pll_ref (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/clk/samsung/
H A Dclk-s5pv210-audss.c75 struct clk *hclk, *pll_ref, *pll_in, *cdclk, *sclk_audio; in s5pv210_audss_clk_probe() local
111 pll_ref = devm_clk_get(&pdev->dev, "xxti"); in s5pv210_audss_clk_probe()
113 if (!IS_ERR(pll_ref)) in s5pv210_audss_clk_probe()
114 mout_audss_p[0] = __clk_get_name(pll_ref); in s5pv210_audss_clk_probe()
/linux/drivers/media/tuners/
H A Dr820t.c547 u32 pll_ref; in r820t_set_pll() local
559 pll_ref = priv->cfg->xtal / 1000; in r820t_set_pll()
568 pll_ref /= 2; in r820t_set_pll()
574 pll_ref /= 2; in r820t_set_pll()
633 nint = vco_freq / (2 * pll_ref); in r820t_set_pll()
634 vco_fra = vco_freq - 2 * pll_ref * nint; in r820t_set_pll()
637 if (vco_fra < pll_ref / 64) { in r820t_set_pll()
639 } else if (vco_fra > pll_ref * 127 / 64) { in r820t_set_pll()
642 } else if ((vco_fra > pll_ref * 127 / 128) && (vco_fra < pll_ref)) { in r820t_set_pll()
643 vco_fra = pll_ref * 127 / 128; in r820t_set_pll()
[all …]
/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c64 struct clk *pll_ref; member
545 "vcu_pll", __clk_get_name(xvcu->pll_ref), in xvcu_register_clock_provider()
668 xvcu->pll_ref = devm_clk_get(&pdev->dev, "pll_ref"); in xvcu_probe()
669 if (IS_ERR(xvcu->pll_ref)) { in xvcu_probe()
671 return PTR_ERR(xvcu->pll_ref); in xvcu_probe()
/linux/arch/arm/boot/dts/mediatek/
H A Dmt7623n.dtsi268 clock-names = "pll_ref";
/linux/drivers/clk/tegra/
H A Dclk-pll.c1124 struct clk_hw *pll_ref = clk_hw_get_parent(hw); in clk_pllu_enable() local
1125 struct clk_hw *osc = clk_hw_get_parent(pll_ref); in clk_pllu_enable()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4.dtsi73 clock-names = "pll_ref", "pll_in", "sclk_audio",
H A Dexynos5420.dtsi297 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";