Searched refs:clk_pll1 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | clock.c | 71 static struct clk clk_pll1 = { variable 75 .parent = &clk_pll1, 78 .parent = &clk_pll1, 81 .parent = &clk_pll1, 214 INIT_CK(NULL, "pll1", &clk_pll1), 367 max_rate = max3(clk_pll1.rate / 4, clk_pll2.rate / 4, clk_xtali.rate / 4); in calc_clk_div() 383 mclk = &clk_pll1; in calc_clk_div() 549 clk_pll1.rate = clk_xtali.rate; in ep93xx_clock_init() 551 clk_pll1.rate = calc_pll_rate(value); in ep93xx_clock_init() 554 clk_f.rate = clk_pll1 in ep93xx_clock_init() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 735 phy->clk_pll1 = of_clk_get_by_name(node, "pll-1"); in sun8i_hdmi_phy_probe() 736 if (IS_ERR(phy->clk_pll1)) { in sun8i_hdmi_phy_probe() 738 ret = PTR_ERR(phy->clk_pll1); in sun8i_hdmi_phy_probe() 756 clk_put(phy->clk_pll1); in sun8i_hdmi_phy_probe() 774 clk_put(phy->clk_pll1); in sun8i_hdmi_phy_remove()
|
H A D | sun8i_hdmi_phy_clk.c | 155 parents[1] = __clk_get_name(phy->clk_pll1); in sun8i_phy_clk_create()
|
H A D | sun8i_dw_hdmi.h | 171 struct clk *clk_pll1; member
|
/kernel/linux/linux-5.10/drivers/clk/sirf/ |
H A D | clk-common.c | 217 static struct clk_pll clk_pll1 = { variable 413 if (rate == clk_get_rate(clk_pll1.hw.clk)) { in cpu_clk_set_rate() 414 ret1 = clk_set_parent(hw->clk, clk_pll1.hw.clk); in cpu_clk_set_rate() 431 if (cur_parent == clk_pll1.hw.clk) { in cpu_clk_set_rate() 436 ret2 = clk_set_rate(clk_pll1.hw.clk, rate); in cpu_clk_set_rate() 438 ret1 = clk_set_parent(hw->clk, clk_pll1.hw.clk); in cpu_clk_set_rate()
|
H A D | clk-prima2.c | 70 &clk_pll1.hw,
|
H A D | clk-atlas6.c | 71 &clk_pll1.hw,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 715 phy->clk_pll1 = devm_clk_get(dev, "pll-1"); in sun8i_hdmi_phy_probe() 716 if (IS_ERR(phy->clk_pll1)) in sun8i_hdmi_phy_probe() 717 return dev_err_probe(dev, PTR_ERR(phy->clk_pll1), in sun8i_hdmi_phy_probe()
|
H A D | sun8i_hdmi_phy_clk.c | 155 parents[1] = __clk_get_name(phy->clk_pll1); in sun8i_phy_clk_create()
|
H A D | sun8i_dw_hdmi.h | 165 struct clk *clk_pll1; member
|
Completed in 7 milliseconds