/linux-6.1.9/drivers/clk/socfpga/ |
D | clk-pll-s10.c | 123 u32 pll_src; in clk_pll_get_parent() local 125 pll_src = readl(socfpgaclk->hw.reg); in clk_pll_get_parent() 126 return (pll_src >> CLK_MGR_PLL_CLK_SRC_SHIFT) & in clk_pll_get_parent() 133 u32 pll_src; in clk_boot_get_parent() local 135 pll_src = readl(socfpgaclk->hw.reg); in clk_boot_get_parent() 136 return (pll_src >> SWCTRLBTCLKSEL_SHIFT) & in clk_boot_get_parent()
|
D | clk-pll-a10.c | 53 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()
|
D | clk-pll.c | 60 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-6.1.9/sound/soc/codecs/ |
D | adav80x.c | 146 enum adav80x_pll_src pll_src; member 241 return adav80x->pll_src == ADAV80X_PLL_SRC_XTAL; in adav80x_dapm_pll_check() 629 unsigned int pll_src; in adav80x_set_pll() local 681 if (source != adav80x->pll_src) { in adav80x_set_pll() 683 pll_src = ADAV80X_PLL_CLK_SRC_PLL_MCLKI(pll_id); in adav80x_set_pll() 685 pll_src = ADAV80X_PLL_CLK_SRC_PLL_XIN(pll_id); in adav80x_set_pll() 688 ADAV80X_PLL_CLK_SRC_PLL_MASK(pll_id), pll_src); in adav80x_set_pll() 690 adav80x->pll_src = source; in adav80x_set_pll()
|
D | rt1019.h | 158 int pll_src; member
|
D | rt1308.c | 59 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()
|
D | rt1016.h | 227 int pll_src; member
|
D | rt1019.c | 340 if (source == rt1019->pll_src && freq_in == rt1019->pll_in && in rt1019_set_dai_pll() 385 rt1019->pll_src = source; in rt1019_set_dai_pll()
|
D | rt5514.h | 279 int pll_src; member
|
D | rt1016.c | 471 if (source == rt1016->pll_src && freq_in == rt1016->pll_in && in rt1016_set_component_pll() 512 rt1016->pll_src = source; in rt1016_set_component_pll()
|
D | rt1305.c | 82 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()
|
D | rt1015.h | 440 int pll_src; member
|
D | rt5616.c | 153 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()
|
D | rt1015.c | 845 if (source == rt1015->pll_src && freq_in == rt1015->pll_in && in rt1015_set_component_pll() 884 rt1015->pll_src = source; in rt1015_set_component_pll()
|
D | rt1011.h | 693 int pll_src; member
|
D | rt5660.c | 1017 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()
|
D | rt5660.h | 842 int pll_src; member
|
D | rt5668.c | 59 int pll_src; member 2146 if (source == rt5668->pll_src && freq_in == rt5668->pll_in && in rt5668_set_component_pll() 2192 rt5668->pll_src = source; in rt5668_set_component_pll()
|
D | rt5514.c | 917 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()
|
D | rt5682s.h | 1467 int pll_src[RT5682S_PLLS]; member
|
/linux-6.1.9/include/linux/platform_data/ |
D | si5351.h | 111 enum si5351_pll_src pll_src[2]; member
|
/linux-6.1.9/drivers/clk/ |
D | clk-stm32f4.c | 1119 static const char *pll_src = "pll-src"; variable 1733 dsi_parent[0] = pll_src; in stm32f4_rcc_init() 1734 sai_parents[3] = pll_src; in stm32f4_rcc_init() 1740 pll_src_hw = clk_hw_register_mux(NULL, pll_src, pllsrc_parent, in stm32f4_rcc_init() 1747 clk_hw_register_fixed_factor(NULL, "vco_in", pll_src, in stm32f4_rcc_init()
|
D | clk-si5351.c | 1200 pdata->pll_src[num] = SI5351_PLL_SRC_XTAL; in si5351_dt_parse() 1209 pdata->pll_src[num] = SI5351_PLL_SRC_CLKIN; in si5351_dt_parse() 1437 ret = _si5351_pll_reparent(drvdata, n, pdata->pll_src[n]); in si5351_i2c_probe() 1441 n, pdata->pll_src[n]); in si5351_i2c_probe()
|
D | clk-stm32h7.c | 65 static const char * const pll_src[] = { variable 583 M_MCLOC("pllsrc", pll_src, RCC_PLLCKSELR, 0, 3),
|
/linux-6.1.9/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 401 u8 pll_src, u8 pll_range, u8 clock_gpio3, u16 pll_prediv, in dib0700_set_clock() argument 413 st->buf[1] = (en_pll << 7) | (pll_src << 6) | in dib0700_set_clock()
|