Home
last modified time | relevance | path

Searched refs:imx_clk_hw_pllv4 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk-imx7ulp.c81 hws[IMX7ULP_CLK_APLL] = imx_clk_hw_pllv4("apll", "apll_pre_div", base + 0x500); in imx7ulp_clk_scg1_init()
82 hws[IMX7ULP_CLK_SPLL] = imx_clk_hw_pllv4("spll", "spll_pre_div", base + 0x600); in imx7ulp_clk_scg1_init()
H A Dclk-pllv4.c210 struct clk_hw *imx_clk_hw_pllv4(const char *name, const char *parent_name, in imx_clk_hw_pllv4() function
H A Dclk.h196 struct clk_hw *imx_clk_hw_pllv4(const char *name, const char *parent_name,