Searched refs:step_sels (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx6sl.c | 34 static const char *step_sels[] = { "osc", "pll2_pfd2", }; variable 294 …= imx_clk_hw_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sl_clocks_init()
|
D | clk-imx6sll.c | 30 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable 194 …IMX6SLL_CLK_STEP] = imx_clk_hw_mux("step", base + 0x0c, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sll_clocks_init()
|
D | clk-imx5.c | 124 static const char *step_sels[] = { "lp_apm", }; variable 183 …MX5_CLK_STEP_SEL] = imx_clk_mux("step_sel", MXC_CCM_CCSR, 7, 2, step_sels, ARRAY_SIZE(step_sels)); in mx5_clocks_common_init()
|
D | clk-imx6ul.c | 30 static const char *step_sels[] = { "osc", "ca7_secondary_sel", }; variable 252 …[IMX6UL_CLK_STEP] = imx_clk_hw_mux("step", base + 0x0c, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 21 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable 266 …hw_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 24 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable 611 … = imx_clk_hw_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6q_clocks_init()
|