Searched refs:fout_vpll (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
H A D | sdo_drv.c | 57 struct clk *fout_vpll; member in struct:sdo_device 201 sdev->vpll_rate = clk_get_rate(sdev->fout_vpll); sdo_streamon() 202 ret = clk_set_rate(sdev->fout_vpll, 54000000); sdo_streamon() 207 dev_info(sdev->dev, "fout_vpll.rate = %lu\n", sdo_streamon() 208 clk_get_rate(sdev->fout_vpll)); sdo_streamon() 223 clk_set_rate(sdev->fout_vpll, sdev->vpll_rate); sdo_streamon() 241 clk_set_rate(sdev->fout_vpll, sdev->vpll_rate); sdo_streamoff() 404 sdev->fout_vpll = clk_get(dev, "fout_vpll"); sdo_probe() 405 if (IS_ERR(sdev->fout_vpll)) { sdo_probe() 406 dev_err(dev, "failed to get clock 'fout_vpll'\n"); sdo_probe() 407 ret = PTR_ERR(sdev->fout_vpll); sdo_probe() 410 dev_info(dev, "fout_vpll.rate = %lu\n", clk_get_rate(sclk_vpll)); sdo_probe() 452 clk_put(sdev->fout_vpll); sdo_probe() 471 clk_put(sdev->fout_vpll); sdo_remove()
|
/linux-4.1.27/drivers/clk/samsung/ |
H A D | clk-s5pv210.c | 199 "fout_vpll" 295 "fout_vpll" 354 "fout_vpll", 377 "fout_vpll", 765 [vpll] = PLL(pll_4502, FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 777 [vpll] = PLL(pll_4500, FOUT_VPLL, "fout_vpll", "fin_pll",
|
H A D | clk-exynos4.c | 400 PNAME(mout_vpll_p) = { "fin_pll", "fout_vpll", }; 413 PNAME(sclk_vpll_p4210) = { "mout_vpllsrc", "fout_vpll", }; 437 PNAME(clkout_top_p4210) = { "fout_epll", "fout_vpll", "sclk_hdmi24m", 480 PNAME(clkout_top_p4x12) = { "fout_epll", "fout_vpll", "sclk_hdmi24m", 1344 [vpll] = PLL_A(pll_4650c, CLK_FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 1345 VPLL_LOCK, VPLL_CON0, "fout_vpll", NULL), 1355 [vpll] = PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "fin_pll",
|
H A D | clk-exynos5250.c | 218 PNAME(mout_vpll_p) = { "mout_vpllsrc", "fout_vpll" }; 747 [vpll] = PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "mout_vpllsrc",
|
H A D | clk-exynos3250.c | 182 PNAME(mout_vpll_p) = { "fin_pll", "fout_vpll", }; 732 PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "fin_pll",
|
H A D | clk-exynos5420.c | 354 PNAME(mout_vpll_p) = {"fin_pll", "fout_vpll"}; 1240 [vpll] = PLL(pll_2550, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", VPLL_LOCK,
|
Completed in 198 milliseconds