Home
last modified time | relevance | path

Searched refs:pll_src (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.4/drivers/clk/socfpga/
Dclk-pll-s10.c69 u32 pll_src; in clk_pll_get_parent() local
71 pll_src = readl(socfpgaclk->hw.reg); in clk_pll_get_parent()
72 return (pll_src >> CLK_MGR_PLL_CLK_SRC_SHIFT) & in clk_pll_get_parent()
79 u32 pll_src; in clk_boot_get_parent() local
81 pll_src = readl(socfpgaclk->hw.reg); in clk_boot_get_parent()
82 return (pll_src >> SWCTRLBTCLKSEL_SHIFT) & in clk_boot_get_parent()
Dclk-pll-a10.c53 u32 pll_src; in clk_pll_get_parent() local
55 pll_src = readl(socfpgaclk->hw.reg); in clk_pll_get_parent()
57 return (pll_src >> CLK_MGR_PLL_CLK_SRC_SHIFT) & in clk_pll_get_parent()
Dclk-pll.c60 u32 pll_src; in clk_pll_get_parent() local
63 pll_src = readl(socfpgaclk->hw.reg); in clk_pll_get_parent()
64 return (pll_src >> CLK_MGR_PLL_CLK_SRC_SHIFT) & in clk_pll_get_parent()
/Linux-v5.4/sound/soc/codecs/
Dadav80x.c146 enum adav80x_pll_src pll_src; member
241 return adav80x->pll_src == ADAV80X_PLL_SRC_XTAL; in adav80x_dapm_pll_check()
628 unsigned int pll_src; in adav80x_set_pll() local
680 if (source != adav80x->pll_src) { in adav80x_set_pll()
682 pll_src = ADAV80X_PLL_CLK_SRC_PLL_MCLKI(pll_id); in adav80x_set_pll()
684 pll_src = ADAV80X_PLL_CLK_SRC_PLL_XIN(pll_id); in adav80x_set_pll()
687 ADAV80X_PLL_CLK_SRC_PLL_MASK(pll_id), pll_src); in adav80x_set_pll()
689 adav80x->pll_src = source; in adav80x_set_pll()
Drt1308.c59 int pll_src; member
625 if (source == rt1308->pll_src && freq_in == rt1308->pll_in && in rt1308_set_component_pll()
683 rt1308->pll_src = source; in rt1308_set_component_pll()
Drt5514.h279 int pll_src; member
Drt1305.c82 int pll_src; member
800 if (source == rt1305->pll_src && freq_in == rt1305->pll_in && in rt1305_set_component_pll()
861 rt1305->pll_src = source; in rt1305_set_component_pll()
Drt5616.c153 int pll_src; member
1102 if (source == rt5616->pll_src && freq_in == rt5616->pll_in && in rt5616_set_dai_pll()
1153 rt5616->pll_src = source; in rt5616_set_dai_pll()
Drt1011.h664 int pll_src; member
Drt5660.c1017 if (source == rt5660->pll_src && freq_in == rt5660->pll_in && in rt5660_set_dai_pll()
1065 rt5660->pll_src = source; in rt5660_set_dai_pll()
Drt5660.h842 int pll_src; member
Drt5668.c59 int pll_src; member
2144 if (source == rt5668->pll_src && freq_in == rt5668->pll_in && in rt5668_set_component_pll()
2190 rt5668->pll_src = source; in rt5668_set_component_pll()
Drt5514.c917 if (source == rt5514->pll_src && freq_in == rt5514->pll_in && in rt5514_set_dai_pll()
956 rt5514->pll_src = source; in rt5514_set_dai_pll()
Drt5682.c65 int pll_src; member
2221 if (source == rt5682->pll_src && freq_in == rt5682->pll_in && in rt5682_set_component_pll()
2267 rt5682->pll_src = source; in rt5682_set_component_pll()
Drt1011.c1741 if (source == rt1011->pll_src && freq_in == rt1011->pll_in && in rt1011_set_component_pll()
1797 rt1011->pll_src = source; in rt1011_set_component_pll()
Drt5651.c1456 if (source == rt5651->pll_src && freq_in == rt5651->pll_in && in rt5651_set_dai_pll()
1506 rt5651->pll_src = source; in rt5651_set_dai_pll()
Drt5663.c72 int pll_src; member
2901 if (source == rt5663->pll_src && freq_in == rt5663->pll_in && in rt5663_set_dai_pll()
2960 rt5663->pll_src = source; in rt5663_set_dai_pll()
Drt5665.c63 int pll_src; member
4339 if (source == rt5665->pll_src && freq_in == rt5665->pll_in && in rt5665_set_component_pll()
4393 rt5665->pll_src = source; in rt5665_set_component_pll()
Drt5645.c432 int pll_src; member
2920 if (source == rt5645->pll_src && freq_in == rt5645->pll_in && in rt5645_set_dai_pll()
2978 rt5645->pll_src = source; in rt5645_set_dai_pll()
Drt5659.h1809 int pll_src; member
/Linux-v5.4/include/linux/platform_data/
Dsi5351.h111 enum si5351_pll_src pll_src[2]; member
/Linux-v5.4/drivers/clk/
Dclk-stm32f4.c1123 static const char *pll_src = "pll-src"; variable
1737 dsi_parent[0] = pll_src; in stm32f4_rcc_init()
1738 sai_parents[3] = pll_src; in stm32f4_rcc_init()
1744 pll_src_hw = clk_hw_register_mux(NULL, pll_src, pllsrc_parent, in stm32f4_rcc_init()
1751 clk_hw_register_fixed_factor(NULL, "vco_in", pll_src, in stm32f4_rcc_init()
Dclk-si5351.c1193 pdata->pll_src[num] = SI5351_PLL_SRC_XTAL; in si5351_dt_parse()
1202 pdata->pll_src[num] = SI5351_PLL_SRC_CLKIN; in si5351_dt_parse()
1421 ret = _si5351_pll_reparent(drvdata, n, pdata->pll_src[n]); in si5351_i2c_probe()
1425 n, pdata->pll_src[n]); in si5351_i2c_probe()
Dclk-stm32h7.c65 static const char * const pll_src[] = { variable
583 M_MCLOC("pllsrc", pll_src, RCC_PLLCKSELR, 0, 3),
/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddib0700_core.c399 u8 pll_src, u8 pll_range, u8 clock_gpio3, u16 pll_prediv, in dib0700_set_clock() argument
411 st->buf[1] = (en_pll << 7) | (pll_src << 6) | in dib0700_set_clock()

12