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