Lines Matching refs:mstp_clks
150 static struct clk mstp_clks[MSTP_NR] = { variable
218 CLKDEV_CON_ID("tlb0", &mstp_clks[MSTP031]),
219 CLKDEV_CON_ID("ic0", &mstp_clks[MSTP030]),
220 CLKDEV_CON_ID("oc0", &mstp_clks[MSTP029]),
221 CLKDEV_CON_ID("uram0", &mstp_clks[MSTP028]),
222 CLKDEV_CON_ID("xymem0", &mstp_clks[MSTP026]),
223 CLKDEV_CON_ID("intc3", &mstp_clks[MSTP023]),
224 CLKDEV_CON_ID("intc0", &mstp_clks[MSTP022]),
225 CLKDEV_CON_ID("dmac0", &mstp_clks[MSTP021]),
226 CLKDEV_CON_ID("sh0", &mstp_clks[MSTP020]),
227 CLKDEV_CON_ID("hudi0", &mstp_clks[MSTP019]),
228 CLKDEV_CON_ID("ubc0", &mstp_clks[MSTP017]),
229 CLKDEV_CON_ID("tmu_fck", &mstp_clks[MSTP015]),
230 CLKDEV_ICK_ID("fck", "sh-cmt-32.0", &mstp_clks[MSTP014]),
231 CLKDEV_CON_ID("rwdt0", &mstp_clks[MSTP013]),
232 CLKDEV_CON_ID("mfi0", &mstp_clks[MSTP011]),
233 CLKDEV_CON_ID("flctl0", &mstp_clks[MSTP010]),
235 CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP007]),
236 CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP006]),
237 CLKDEV_ICK_ID("sci_fck", "sh-sci.2", &mstp_clks[MSTP005]),
238 CLKDEV_ICK_ID("sci_fck", "sh-sci.3", &mstp_clks[MSTP004]),
240 CLKDEV_CON_ID("sio0", &mstp_clks[MSTP003]),
241 CLKDEV_CON_ID("siof0", &mstp_clks[MSTP002]),
242 CLKDEV_CON_ID("siof1", &mstp_clks[MSTP001]),
243 CLKDEV_DEV_ID("i2c-sh_mobile.0", &mstp_clks[MSTP109]),
244 CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP108]),
245 CLKDEV_CON_ID("tpu0", &mstp_clks[MSTP225]),
246 CLKDEV_CON_ID("irda0", &mstp_clks[MSTP224]),
247 CLKDEV_CON_ID("sdhi0", &mstp_clks[MSTP218]),
248 CLKDEV_CON_ID("mmcif0", &mstp_clks[MSTP217]),
249 CLKDEV_CON_ID("sim0", &mstp_clks[MSTP216]),
250 CLKDEV_CON_ID("keysc0", &mstp_clks[MSTP214]),
251 CLKDEV_CON_ID("tsif0", &mstp_clks[MSTP213]),
252 CLKDEV_CON_ID("s3d40", &mstp_clks[MSTP212]),
253 CLKDEV_CON_ID("usbf0", &mstp_clks[MSTP211]),
254 CLKDEV_CON_ID("siu0", &mstp_clks[MSTP208]),
255 CLKDEV_CON_ID("jpu0", &mstp_clks[MSTP206]),
256 CLKDEV_CON_ID("vou0", &mstp_clks[MSTP205]),
257 CLKDEV_CON_ID("beu0", &mstp_clks[MSTP204]),
258 CLKDEV_CON_ID("ceu0", &mstp_clks[MSTP203]),
259 CLKDEV_CON_ID("veu0", &mstp_clks[MSTP202]),
260 CLKDEV_CON_ID("vpu0", &mstp_clks[MSTP201]),
261 CLKDEV_CON_ID("lcdc0", &mstp_clks[MSTP200]),
286 ret = sh_clk_mstp_register(mstp_clks, MSTP_NR); in arch_clk_init()