Searched refs:mpll_sel_clks (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx21.c | 35 static const char *mpll_sel_clks[] = { "fpm_gate", "mpll_osc_sel", }; variable 59 …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 | 36 static const char *mpll_sel_clks[] = { "fpm", "mpll_osc_sel", }; variable 74 …CLK_MPLL_SEL] = imx_clk_mux("mpll_sel", CCM_CSCR, 16, 1, mpll_sel_clks, ARRAY_SIZE(mpll_sel_clks)); in _mx27_clocks_init()
|