Searched refs:imx_clk_hw_cpu (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-cpu.c | 73 struct clk_hw *imx_clk_hw_cpu(const char *name, const char *parent_name, in imx_clk_hw_cpu() function 108 EXPORT_SYMBOL_GPL(imx_clk_hw_cpu);
|
D | clk-imx7ulp.c | 111 …hws[IMX7ULP_CLK_CORE] = imx_clk_hw_cpu("core", "divcore", hws[IMX7ULP_CLK_CORE_DIV]->clk, hws[IMX… in imx7ulp_clk_scg1_init() 113 …hws[IMX7ULP_CLK_HSRUN_CORE] = imx_clk_hw_cpu("hsrun_core", "hsrun_divcore", hws[IMX7ULP_CLK_HSRUN_… in imx7ulp_clk_scg1_init()
|
D | clk.h | 68 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step)) 532 struct clk_hw *imx_clk_hw_cpu(const char *name, const char *parent_name,
|
D | clk-imx8mn.c | 555 hws[IMX8MN_CLK_ARM] = imx_clk_hw_cpu("arm", "arm_a53_core", in imx8mn_clocks_probe()
|
D | clk-imx8mq.c | 569 hws[IMX8MQ_CLK_ARM] = imx_clk_hw_cpu("arm", "arm_a53_core", in imx8mq_clocks_probe()
|
D | clk-imx8mm.c | 604 hws[IMX8MM_CLK_ARM] = imx_clk_hw_cpu("arm", "arm_a53_core", in imx8mm_clocks_probe()
|
D | clk-imx8mp.c | 738 hws[IMX8MP_CLK_ARM] = imx_clk_hw_cpu("arm", "arm_a53_core", in imx8mp_clocks_probe()
|
D | clk-imx7d.c | 860 hws[IMX7D_CLK_ARM] = imx_clk_hw_cpu("arm", "arm_a7_root_clk", in imx7d_clocks_init()
|