Searched refs:imx_clk_gate (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/clk/imx/ |
A D | clk-imx8mm.c | 287 imx_clk_gate("dram_pll_out", "dram_pll_bypass", in imx8mm_clk_probe() 290 imx_clk_gate("arm_pll_out", "arm_pll_bypass", in imx8mm_clk_probe() 293 imx_clk_gate("sys_pll1_out", "sys_pll1_bypass", in imx8mm_clk_probe() 296 imx_clk_gate("sys_pll2_out", "sys_pll2_bypass", in imx8mm_clk_probe() 299 imx_clk_gate("sys_pll3_out", "sys_pll3_bypass", in imx8mm_clk_probe()
|
A D | clk-imx8mn.c | 304 imx_clk_gate("dram_pll_out", "dram_pll_bypass", in imx8mn_clk_probe() 307 imx_clk_gate("arm_pll_out", "arm_pll_bypass", in imx8mn_clk_probe() 310 imx_clk_gate("sys_pll1_out", "sys_pll1_bypass", in imx8mn_clk_probe() 313 imx_clk_gate("sys_pll2_out", "sys_pll2_bypass", in imx8mn_clk_probe() 316 imx_clk_gate("sys_pll3_out", "sys_pll3_bypass", in imx8mn_clk_probe()
|
A D | clk-imx8mp.c | 301 clk_dm(IMX8MP_DRAM_PLL_OUT, imx_clk_gate("dram_pll_out", "dram_pll_bypass", base + 0x50, 13)); in imx8mp_clk_probe() 302 clk_dm(IMX8MP_ARM_PLL_OUT, imx_clk_gate("arm_pll_out", "arm_pll_bypass", base + 0x84, 11)); in imx8mp_clk_probe() 303 clk_dm(IMX8MP_SYS_PLL1_OUT, imx_clk_gate("sys_pll1_out", "sys_pll1_bypass", base + 0x94, 11)); in imx8mp_clk_probe() 304 clk_dm(IMX8MP_SYS_PLL2_OUT, imx_clk_gate("sys_pll2_out", "sys_pll2_bypass", base + 0x104, 11)); in imx8mp_clk_probe() 305 clk_dm(IMX8MP_SYS_PLL3_OUT, imx_clk_gate("sys_pll3_out", "sys_pll3_bypass", base + 0x114, 11)); in imx8mp_clk_probe()
|
A D | clk-imx6q.c | 119 imx_clk_gate("pll6_enet", "pll6", base + 0xe0, 13)); in imx6q_clk_probe()
|
A D | clk.h | 166 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate() function
|
Completed in 8 milliseconds