/linux-4.1.27/drivers/clk/samsung/ |
D | clk-s5pv210-audss.c | 74 struct clk *hclk, *pll_ref, *pll_in, *cdclk, *sclk_audio; in s5pv210_audss_clk_probe() local 98 pll_in = devm_clk_get(&pdev->dev, "fout_epll"); in s5pv210_audss_clk_probe() 99 if (IS_ERR(pll_in)) { in s5pv210_audss_clk_probe() 101 return PTR_ERR(pll_in); in s5pv210_audss_clk_probe() 118 mout_audss_p[1] = __clk_get_name(pll_in); in s5pv210_audss_clk_probe()
|
D | clk-exynos-audss.c | 113 struct clk *pll_ref, *pll_in, *cdclk, *sclk_audio, *sclk_pcm_in; in exynos_audss_clk_probe() local 144 pll_in = devm_clk_get(&pdev->dev, "pll_in"); in exynos_audss_clk_probe() 147 if (!IS_ERR(pll_in)) { in exynos_audss_clk_probe() 148 mout_audss_p[1] = __clk_get_name(pll_in); in exynos_audss_clk_probe() 151 epll = pll_in; in exynos_audss_clk_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | clk-exynos-audss.txt | 22 - pll_in: Input PLL to the AudioSS block, parent of mout_audss. "fout_epll" 32 "pll_in", "cdclk", "sclk_audio", and "sclk_pcm_in" respectively. 74 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in", "cdclk";
|
/linux-4.1.27/sound/soc/codecs/ |
D | pcm512x.c | 49 int pll_in; member 962 gpio = PCM512x_GREF_GPIO1 + pcm512x->pll_in - 1; in pcm512x_set_dividers() 968 pcm512x->pll_in, ret); in pcm512x_set_dividers() 1246 gpio = PCM512x_GREF_GPIO1 + pcm512x->pll_in - 1; in pcm512x_hw_params() 1252 pcm512x->pll_in, ret); in pcm512x_hw_params() 1478 pcm512x->pll_in = val; in pcm512x_probe() 1490 if (!pcm512x->pll_in != !pcm512x->pll_out) { in pcm512x_probe() 1496 if (pcm512x->pll_in && pcm512x->pll_in == pcm512x->pll_out) { in pcm512x_probe()
|
D | alc5632.c | 621 u32 pll_in; member 711 if (codec_master_pll_div[i].pll_in == freq_in in alc5632_set_dai_pll() 721 if (codec_slave_pll_div[i].pll_in == freq_in in alc5632_set_dai_pll() 732 if (codec_slave_pll_div[i].pll_in == freq_in in alc5632_set_dai_pll()
|
D | wm9713.c | 34 u32 pll_in; /* PLL input frequency */ member 798 wm9713->pll_in = 0; in wm9713_set_pll() 842 wm9713->pll_in = freq_in; in wm9713_set_pll() 1207 if (wm9713->pll_in) in wm9713_soc_resume() 1208 wm9713_set_pll(codec, 0, wm9713->pll_in, 0); in wm9713_soc_resume()
|
D | alc5623.c | 474 u32 pll_in; member 553 if (codec_master_pll_div[i].pll_in == freq_in in alc5623_set_dai_pll() 563 if (codec_slave_pll_div[i].pll_in == freq_in in alc5623_set_dai_pll()
|
D | rt5631.c | 1219 u32 pll_in; member 1494 if (freq_in == codec_master_pll_div[i].pll_in && in rt5631_codec_set_dai_pll() 1513 if (freq_in == codec_slave_pll_div[i].pll_in && in rt5631_codec_set_dai_pll()
|
D | rt5651.c | 1514 if (source == rt5651->pll_src && freq_in == rt5651->pll_in && in rt5651_set_dai_pll() 1521 rt5651->pll_in = 0; in rt5651_set_dai_pll() 1562 rt5651->pll_in = freq_in; in rt5651_set_dai_pll()
|
D | rt5640.c | 1838 if (source == rt5640->pll_src && freq_in == rt5640->pll_in && in rt5640_set_dai_pll() 1845 rt5640->pll_in = 0; in rt5640_set_dai_pll() 1895 rt5640->pll_in = freq_in; in rt5640_set_dai_pll()
|
D | rt5670.c | 2488 if (source == rt5670->pll_src && freq_in == rt5670->pll_in && in rt5670_set_dai_pll() 2495 rt5670->pll_in = 0; in rt5670_set_dai_pll() 2546 rt5670->pll_in = freq_in; in rt5670_set_dai_pll()
|
D | rt5645.c | 2240 if (source == rt5645->pll_src && freq_in == rt5645->pll_in && in rt5645_set_dai_pll() 2247 rt5645->pll_in = 0; in rt5645_set_dai_pll() 2296 rt5645->pll_in = freq_in; in rt5645_set_dai_pll()
|
D | rt5677.h | 1762 int pll_in; member
|
D | rt5670.h | 2001 int pll_in; member
|
D | rt5677.c | 4212 if (source == rt5677->pll_src && freq_in == rt5677->pll_in && in rt5677_set_dai_pll() 4219 rt5677->pll_in = 0; in rt5677_set_dai_pll() 4277 rt5677->pll_in = freq_in; in rt5677_set_dai_pll()
|
D | rt5651.h | 2073 int pll_in; member
|
D | rt5645.h | 2197 int pll_in; member
|
D | rt5640.h | 2094 int pll_in; member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 1125 uint32_t pll_in = pll->reference_freq / mid; in radeon_compute_pll_legacy() local 1126 if (pll_in < pll->pll_in_min) in radeon_compute_pll_legacy() 1128 else if (pll_in > pll->pll_in_max) in radeon_compute_pll_legacy() 1164 uint32_t pll_in = pll->reference_freq / ref_div; in radeon_compute_pll_legacy() local 1168 if (pll_in < pll->pll_in_min || pll_in > pll->pll_in_max) in radeon_compute_pll_legacy()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 139 unsigned long pll_in; in pll_set_rate() local 160 pll_in = (base + div / 2) / div; in pll_set_rate() 161 mul = (rate + pll_in / 2) / pll_in; in pll_set_rate() 166 actual = pll_in * mul; in pll_set_rate()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5250.dtsi | 126 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
|
D | exynos5420.dtsi | 172 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
|