Lines Matching refs:clkp
96 struct clk *clkp; in sh_clk_mstp_register() local
101 clkp = clks + k; in sh_clk_mstp_register()
102 clkp->ops = &sh_clk_mstp_clk_ops; in sh_clk_mstp_register()
103 ret |= clk_register(clkp); in sh_clk_mstp_register()
244 struct clk *clkp; in sh_clk_div_register_ops() local
259 clkp = clks + k; in sh_clk_div_register_ops()
261 clkp->ops = ops; in sh_clk_div_register_ops()
262 clkp->priv = table; in sh_clk_div_register_ops()
264 clkp->freq_table = freq_table + (k * freq_table_size); in sh_clk_div_register_ops()
265 clkp->freq_table[nr_divs].frequency = CPUFREQ_TABLE_END; in sh_clk_div_register_ops()
267 ret = clk_register(clkp); in sh_clk_div_register_ops()
269 ret = sh_clk_init_parent(clkp); in sh_clk_div_register_ops()