Lines Matching refs:mstp_clks

152 static struct clk mstp_clks[MSTP_NR] = {  variable
216 CLKDEV_CON_ID("tlb0", &mstp_clks[MSTP031]),
217 CLKDEV_CON_ID("ic0", &mstp_clks[MSTP030]),
218 CLKDEV_CON_ID("oc0", &mstp_clks[MSTP029]),
219 CLKDEV_CON_ID("rsmem0", &mstp_clks[MSTP028]),
220 CLKDEV_CON_ID("xymem0", &mstp_clks[MSTP026]),
221 CLKDEV_CON_ID("intc3", &mstp_clks[MSTP023]),
222 CLKDEV_CON_ID("intc0", &mstp_clks[MSTP022]),
223 CLKDEV_CON_ID("dmac0", &mstp_clks[MSTP021]),
224 CLKDEV_CON_ID("sh0", &mstp_clks[MSTP020]),
225 CLKDEV_CON_ID("hudi0", &mstp_clks[MSTP019]),
226 CLKDEV_CON_ID("ubc0", &mstp_clks[MSTP017]),
227 CLKDEV_CON_ID("tmu_fck", &mstp_clks[MSTP015]),
228 CLKDEV_CON_ID("cmt_fck", &mstp_clks[MSTP014]),
229 CLKDEV_CON_ID("rwdt0", &mstp_clks[MSTP013]),
230 CLKDEV_CON_ID("mfi0", &mstp_clks[MSTP011]),
231 CLKDEV_CON_ID("flctl0", &mstp_clks[MSTP010]),
233 CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP007]),
234 CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP006]),
235 CLKDEV_ICK_ID("sci_fck", "sh-sci.2", &mstp_clks[MSTP005]),
237 CLKDEV_CON_ID("msiof0", &mstp_clks[MSTP002]),
238 CLKDEV_CON_ID("sbr0", &mstp_clks[MSTP001]),
239 CLKDEV_DEV_ID("i2c-sh_mobile.0", &mstp_clks[MSTP109]),
240 CLKDEV_CON_ID("icb0", &mstp_clks[MSTP227]),
241 CLKDEV_CON_ID("meram0", &mstp_clks[MSTP226]),
242 CLKDEV_CON_ID("dacy1", &mstp_clks[MSTP224]),
243 CLKDEV_CON_ID("dacy0", &mstp_clks[MSTP223]),
244 CLKDEV_CON_ID("tsif0", &mstp_clks[MSTP222]),
245 CLKDEV_CON_ID("sdhi0", &mstp_clks[MSTP218]),
246 CLKDEV_CON_ID("mmcif0", &mstp_clks[MSTP217]),
247 CLKDEV_CON_ID("usbf0", &mstp_clks[MSTP211]),
248 CLKDEV_CON_ID("veu1", &mstp_clks[MSTP207]),
249 CLKDEV_CON_ID("vou0", &mstp_clks[MSTP205]),
250 CLKDEV_CON_ID("beu0", &mstp_clks[MSTP204]),
251 CLKDEV_CON_ID("ceu0", &mstp_clks[MSTP203]),
252 CLKDEV_CON_ID("veu0", &mstp_clks[MSTP202]),
253 CLKDEV_CON_ID("vpu0", &mstp_clks[MSTP201]),
254 CLKDEV_CON_ID("lcdc0", &mstp_clks[MSTP200]),
279 ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR); in arch_clk_init()