Lines Matching refs:table
132 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div_recalc() local
135 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors, in sh_clk_div_recalc()
136 table, clk->arch_flags ? &clk->arch_flags : NULL); in sh_clk_div_recalc()
242 struct clk_div_table *table, struct sh_clk_ops *ops) in sh_clk_div_register_ops() argument
246 int nr_divs = table->div_mult_table->nr_divisors; in sh_clk_div_register_ops()
262 clkp->priv = table; in sh_clk_div_register_ops()
296 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div6_set_parent() local
321 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors, in sh_clk_div6_set_parent()
322 table, NULL); in sh_clk_div6_set_parent()
353 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div4_set_parent() local
374 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors, in sh_clk_div4_set_parent()
375 table, &clk->arch_flags); in sh_clk_div4_set_parent()
390 struct clk_div4_table *table) in sh_clk_div4_register() argument
392 return sh_clk_div_register_ops(clks, nr, table, &sh_clk_div_clk_ops); in sh_clk_div4_register()
396 struct clk_div4_table *table) in sh_clk_div4_enable_register() argument
398 return sh_clk_div_register_ops(clks, nr, table, in sh_clk_div4_enable_register()
403 struct clk_div4_table *table) in sh_clk_div4_reparent_register() argument
405 return sh_clk_div_register_ops(clks, nr, table, in sh_clk_div4_reparent_register()