Searched full:fout_bpll (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | samsung,exynos5422-dmc.yaml | 34 - const: fout_bpll 125 "fout_bpll",
|
/openbmc/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 136 * @fout_bpll: clock: BPLL 176 struct clk *fout_bpll; member 613 clk_set_rate(dmc->fout_bpll, target_rate); in exynos5_dmc_change_freq_and_volt() 1265 dmc->fout_bpll = devm_clk_get(dmc->dev, "fout_bpll"); in exynos5_dmc_init_clks() 1266 if (IS_ERR(dmc->fout_bpll)) in exynos5_dmc_init_clks() 1267 return PTR_ERR(dmc->fout_bpll); in exynos5_dmc_init_clks() 1307 clk_prepare_enable(dmc->fout_bpll); in exynos5_dmc_init_clks() 1548 clk_disable_unprepare(dmc->fout_bpll); in exynos5_dmc_probe() 1571 clk_disable_unprepare(dmc->fout_bpll); in exynos5_dmc_remove()
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk-exynos5410.c | 71 PNAME(bpll_p) = { "fin_pll", "fout_bpll", }; 251 [bpll] = PLL(pll_35xx, CLK_FOUT_BPLL, "fout_bpll", "fin_pll", BPLL_LOCK,
|
H A D | clk-exynos5250.c | 177 PNAME(mout_bpll_fout_p) = { "fout_bplldiv2", "fout_bpll" }; 241 FFACTOR(0, "fout_bplldiv2", "fout_bpll", 1, 2, 0), 740 [bpll] = PLL(pll_35xx, CLK_FOUT_BPLL, "fout_bpll", "fin_pll", BPLL_LOCK,
|
H A D | clk-exynos3250.c | 234 FFACTOR(0, "sclk_bpll", "fout_bpll", 1, 2, 0), 877 PNAME(mout_bpll_p) = { "fin_pll", "fout_bpll", }; 918 PLL(pll_35xx, CLK_FOUT_BPLL, "fout_bpll", "fin_pll",
|
H A D | clk-exynos5420.c | 301 PNAME(mout_bpll_p) = {"fin_pll", "fout_bpll"}; 1483 [bpll] = PLL(pll_2550, CLK_FOUT_BPLL, "fout_bpll", "fin_pll", BPLL_LOCK,
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5420.dtsi | 362 "fout_bpll",
|