Lines Matching defs:table
110 u32 *table;
119 const struct clk_div_table *table;
127 u32 table[4];
133 const struct clk_div_table *table;
143 .table = { 1, 0 },
147 .table = { 1, 0 },
151 .table = { 1, 3, 0, 2 },
162 .table = { 1, 0 },
166 .table = { 1, 0 },
170 .table = { 1, 0 },
185 .table = clk_div_table,
189 .table = clk_div_table,
447 return clk_mux_val_to_index(hw, mux->table, 0, val);
456 val = mux->table[index];
466 struct regmap_field *field, u32 *table)
506 mux->table = table;
529 return divider_recalc_rate(hw, parent_rate, val, div->table, 0x0, 2);
537 return divider_round_rate(hw, rate, prate, div->table, 2, 0x0);
547 val = divider_get_val(rate, parent_rate, div->table, 2, 0x0);
562 const struct clk_div_table *table)
594 div->table = table;
674 clk_mux_sel[i].table);
695 clk_div_sel[i].table);