/kernel/linux/linux-5.10/drivers/clk/samsung/ |
D | clk-s5pv210-audss.c | 71 struct clk *hclk, *pll_ref, *pll_in, *cdclk, *sclk_audio; in s5pv210_audss_clk_probe() local 96 pll_in = devm_clk_get(&pdev->dev, "fout_epll"); in s5pv210_audss_clk_probe() 97 if (IS_ERR(pll_in)) { in s5pv210_audss_clk_probe() 99 return PTR_ERR(pll_in); in s5pv210_audss_clk_probe() 116 mout_audss_p[1] = __clk_get_name(pll_in); in s5pv210_audss_clk_probe()
|
D | clk-exynos-audss.c | 129 struct clk *pll_ref, *pll_in, *cdclk, *sclk_audio, *sclk_pcm_in; in exynos_audss_clk_probe() local 158 pll_in = devm_clk_get(dev, "pll_in"); in exynos_audss_clk_probe() 161 if (!IS_ERR(pll_in)) { in exynos_audss_clk_probe() 162 mout_audss_p[1] = __clk_get_name(pll_in); in exynos_audss_clk_probe() 165 epll = pll_in; in exynos_audss_clk_probe()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | clk-exynos-audss.txt | 24 - pll_in: Input PLL to the AudioSS block, parent of mout_audss. "fout_epll" 34 "pll_in", "cdclk", "sclk_audio", and "sclk_pcm_in" respectively. 82 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in", "cdclk";
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | rl6231.c | 94 unsigned int pll_in; member 155 if (freq_in == pll_preset_table[i].pll_in && in rl6231_pll_calc()
|
D | pcm512x.c | 38 int pll_in; member 1019 gpio = PCM512x_GREF_GPIO1 + pcm512x->pll_in - 1; in pcm512x_set_dividers() 1025 pcm512x->pll_in, ret); in pcm512x_set_dividers() 1303 gpio = PCM512x_GREF_GPIO1 + pcm512x->pll_in - 1; in pcm512x_hw_params() 1309 pcm512x->pll_in, ret); in pcm512x_hw_params() 1604 pcm512x->pll_in = val; in pcm512x_probe() 1616 if (!pcm512x->pll_in != !pcm512x->pll_out) { in pcm512x_probe() 1622 if (pcm512x->pll_in && pcm512x->pll_in == pcm512x->pll_out) { in pcm512x_probe()
|
D | rt1308.c | 60 int pll_in; member 625 if (source == rt1308->pll_src && freq_in == rt1308->pll_in && in rt1308_set_component_pll() 632 rt1308->pll_in = 0; in rt1308_set_component_pll() 681 rt1308->pll_in = freq_in; in rt1308_set_component_pll()
|
D | alc5632.c | 617 u32 pll_in; member 707 if (codec_master_pll_div[i].pll_in == freq_in in alc5632_set_dai_pll() 717 if (codec_slave_pll_div[i].pll_in == freq_in in alc5632_set_dai_pll() 728 if (codec_slave_pll_div[i].pll_in == freq_in in alc5632_set_dai_pll()
|
D | wm9713.c | 37 u32 pll_in; /* PLL input frequency */ member 826 wm9713->pll_in = 0; in wm9713_set_pll() 868 wm9713->pll_in = freq_in; in wm9713_set_pll() 1193 if (wm9713->pll_in) in wm9713_soc_resume() 1194 wm9713_set_pll(component, 0, wm9713->pll_in, 0); in wm9713_soc_resume()
|
D | rt1016.c | 465 rt1016->pll_in = 0; in rt1016_set_component_pll() 471 if (source == rt1016->pll_src && freq_in == rt1016->pll_in && in rt1016_set_component_pll() 509 rt1016->pll_in = freq_in; in rt1016_set_component_pll()
|
D | nau8810.c | 526 static int nau8810_calc_pll(unsigned int pll_in, in nau8810_calc_pll() argument 532 if (pll_in > NAU_PLL_REF_MAX || pll_in < NAU_PLL_REF_MIN) in nau8810_calc_pll() 554 pll_ratio = div_u64(f2 << 28, pll_in); in nau8810_calc_pll()
|
D | nau8822.c | 626 static int nau8822_calc_pll(unsigned int pll_in, unsigned int fs, in nau8822_calc_pll() argument 632 if (pll_in > NAU_PLL_REF_MAX || pll_in < NAU_PLL_REF_MIN) in nau8822_calc_pll() 654 pll_ratio = div_u64(f2 << 28, pll_in); in nau8822_calc_pll()
|
D | rt1016.h | 228 int pll_in; member
|
D | rt1305.c | 83 int pll_in; member 800 if (source == rt1305->pll_src && freq_in == rt1305->pll_in && in rt1305_set_component_pll() 807 rt1305->pll_in = 0; in rt1305_set_component_pll() 859 rt1305->pll_in = freq_in; in rt1305_set_component_pll()
|
D | alc5623.c | 468 u32 pll_in; member 547 if (codec_master_pll_div[i].pll_in == freq_in in alc5623_set_dai_pll() 557 if (codec_slave_pll_div[i].pll_in == freq_in in alc5623_set_dai_pll()
|
D | rt5514.h | 280 int pll_in; member
|
D | rt1015.c | 880 rt1015->pll_in = 0; in rt1015_set_component_pll() 886 if (source == rt1015->pll_src && freq_in == rt1015->pll_in && in rt1015_set_component_pll() 930 rt1015->pll_in = freq_in; in rt1015_set_component_pll()
|
D | rt5616.c | 154 int pll_in; member 1102 if (source == rt5616->pll_src && freq_in == rt5616->pll_in && in rt5616_set_dai_pll() 1109 rt5616->pll_in = 0; in rt5616_set_dai_pll() 1151 rt5616->pll_in = freq_in; in rt5616_set_dai_pll()
|
D | rt1015.h | 393 int pll_in; member
|
D | rt5660.c | 1017 if (source == rt5660->pll_src && freq_in == rt5660->pll_in && in rt5660_set_dai_pll() 1024 rt5660->pll_in = 0; in rt5660_set_dai_pll() 1063 rt5660->pll_in = freq_in; in rt5660_set_dai_pll()
|
D | rt5514.c | 908 rt5514->pll_in = 0; in rt5514_set_dai_pll() 917 if (source == rt5514->pll_src && freq_in == rt5514->pll_in && in rt5514_set_dai_pll() 954 rt5514->pll_in = freq_in; in rt5514_set_dai_pll()
|
D | rt5631.c | 1218 u32 pll_in; member 1493 if (freq_in == codec_master_pll_div[i].pll_in && in rt5631_codec_set_dai_pll() 1512 if (freq_in == codec_slave_pll_div[i].pll_in && in rt5631_codec_set_dai_pll()
|
D | rt5668.c | 60 int pll_in; member 2146 if (source == rt5668->pll_src && freq_in == rt5668->pll_in && in rt5668_set_component_pll() 2153 rt5668->pll_in = 0; in rt5668_set_component_pll() 2190 rt5668->pll_in = freq_in; in rt5668_set_component_pll()
|
D | rt1011.h | 688 int pll_in; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 1160 uint32_t pll_in = pll->reference_freq / mid; in radeon_compute_pll_legacy() local 1161 if (pll_in < pll->pll_in_min) in radeon_compute_pll_legacy() 1163 else if (pll_in > pll->pll_in_max) in radeon_compute_pll_legacy() 1199 uint32_t pll_in = pll->reference_freq / ref_div; in radeon_compute_pll_legacy() local 1203 if (pll_in < pll->pll_in_min || pll_in > pll->pll_in_max) in radeon_compute_pll_legacy()
|
/kernel/linux/linux-5.10/sound/soc/uniphier/ |
D | aio.h | 276 int pll_in; member
|