Home
last modified time | relevance | path

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

/linux/drivers/clk/imx/
H A Dclk-imx6sl.c34 static const char *step_sels[] = { "osc", "pll2_pfd2", }; variable
293 …= imx_clk_hw_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sl_clocks_init()
H A Dclk-imx6sll.c30 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable
193 …IMX6SLL_CLK_STEP] = imx_clk_hw_mux("step", base + 0x0c, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sll_clocks_init()
H A Dclk-imx6ul.c30 static const char *step_sels[] = { "osc", "ca7_secondary_sel", }; variable
251 …[IMX6UL_CLK_STEP] = imx_clk_hw_mux("step", base + 0x0c, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6ul_clocks_init()
H A Dclk-imx6sx.c21 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable
265 …hw_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6sx_clocks_init()
H A Dclk-imx6q.c24 static const char *step_sels[] = { "osc", "pll2_pfd2_396m", }; variable
610 … = imx_clk_hw_mux("step", base + 0xc, 8, 1, step_sels, ARRAY_SIZE(step_sels)); in imx6q_clocks_init()