Home
last modified time | relevance | path

Searched refs:step_sels (Results 1 – 5 of 5) sorted by relevance

/drivers/clk/imx/
Dclk-imx6sl.c38 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()
Dclk-imx6ul.c37 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()
Dclk-imx51-imx53.c127 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()
Dclk-imx6sx.c28 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()
Dclk-imx6q.c27 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()