Searched refs:pll_ref (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/drivers/soc/xilinx/ |
D | xlnx_vcu.c | 107 struct clk *pll_ref; member 317 clk_disable_unprepare(xvcu->pll_ref); in xvcu_set_vcu_pll_info() 318 ret = clk_set_rate(xvcu->pll_ref, refclk); in xvcu_set_vcu_pll_info() 322 ret = clk_prepare_enable(xvcu->pll_ref); in xvcu_set_vcu_pll_info() 328 refclk = clk_get_rate(xvcu->pll_ref); in xvcu_set_vcu_pll_info() 540 xvcu->pll_ref = devm_clk_get(&pdev->dev, "pll_ref"); in xvcu_probe() 541 if (IS_ERR(xvcu->pll_ref)) { in xvcu_probe() 543 return PTR_ERR(xvcu->pll_ref); in xvcu_probe() 552 ret = clk_prepare_enable(xvcu->pll_ref); in xvcu_probe() 579 clk_disable_unprepare(xvcu->pll_ref); in xvcu_probe() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/soc/xilinx/ |
D | xlnx,vcu.txt | 19 - clocks: phandle for aclk and pll_ref clocksource 21 the axi clock. "pll_ref" is required for pll. 30 clock-names = "pll_ref", "aclk";
|
/Linux-v5.4/drivers/clk/samsung/ |
D | clk-s5pv210-audss.c | 71 struct clk *hclk, *pll_ref, *pll_in, *cdclk, *sclk_audio; in s5pv210_audss_clk_probe() local 110 pll_ref = devm_clk_get(&pdev->dev, "xxti"); in s5pv210_audss_clk_probe() 112 if (!IS_ERR(pll_ref)) in s5pv210_audss_clk_probe() 113 mout_audss_p[0] = __clk_get_name(pll_ref); in s5pv210_audss_clk_probe()
|
D | clk-exynos-audss.c | 129 struct clk *pll_ref, *pll_in, *cdclk, *sclk_audio, *sclk_pcm_in; in exynos_audss_clk_probe() local 157 pll_ref = devm_clk_get(dev, "pll_ref"); in exynos_audss_clk_probe() 159 if (!IS_ERR(pll_ref)) in exynos_audss_clk_probe() 160 mout_audss_p[0] = __clk_get_name(pll_ref); in exynos_audss_clk_probe()
|
/Linux-v5.4/Documentation/devicetree/bindings/phy/ |
D | cdns,dphy.txt | 10 - clock-names: must contain "psm" and "pll_ref". 18 clock-names = "psm", "pll_ref";
|
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/clock/ |
D | clk-exynos-audss.txt | 22 - pll_ref: Fixed rate PLL reference clock, parent of mout_audss. "fin_pll" 33 - clock-names: Aliases for the above clocks. They should be "pll_ref", 82 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in", "cdclk";
|
/Linux-v5.4/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,hdmi.txt | 61 - clock-names: must contain "pll_ref" 83 clock-names = "pll_ref";
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos5410.dtsi | 87 clock-names = "pll_ref", "pll_in";
|
D | exynos4.dtsi | 73 clock-names = "pll_ref", "pll_in", "sclk_audio",
|
D | exynos5250.dtsi | 232 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
|
D | exynos5420.dtsi | 189 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
|
/Linux-v5.4/drivers/clk/tegra/ |
D | clk-pll.c | 1074 struct clk_hw *pll_ref = clk_hw_get_parent(hw); in clk_pllu_enable() local 1075 struct clk_hw *osc = clk_hw_get_parent(pll_ref); in clk_pllu_enable()
|
/Linux-v5.4/arch/arm64/boot/dts/mediatek/ |
D | mt8173.dtsi | 532 clock-names = "pll_ref";
|