Searched refs:mpll_sel_clks (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx21.c | 38 static const char *mpll_sel_clks[] = { "fpm_gate", "mpll_osc_sel", }; variable 62 …CLK_MPLL_SEL] = imx_clk_mux("mpll_sel", CCM_CSCR, 16, 1, mpll_sel_clks, ARRAY_SIZE(mpll_sel_clks)); in _mx21_clocks_init()
|
D | clk-imx27.c | 34 static const char *mpll_sel_clks[] = { "fpm", "mpll_osc_sel", }; variable 72 …CLK_MPLL_SEL] = imx_clk_mux("mpll_sel", CCM_CSCR, 16, 1, mpll_sel_clks, ARRAY_SIZE(mpll_sel_clks)); in _mx27_clocks_init()
|