Lines Matching refs:clk_div_table
31 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv()
34 const struct clk_div_table *clkt; in _get_table_maxdiv()
53 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
56 const struct clk_div_table *clkt; in _get_table_div()
75 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
78 const struct clk_div_table *clkt; in _get_table_val()
123 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
126 const struct clk_div_table *clkt; in _is_valid_table_div()
143 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
146 const struct clk_div_table *clkt; in _div_round_up()
163 static int _div_round(const struct clk_div_table *table, in _div_round()
283 const struct clk_div_table *table) in _register_divider()
327 const struct clk_div_table **table) in ti_clk_parse_divider_data()
333 struct clk_div_table *tmp; in ti_clk_parse_divider_data()
392 static const struct clk_div_table *
395 const struct clk_div_table *table = NULL; in _get_div_table_from_setup()
451 const struct clk_div_table *table; in ti_clk_register_divider()
477 static struct clk_div_table *
480 struct clk_div_table *table; in ti_clk_get_div_table()
528 const struct clk_div_table *table, in _get_divider_width()
572 struct clk_omap_reg *reg, const struct clk_div_table **table, in ti_clk_divider_populate()
631 const struct clk_div_table *table = NULL; in of_ti_divider_clk_setup()