Lines Matching refs:mstp_clks
93 static struct clk mstp_clks[MSTP_NR] = { variable
142 CLKDEV_ICK_ID("sci_fck", "sh-sci.5", &mstp_clks[MSTP029]),
143 CLKDEV_ICK_ID("sci_fck", "sh-sci.4", &mstp_clks[MSTP028]),
144 CLKDEV_ICK_ID("sci_fck", "sh-sci.3", &mstp_clks[MSTP027]),
145 CLKDEV_ICK_ID("sci_fck", "sh-sci.2", &mstp_clks[MSTP026]),
146 CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP025]),
147 CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP024]),
149 CLKDEV_CON_ID("ssi3_fck", &mstp_clks[MSTP023]),
150 CLKDEV_CON_ID("ssi2_fck", &mstp_clks[MSTP022]),
151 CLKDEV_CON_ID("ssi1_fck", &mstp_clks[MSTP021]),
152 CLKDEV_CON_ID("ssi0_fck", &mstp_clks[MSTP020]),
153 CLKDEV_CON_ID("hac1_fck", &mstp_clks[MSTP017]),
154 CLKDEV_CON_ID("hac0_fck", &mstp_clks[MSTP016]),
155 CLKDEV_CON_ID("i2c1_fck", &mstp_clks[MSTP015]),
156 CLKDEV_CON_ID("i2c0_fck", &mstp_clks[MSTP014]),
158 CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP008]),
159 CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP009]),
160 CLKDEV_ICK_ID("fck", "sh-tmu.2", &mstp_clks[MSTP010]),
161 CLKDEV_ICK_ID("fck", "sh-tmu.3", &mstp_clks[MSTP011]),
163 CLKDEV_CON_ID("sdif1_fck", &mstp_clks[MSTP005]),
164 CLKDEV_CON_ID("sdif0_fck", &mstp_clks[MSTP004]),
165 CLKDEV_CON_ID("hspi_fck", &mstp_clks[MSTP002]),
166 CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP112]),
167 CLKDEV_CON_ID("pcie2_fck", &mstp_clks[MSTP110]),
168 CLKDEV_CON_ID("pcie1_fck", &mstp_clks[MSTP109]),
169 CLKDEV_CON_ID("pcie0_fck", &mstp_clks[MSTP108]),
170 CLKDEV_CON_ID("dmac_11_6_fck", &mstp_clks[MSTP105]),
171 CLKDEV_CON_ID("dmac_5_0_fck", &mstp_clks[MSTP104]),
172 CLKDEV_CON_ID("du_fck", &mstp_clks[MSTP103]),
173 CLKDEV_CON_ID("ether_fck", &mstp_clks[MSTP102]),
189 ret = sh_clk_mstp_register(mstp_clks, MSTP_NR); in arch_clk_init()