Searched refs:perclk_sels (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk-imx6sll.c50 static const char *perclk_sels[] = { "ipg", "osc", }; variable
208 hws[IMX6SLL_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels));
H A Dclk-imx6sl.c47 static const char *perclk_sels[] = { "ipg", "osc", }; variable
311 hws[IMX6SL_CLK_PERCLK_SEL] = imx_clk_hw_fixup_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels), imx_cscmr1_fixup);
H A Dclk-imx6ul.c56 static const char *perclk_sels[] = { "ipg", "osc", }; variable
269 hws[IMX6UL_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels));
H A Dclk-imx6sx.c40 static const char *perclk_sels[] = { "ipg", "osc", }; variable
285 hws[IMX6SX_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels));

Completed in 194 milliseconds