Lines Matching refs:JH7100_CLK_PLL0_OUT
34 JH7100_CLK_PLL0_OUT,
43 JH7100_CLK_PLL0_OUT,
48 JH7100_CLK_PLL0_OUT,
52 JH7100_CLK_PLL0_OUT),
62 JH7100_CLK_PLL0_OUT,
64 JH7100_GDIV(JH7100_CLK_AUDIO_ROOT, "audio_root", 0, 8, JH7100_CLK_PLL0_OUT),
71 JH7100_CLK_PLL0_OUT,
75 JH7100_CLK_PLL0_OUT,
597 if (idx < JH7100_CLK_PLL0_OUT) in jh7100_clk_get()
601 return priv->pll[idx - JH7100_CLK_PLL0_OUT]; in jh7100_clk_get()
612 priv = devm_kzalloc(&pdev->dev, struct_size(priv, reg, JH7100_CLK_PLL0_OUT), GFP_KERNEL); in clk_starfive_jh7100_probe()
637 for (idx = 0; idx < JH7100_CLK_PLL0_OUT; idx++) { in clk_starfive_jh7100_probe()
653 if (pidx < JH7100_CLK_PLL0_OUT) in clk_starfive_jh7100_probe()
656 parents[i].hw = priv->pll[pidx - JH7100_CLK_PLL0_OUT]; in clk_starfive_jh7100_probe()