Home
last modified time | relevance | path

Searched refs:fout_epll (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dsmdk_spdif.c20 struct clk *fout_epll, *mout_epll, *sclk_audio0, *sclk_spdif; in set_audio_clock_heirachy() local
23 fout_epll = clk_get(NULL, "fout_epll"); in set_audio_clock_heirachy()
24 if (IS_ERR(fout_epll)) { in set_audio_clock_heirachy()
55 clk_set_parent(mout_epll, fout_epll); in set_audio_clock_heirachy()
65 clk_put(fout_epll); in set_audio_clock_heirachy()
77 struct clk *fout_epll, *sclk_spdif; in set_audio_clock_rate() local
79 fout_epll = clk_get(NULL, "fout_epll"); in set_audio_clock_rate()
80 if (IS_ERR(fout_epll)) { in set_audio_clock_rate()
85 clk_set_rate(fout_epll, epll_rate); in set_audio_clock_rate()
86 clk_put(fout_epll); in set_audio_clock_rate()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dclk-s5pv210-audss.txt18 - fout_epll: Input PLL to the AudioSS block, parent of mout_audss.
24 "xxti", "fout_epll", "iiscdclk0", and "sclk_audio0" respectively.
37 "fout_epll", "sclk_audio0";
H A Dclk-exynos-audss.txt24 - pll_in: Input PLL to the AudioSS block, parent of mout_audss. "fout_epll"
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ds5pv210.dtsi230 "fout_epll",