Lines Matching refs:mstp_clks

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