Lines Matching defs:table
95 * Div/mult table lookup helpers
117 struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
120 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors,
121 table, clk->arch_flags ? &clk->arch_flags : NULL);
213 pr_err("sh_clk_init_parent: parent table size failed\n");
227 struct clk_div_table *table, struct sh_clk_ops *ops)
231 int nr_divs = table->div_mult_table->nr_divisors;
247 clkp->priv = table;
281 struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
305 /* Rebuild the frequency table */
306 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors,
307 table, NULL);
338 struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
358 /* Rebiuld the frequency table */
359 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors,
360 table, &clk->arch_flags);
375 struct clk_div4_table *table)
377 return sh_clk_div_register_ops(clks, nr, table, &sh_clk_div_clk_ops);
381 struct clk_div4_table *table)
383 return sh_clk_div_register_ops(clks, nr, table,
388 struct clk_div4_table *table)
390 return sh_clk_div_register_ops(clks, nr, table,