Lines Matching refs:table
94 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div_recalc() local
97 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors, in sh_clk_div_recalc()
98 table, clk->arch_flags ? &clk->arch_flags : NULL); in sh_clk_div_recalc()
204 struct clk_div_table *table, struct sh_clk_ops *ops) in sh_clk_div_register_ops() argument
208 int nr_divs = table->div_mult_table->nr_divisors; in sh_clk_div_register_ops()
224 clkp->priv = table; in sh_clk_div_register_ops()
258 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div6_set_parent() local
283 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors, in sh_clk_div6_set_parent()
284 table, NULL); in sh_clk_div6_set_parent()
315 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div4_set_parent() local
336 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors, in sh_clk_div4_set_parent()
337 table, &clk->arch_flags); in sh_clk_div4_set_parent()
352 struct clk_div4_table *table) in sh_clk_div4_register() argument
354 return sh_clk_div_register_ops(clks, nr, table, &sh_clk_div_clk_ops); in sh_clk_div4_register()
358 struct clk_div4_table *table) in sh_clk_div4_enable_register() argument
360 return sh_clk_div_register_ops(clks, nr, table, in sh_clk_div4_enable_register()
365 struct clk_div4_table *table) in sh_clk_div4_reparent_register() argument
367 return sh_clk_div_register_ops(clks, nr, table, in sh_clk_div4_reparent_register()