Lines Matching refs:mstp_clks

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