Lines Matching defs:table
17 static unsigned int _get_table_maxval(const struct clk_factor_table *table)
22 for (clkt = table; clkt->div; clkt++)
28 static int _get_table_div_mul(const struct clk_factor_table *table,
33 for (clkt = table; clkt->div; clkt++) {
44 static unsigned int _get_table_val(const struct clk_factor_table *table,
51 for (clkt = table; clkt->div; clkt++) {
62 val = _get_table_maxval(table);
71 const struct clk_factor_table *clkt = factor_hw->table;
85 for (clkt = factor_hw->table; clkt->div; clkt++) {
125 const struct clk_factor_table *clkt = factor_hw->table;
148 const struct clk_factor_table *clkt = factor_hw->table;
191 val = _get_table_val(factor_hw->table, rate, parent_rate);