Searched refs:fout_epll (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/soc/samsung/ |
D | smdk_spdif.c | 26 struct clk *fout_epll, *mout_epll, *sclk_audio0, *sclk_spdif; in set_audio_clock_heirachy() local 29 fout_epll = clk_get(NULL, "fout_epll"); in set_audio_clock_heirachy() 30 if (IS_ERR(fout_epll)) { in set_audio_clock_heirachy() 61 clk_set_parent(mout_epll, fout_epll); in set_audio_clock_heirachy() 71 clk_put(fout_epll); in set_audio_clock_heirachy() 83 struct clk *fout_epll, *sclk_spdif; in set_audio_clock_rate() local 85 fout_epll = clk_get(NULL, "fout_epll"); in set_audio_clock_rate() 86 if (IS_ERR(fout_epll)) { in set_audio_clock_rate() 91 clk_set_rate(fout_epll, epll_rate); in set_audio_clock_rate() 92 clk_put(fout_epll); in set_audio_clock_rate()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | clk-s5pv210-audss.txt | 18 - 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";
|
D | clk-exynos-audss.txt | 22 - pll_in: Input PLL to the AudioSS block, parent of mout_audss. "fout_epll"
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | s5pv210.dtsi | 241 "fout_epll",
|