Lines Matching refs:mstp_clks
92 static struct clk mstp_clks[MSTP_NR] = { variable
135 CLKDEV_ICK_ID("sci_fck", "sh-sci.5", &mstp_clks[MSTP029]),
136 CLKDEV_ICK_ID("sci_fck", "sh-sci.4", &mstp_clks[MSTP028]),
137 CLKDEV_ICK_ID("sci_fck", "sh-sci.3", &mstp_clks[MSTP027]),
138 CLKDEV_ICK_ID("sci_fck", "sh-sci.2", &mstp_clks[MSTP026]),
139 CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP025]),
140 CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP024]),
142 CLKDEV_CON_ID("ssi1_fck", &mstp_clks[MSTP021]),
143 CLKDEV_CON_ID("ssi0_fck", &mstp_clks[MSTP020]),
144 CLKDEV_CON_ID("hac1_fck", &mstp_clks[MSTP017]),
145 CLKDEV_CON_ID("hac0_fck", &mstp_clks[MSTP016]),
146 CLKDEV_CON_ID("mmcif_fck", &mstp_clks[MSTP013]),
147 CLKDEV_CON_ID("flctl_fck", &mstp_clks[MSTP012]),
149 CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP008]),
150 CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP009]),
152 CLKDEV_CON_ID("siof_fck", &mstp_clks[MSTP003]),
153 CLKDEV_CON_ID("hspi_fck", &mstp_clks[MSTP002]),
154 CLKDEV_CON_ID("hudi_fck", &mstp_clks[MSTP119]),
155 CLKDEV_CON_ID("ubc0", &mstp_clks[MSTP117]),
156 CLKDEV_CON_ID("dmac_11_6_fck", &mstp_clks[MSTP105]),
157 CLKDEV_CON_ID("dmac_5_0_fck", &mstp_clks[MSTP104]),
158 CLKDEV_CON_ID("gdta_fck", &mstp_clks[MSTP100]),
174 ret = sh_clk_mstp_register(mstp_clks, MSTP_NR); in arch_clk_init()