Searched refs:sel_cpu (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/mxs/ |
D | clk-imx23.c | 81 static const char *sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; variable 131 clks[etm_sel] = mxs_clk_mux("etm_sel", CLKSEQ, 8, 1, sel_cpu, ARRAY_SIZE(sel_cpu)); in mx23_clocks_init()
|
D | clk-imx28.c | 128 static const char *sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; variable 192 clks[etm_sel] = mxs_clk_mux("etm_sel", CLKSEQ, 8, 1, sel_cpu, ARRAY_SIZE(sel_cpu)); in mx28_clocks_init()
|