Searched full:ref_xtal (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/clk/mxs/ |
D | clk-imx23.c | 60 * Source ssp clock from ref_io than ref_xtal, in clk_misc_init() 61 * as ref_xtal only provides 24 MHz as maximum. in clk_misc_init() 73 static const char *const sel_pll[] __initconst = { "pll", "ref_xtal", }; 74 static const char *const sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; 75 static const char *const sel_pix[] __initconst = { "ref_pix", "ref_xtal", }; 76 static const char *const sel_io[] __initconst = { "ref_io", "ref_xtal", }; 81 ref_xtal, pll, ref_cpu, ref_emi, ref_pix, ref_io, saif_sel, enumerator 112 clks[ref_xtal] = mxs_clk_fixed("ref_xtal", 24000000); in mx23_clocks_init() 113 clks[pll] = mxs_clk_pll("pll", "ref_xtal", PLLCTRL0, 16, 480000000); in mx23_clocks_init() 126 clks[cpu_xtal] = mxs_clk_div("cpu_xtal", "ref_xtal", CPU, 16, 10, 29); in mx23_clocks_init() [all …]
|
D | clk-imx28.c | 107 * Source ssp clock from ref_io than ref_xtal, in clk_misc_init() 108 * as ref_xtal only provides 24 MHz as maximum. in clk_misc_init() 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, enumerator [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | imx23-clock.yaml | 19 ref_xtal 0
|
D | imx28-clock.yaml | 19 ref_xtal 0
|