/linux-4.4.14/drivers/clk/socfpga/ |
D | clk-pll.c | 88 struct socfpga_pll *pll_clk; in __socfpga_pll_init() local 97 pll_clk = kzalloc(sizeof(*pll_clk), GFP_KERNEL); in __socfpga_pll_init() 98 if (WARN_ON(!pll_clk)) in __socfpga_pll_init() 104 pll_clk->hw.reg = clk_mgr_base_addr + reg; in __socfpga_pll_init() 114 pll_clk->hw.hw.init = &init; in __socfpga_pll_init() 116 pll_clk->hw.bit_idx = SOCFPGA_PLL_EXT_ENA; in __socfpga_pll_init() 120 clk = clk_register(NULL, &pll_clk->hw.hw); in __socfpga_pll_init() 122 kfree(pll_clk); in __socfpga_pll_init()
|
D | clk-pll-a10.c | 82 struct socfpga_pll *pll_clk; in __socfpga_pll_init() local 92 pll_clk = kzalloc(sizeof(*pll_clk), GFP_KERNEL); in __socfpga_pll_init() 93 if (WARN_ON(!pll_clk)) in __socfpga_pll_init() 99 pll_clk->hw.reg = clk_mgr_a10_base_addr + reg; in __socfpga_pll_init() 112 pll_clk->hw.hw.init = &init; in __socfpga_pll_init() 114 pll_clk->hw.bit_idx = SOCFPGA_PLL_EXT_ENA; in __socfpga_pll_init() 118 clk = clk_register(NULL, &pll_clk->hw.hw); in __socfpga_pll_init() 120 kfree(pll_clk); in __socfpga_pll_init()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7269.c | 50 static struct clk pll_clk = { variable 67 .parent = &pll_clk, 82 .parent = &pll_clk, 89 &pll_clk, 109 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 145 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
D | clock-sh7264.c | 54 static struct clk pll_clk = { variable 63 &pll_clk, 81 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 111 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7722.c | 94 static struct clk pll_clk = { variable 103 &pll_clk, 121 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 150 [DIV6_V] = SH_CLK_DIV6(&pll_clk, VCLKCR, 0), 186 CLKDEV_CON_ID("pll_clk", &pll_clk), 238 pll_clk.parent = &dll_clk; in arch_clk_init() 240 pll_clk.parent = &extal_clk; in arch_clk_init()
|
D | clock-sh7366.c | 91 static struct clk pll_clk = { variable 100 &pll_clk, 121 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 137 [DIV6_V] = SH_CLK_DIV6(&pll_clk, VCLKCR, 0), 200 CLKDEV_CON_ID("pll_clk", &pll_clk), 263 pll_clk.parent = &dll_clk; in arch_clk_init() 265 pll_clk.parent = &extal_clk; in arch_clk_init()
|
D | clock-shx3.c | 39 static struct clk pll_clk = { variable 47 &pll_clk, 65 SH_CLK_DIV4(&pll_clk, FRQMR1, _bit, _mask, _flags) 106 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
D | clock-sh7757.c | 40 static struct clk pll_clk = { variable 48 &pll_clk, 66 SH_CLK_DIV4(&pll_clk, FRQCR, _bit, _mask, _flags) 108 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
D | clock-sh7343.c | 88 static struct clk pll_clk = { variable 97 &pll_clk, 118 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 134 [DIV6_V] = SH_CLK_DIV6(&pll_clk, VCLKCR, 0), 202 CLKDEV_CON_ID("pll_clk", &pll_clk), 270 pll_clk.parent = &dll_clk; in arch_clk_init() 272 pll_clk.parent = &extal_clk; in arch_clk_init()
|
D | clock-sh7723.c | 95 static struct clk pll_clk = { variable 104 &pll_clk, 124 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 150 [DIV6_V] = SH_CLK_DIV6(&pll_clk, VCLKCR, 0), 211 CLKDEV_CON_ID("pll_clk", &pll_clk), 286 pll_clk.parent = &dll_clk; in arch_clk_init() 288 pll_clk.parent = &extal_clk; in arch_clk_init()
|
D | clock-sh7785.c | 43 static struct clk pll_clk = { variable 51 &pll_clk, 70 SH_CLK_DIV4(&pll_clk, FRQMR1, _bit, _mask, _flags) 122 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
D | clock-sh7724.c | 97 static struct clk pll_clk = { variable 114 .parent = &pll_clk, 131 &pll_clk, 163 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 276 CLKDEV_CON_ID("pll_clk", &pll_clk), 360 pll_clk.parent = &fll_clk; in arch_clk_init() 362 pll_clk.parent = &extal_clk; in arch_clk_init()
|
D | clock-sh7786.c | 45 static struct clk pll_clk = { variable 53 &pll_clk, 71 SH_CLK_DIV4(&pll_clk, FRQMR1, _bit, _mask, _flags) 131 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
D | clock-sh7734.c | 45 static struct clk pll_clk = { variable 53 &pll_clk, 73 SH_CLK_DIV4(&pll_clk, _reg, _bit, _mask, _flags) 184 CLKDEV_CON_ID("pll_clk", &pll_clk),
|
/linux-4.4.14/drivers/clk/ |
D | clk-moxart.c | 60 struct clk *clk, *pll_clk; in moxart_of_apb_clk_init() local 82 pll_clk = of_clk_get(node, 0); in moxart_of_apb_clk_init() 83 if (IS_ERR(pll_clk)) { in moxart_of_apb_clk_init()
|
D | clk-vt8500.c | 654 struct clk_pll *pll_clk; in vtwm_pll_clk_init() local 667 pll_clk = kzalloc(sizeof(*pll_clk), GFP_KERNEL); in vtwm_pll_clk_init() 668 if (WARN_ON(!pll_clk)) in vtwm_pll_clk_init() 671 pll_clk->reg = pmc_base + reg; in vtwm_pll_clk_init() 672 pll_clk->lock = &_lock; in vtwm_pll_clk_init() 673 pll_clk->type = pll_type; in vtwm_pll_clk_init() 684 pll_clk->hw.init = &init; in vtwm_pll_clk_init() 686 clk = clk_register(NULL, &pll_clk->hw); in vtwm_pll_clk_init() 688 kfree(pll_clk); in vtwm_pll_clk_init()
|
D | clk-asm9260.c | 271 const char *ref_clk, *pll_clk = "pll"; in asm9260_acc_init() local 285 clk = clk_register_fixed_rate_with_accuracy(NULL, pll_clk, in asm9260_acc_init() 295 mc->parent_names[1] = pll_clk; in asm9260_acc_init()
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-pll.c | 1161 const struct samsung_pll_clock *pll_clk, in _samsung_clk_register_pll() argument 1172 __func__, pll_clk->name); in _samsung_clk_register_pll() 1176 init.name = pll_clk->name; in _samsung_clk_register_pll() 1177 init.flags = pll_clk->flags; in _samsung_clk_register_pll() 1178 init.parent_names = &pll_clk->parent_name; in _samsung_clk_register_pll() 1181 if (pll_clk->rate_table) { in _samsung_clk_register_pll() 1183 for (len = 0; pll_clk->rate_table[len].rate != 0; ) in _samsung_clk_register_pll() 1187 pll->rate_table = kmemdup(pll_clk->rate_table, in _samsung_clk_register_pll() 1193 __func__, pll_clk->name); in _samsung_clk_register_pll() 1196 switch (pll_clk->type) { in _samsung_clk_register_pll() [all …]
|
/linux-4.4.14/drivers/clk/ti/ |
D | fapll.c | 496 struct clk *pll_clk) in ti_fapll_synth_setup() argument 520 synth->clk_pll = pll_clk; in ti_fapll_synth_setup() 536 struct clk *pll_clk; in ti_fapll_setup() local 590 pll_clk = clk_register(NULL, &fd->hw); in ti_fapll_setup() 591 if (IS_ERR(pll_clk)) in ti_fapll_setup() 594 fd->outputs.clks[0] = pll_clk; in ti_fapll_setup() 634 pll_clk); in ti_fapll_setup()
|
/linux-4.4.14/drivers/cpufreq/ |
D | ls1x-cpufreq.c | 27 struct clk *pll_clk; /* PLL clk */ member 81 pll_freq = clk_get_rate(ls1x_cpufreq.pll_clk) / 1000; in ls1x_cpufreq_init() 175 ls1x_cpufreq.pll_clk = clk; in ls1x_cpufreq_probe()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk-pll.c | 354 struct clk *pll_clk, *mux_clk; in rockchip_clk_register_pll() local 443 pll_clk = clk_register(NULL, &pll->hw); in rockchip_clk_register_pll() 444 if (IS_ERR(pll_clk)) { in rockchip_clk_register_pll() 446 __func__, name, PTR_ERR(pll_clk)); in rockchip_clk_register_pll() 454 mux_clk = pll_clk; in rockchip_clk_register_pll()
|
/linux-4.4.14/drivers/clk/spear/ |
D | clk-vco-pll.c | 279 spinlock_t *lock, struct clk **pll_clk, in clk_register_vco_pll() argument 350 if (pll_clk) in clk_register_vco_pll() 351 *pll_clk = tpll_clk; in clk_register_vco_pll()
|
D | clk.h | 127 spinlock_t *lock, struct clk **pll_clk,
|
/linux-4.4.14/arch/blackfin/mach-bf609/ |
D | clock.c | 285 static struct clk pll_clk = { variable 357 .parent = &pll_clk, 380 CLK(pll_clk, NULL, "PLLCLK"),
|
/linux-4.4.14/sound/soc/codecs/ |
D | tas2552.c | 168 unsigned int pll_clk = params_rate(params) * 512; in tas2552_setup_pll() local 183 if (pll_clkin == pll_clk) in tas2552_setup_pll() 203 j = (pll_clk * 2 * (1 << p)) / pll_clkin; in tas2552_setup_pll() 204 d = (pll_clk * 2 * (1 << p)) % pll_clkin; in tas2552_setup_pll()
|
D | lm49453.c | 1201 u16 pll_clk = 0; in lm49453_set_dai_sysclk() local 1208 pll_clk = 0; in lm49453_set_dai_sysclk() 1213 pll_clk = BIT(4); in lm49453_set_dai_sysclk() 1219 snd_soc_update_bits(codec, LM49453_P0_PMC_SETUP_REG, BIT(4), pll_clk); in lm49453_set_dai_sysclk()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dsim.txt | 15 the use of "pll_clk" is deprecated
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos3250.dtsi | 308 clock-names = "bus_clk", "pll_clk";
|
D | exynos4415.dtsi | 266 clock-names = "bus_clk", "pll_clk";
|
D | exynos5420.dtsi | 525 clock-names = "bus_clk", "pll_clk";
|