Lines Matching refs:JH7100_CLK_PLL0_OUT
29 JH7100_CLK_PLL0_OUT,
38 JH7100_CLK_PLL0_OUT,
43 JH7100_CLK_PLL0_OUT,
47 JH7100_CLK_PLL0_OUT),
57 JH7100_CLK_PLL0_OUT,
59 JH71X0_GDIV(JH7100_CLK_AUDIO_ROOT, "audio_root", 0, 8, JH7100_CLK_PLL0_OUT),
66 JH7100_CLK_PLL0_OUT,
70 JH7100_CLK_PLL0_OUT,
275 if (idx < JH7100_CLK_PLL0_OUT) in jh7100_clk_get()
279 return priv->pll[idx - JH7100_CLK_PLL0_OUT]; in jh7100_clk_get()
290 priv = devm_kzalloc(&pdev->dev, struct_size(priv, reg, JH7100_CLK_PLL0_OUT), GFP_KERNEL); in clk_starfive_jh7100_probe()
315 for (idx = 0; idx < JH7100_CLK_PLL0_OUT; idx++) { in clk_starfive_jh7100_probe()
331 if (pidx < JH7100_CLK_PLL0_OUT) in clk_starfive_jh7100_probe()
334 parents[i].hw = priv->pll[pidx - JH7100_CLK_PLL0_OUT]; in clk_starfive_jh7100_probe()