Searched refs:step_sels (Results 1 – 5 of 5) sorted by relevance
/drivers/clk/imx/ |
D | clk-imx6sl.c | 38 static const char *step_sels[] = { "osc", "pll2_pfd2", }; variable 300 … = imx_clk_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sl_clocks_init()
|
D | clk-imx6ul.c | 37 static const char *step_sels[] = { "osc", "ca7_secondary_sel", }; variable 223 …s[IMX6UL_CLK_STEP] = imx_clk_mux("step", base + 0x0c, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6ul_clocks_init()
|
D | clk-imx51-imx53.c | 127 static const char *step_sels[] = { "lp_apm", }; variable 209 …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-imx6sx.c | 28 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable 278 …lk_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 27 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable 287 … = imx_clk_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6q_clocks_init()
|