Lines Matching refs:mstp_clks
127 static struct clk mstp_clks[MSTP_NR] = { variable
195 CLKDEV_DEV_ID("i2c-sh7734.0", &mstp_clks[MSTP030]),
196 CLKDEV_DEV_ID("i2c-sh7734.1", &mstp_clks[MSTP029]),
197 CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP026]),
198 CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP025]),
199 CLKDEV_ICK_ID("sci_fck", "sh-sci.2", &mstp_clks[MSTP024]),
200 CLKDEV_ICK_ID("sci_fck", "sh-sci.3", &mstp_clks[MSTP023]),
201 CLKDEV_ICK_ID("sci_fck", "sh-sci.4", &mstp_clks[MSTP022]),
202 CLKDEV_ICK_ID("sci_fck", "sh-sci.5", &mstp_clks[MSTP021]),
203 CLKDEV_CON_ID("hscif", &mstp_clks[MSTP019]),
204 CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP016]),
205 CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP015]),
206 CLKDEV_ICK_ID("fck", "sh-tmu.2", &mstp_clks[MSTP014]),
207 CLKDEV_CON_ID("ssi0", &mstp_clks[MSTP012]),
208 CLKDEV_CON_ID("ssi1", &mstp_clks[MSTP011]),
209 CLKDEV_CON_ID("ssi2", &mstp_clks[MSTP010]),
210 CLKDEV_CON_ID("ssi3", &mstp_clks[MSTP009]),
211 CLKDEV_CON_ID("sss", &mstp_clks[MSTP008]),
212 CLKDEV_CON_ID("hspi", &mstp_clks[MSTP007]),
213 CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP100]),
214 CLKDEV_CON_ID("videoin0", &mstp_clks[MSTP109]),
215 CLKDEV_CON_ID("videoin1", &mstp_clks[MSTP108]),
216 CLKDEV_CON_ID("rgpvg", &mstp_clks[MSTP107]),
217 CLKDEV_CON_ID("2dg", &mstp_clks[MSTP106]),
218 CLKDEV_CON_ID("view", &mstp_clks[MSTP103]),
220 CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP331]),
221 CLKDEV_CON_ID("mimlb0", &mstp_clks[MSTP330]),
222 CLKDEV_CON_ID("sdhi0", &mstp_clks[MSTP323]),
223 CLKDEV_CON_ID("sdhi1", &mstp_clks[MSTP322]),
224 CLKDEV_CON_ID("sdhi2", &mstp_clks[MSTP321]),
225 CLKDEV_CON_ID("rqspi0", &mstp_clks[MSTP320]),
226 CLKDEV_CON_ID("src0", &mstp_clks[MSTP319]),
227 CLKDEV_CON_ID("src1", &mstp_clks[MSTP318]),
228 CLKDEV_CON_ID("rsp0", &mstp_clks[MSTP317]),
229 CLKDEV_CON_ID("rcan0", &mstp_clks[MSTP316]),
230 CLKDEV_CON_ID("rcan1", &mstp_clks[MSTP315]),
231 CLKDEV_CON_ID("fltcl0", &mstp_clks[MSTP314]),
232 CLKDEV_CON_ID("adc0", &mstp_clks[MSTP313]),
233 CLKDEV_CON_ID("mtu0", &mstp_clks[MSTP312]),
234 CLKDEV_CON_ID("iebus0", &mstp_clks[MSTP304]),
235 CLKDEV_DEV_ID("sh7734-gether.0", &mstp_clks[MSTP114]),
236 CLKDEV_CON_ID("rtc0", &mstp_clks[MSTP303]),
237 CLKDEV_CON_ID("hif0", &mstp_clks[MSTP302]),
238 CLKDEV_CON_ID("stif0", &mstp_clks[MSTP301]),
239 CLKDEV_CON_ID("stif1", &mstp_clks[MSTP300]),
257 ret = sh_clk_mstp_register(mstp_clks, MSTP_NR); in arch_clk_init()