Searched refs:imx_clk_fracn_gppll (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk-imx93.c | 294 clks[IMX93_CLK_AUDIO_PLL] = imx_clk_fracn_gppll("audio_pll", "osc_24m", anatop_base + 0x1200, in imx93_clocks_probe() 296 clks[IMX93_CLK_VIDEO_PLL] = imx_clk_fracn_gppll("video_pll", "osc_24m", anatop_base + 0x1400, in imx93_clocks_probe()
|
A D | clk-fracn-gppll.c | 295 struct clk_hw *imx_clk_fracn_gppll(const char *name, const char *parent_name, void __iomem *base, in imx_clk_fracn_gppll() function 329 EXPORT_SYMBOL_GPL(imx_clk_fracn_gppll);
|
A D | clk.h | 92 struct clk_hw *imx_clk_fracn_gppll(const char *name, const char *parent_name, void __iomem *base,
|
Completed in 9 milliseconds