Lines Matching defs:ref_xtal

107 	 * Source ssp clock from ref_io than ref_xtal,
108 * as ref_xtal only provides 24 MHz as maximum.
122 static const char *const sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", };
123 static const char *const sel_io0[] __initconst = { "ref_io0", "ref_xtal", };
124 static const char *const sel_io1[] __initconst = { "ref_io1", "ref_xtal", };
125 static const char *const sel_pix[] __initconst = { "ref_pix", "ref_xtal", };
126 static const char *const sel_gpmi[] __initconst = { "ref_gpmi", "ref_xtal", };
127 static const char *const sel_pll0[] __initconst = { "pll0", "ref_xtal", };
130 static const char *const ptp_sels[] __initconst = { "ref_xtal", "pll0", };
133 ref_xtal, pll0, pll1, pll2, ref_cpu, ref_emi, ref_io0, ref_io1,
167 clks[ref_xtal] = mxs_clk_fixed("ref_xtal", 24000000);
168 clks[pll0] = mxs_clk_pll("pll0", "ref_xtal", PLL0CTRL0, 17, 480000000);
169 clks[pll1] = mxs_clk_pll("pll1", "ref_xtal", PLL1CTRL0, 17, 480000000);
170 clks[pll2] = mxs_clk_pll("pll2", "ref_xtal", PLL2CTRL0, 23, 50000000);
191 clks[cpu_xtal] = mxs_clk_div("cpu_xtal", "ref_xtal", CPU, 16, 10, 29);
193 clks[xbus] = mxs_clk_div("xbus", "ref_xtal", XBUS, 0, 10, 31);
200 clks[emi_xtal] = mxs_clk_div("emi_xtal", "ref_xtal", EMI, 8, 4, 29);
206 clks[clk32k_div] = mxs_clk_fixed_factor("clk32k_div", "ref_xtal", 1, 750);
207 clks[rtc] = mxs_clk_fixed_factor("rtc", "ref_xtal", 1, 768);
211 clks[pwm] = mxs_clk_gate("pwm", "ref_xtal", XTAL, 29);
212 clks[uart] = mxs_clk_gate("uart", "ref_xtal", XTAL, 31);
225 clks[can0] = mxs_clk_gate("can0", "ref_xtal", FLEXCAN, 30);
226 clks[can1] = mxs_clk_gate("can1", "ref_xtal", FLEXCAN, 28);