Home
last modified time | relevance | path

Searched refs:mxs_clk_gate (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/clk/mxs/
Dclk-imx28.c210 clks[clk32k] = mxs_clk_gate("clk32k", "clk32k_div", XTAL, 26); in mx28_clocks_init()
211 clks[pwm] = mxs_clk_gate("pwm", "ref_xtal", XTAL, 29); in mx28_clocks_init()
212 clks[uart] = mxs_clk_gate("uart", "ref_xtal", XTAL, 31); in mx28_clocks_init()
213 clks[ssp0] = mxs_clk_gate("ssp0", "ssp0_div", SSP0, 31); in mx28_clocks_init()
214 clks[ssp1] = mxs_clk_gate("ssp1", "ssp1_div", SSP1, 31); in mx28_clocks_init()
215 clks[ssp2] = mxs_clk_gate("ssp2", "ssp2_div", SSP2, 31); in mx28_clocks_init()
216 clks[ssp3] = mxs_clk_gate("ssp3", "ssp3_div", SSP3, 31); in mx28_clocks_init()
217 clks[gpmi] = mxs_clk_gate("gpmi", "gpmi_div", GPMI, 31); in mx28_clocks_init()
218 clks[spdif] = mxs_clk_gate("spdif", "spdif_div", SPDIF, 31); in mx28_clocks_init()
219 clks[emi] = mxs_clk_gate("emi", "emi_sel", EMI, 31); in mx28_clocks_init()
[all …]
Dclk-imx23.c140 clks[clk32k] = mxs_clk_gate("clk32k", "clk32k_div", XTAL, 26); in mx23_clocks_init()
141 clks[dri] = mxs_clk_gate("dri", "ref_xtal", XTAL, 28); in mx23_clocks_init()
142 clks[pwm] = mxs_clk_gate("pwm", "ref_xtal", XTAL, 29); in mx23_clocks_init()
143 clks[filt] = mxs_clk_gate("filt", "ref_xtal", XTAL, 30); in mx23_clocks_init()
144 clks[uart] = mxs_clk_gate("uart", "ref_xtal", XTAL, 31); in mx23_clocks_init()
145 clks[ssp] = mxs_clk_gate("ssp", "ssp_div", SSP, 31); in mx23_clocks_init()
146 clks[gpmi] = mxs_clk_gate("gpmi", "gpmi_div", GPMI, 31); in mx23_clocks_init()
147 clks[spdif] = mxs_clk_gate("spdif", "spdif_div", SPDIF, 31); in mx23_clocks_init()
148 clks[emi] = mxs_clk_gate("emi", "emi_sel", EMI, 31); in mx23_clocks_init()
149 clks[saif] = mxs_clk_gate("saif", "saif_div", SAIF, 31); in mx23_clocks_init()
[all …]
Dclk.h38 static inline struct clk *mxs_clk_gate(const char *name, in mxs_clk_gate() function