Lines Matching defs:table
98 * Div/mult table lookup helpers
120 struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
123 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors,
124 table, clk->arch_flags ? &clk->arch_flags : NULL);
216 pr_err("sh_clk_init_parent: parent table size failed\n");
230 struct clk_div_table *table, struct sh_clk_ops *ops)
234 int nr_divs = table->div_mult_table->nr_divisors;
250 clkp->priv = table;
284 struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
308 /* Rebuild the frequency table */
309 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors,
310 table, NULL);
341 struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
361 /* Rebiuld the frequency table */
362 clk_rate_table_build(clk, clk->freq_table, table->nr_divisors,
363 table, &clk->arch_flags);
378 struct clk_div4_table *table)
380 return sh_clk_div_register_ops(clks, nr, table, &sh_clk_div_clk_ops);
384 struct clk_div4_table *table)
386 return sh_clk_div_register_ops(clks, nr, table,
391 struct clk_div4_table *table)
393 return sh_clk_div_register_ops(clks, nr, table,