Lines Matching defs:table
31 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv()
53 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
75 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
123 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
143 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
163 static int _div_round(const struct clk_div_table *table, in _div_round()
319 const struct clk_div_table *table) in _register_divider()
363 const struct clk_div_table **table) in ti_clk_parse_divider_data()
431 struct clk_div_table *table; in ti_clk_get_div_table() local
479 const struct clk_div_table *table, in _get_divider_width()
523 struct clk_omap_reg *reg, const struct clk_div_table **table, in ti_clk_divider_populate()
582 const struct clk_div_table *table = NULL; in of_ti_divider_clk_setup() local