Lines Matching defs:table
44 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv()
56 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv()
67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv()
79 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
90 static unsigned int _get_div(const struct clk_div_table *table, in _get_div()
104 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
115 static unsigned int _get_val(const struct clk_div_table *table, in _get_val()
131 const struct clk_div_table *table, in divider_recalc_rate()
161 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
172 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div()
182 static int _round_up_table(const struct clk_div_table *table, int div) in _round_up_table()
200 static int _round_down_table(const struct clk_div_table *table, int div) in _round_down_table()
218 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
232 static int _div_round_closest(const struct clk_div_table *table, in _div_round_closest()
256 static int _div_round(const struct clk_div_table *table, in _div_round()
275 static int _next_div(const struct clk_div_table *table, int div, in _next_div()
291 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
347 const struct clk_div_table *table, in divider_round_rate_parent()
360 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
402 const struct clk_div_table *table, u8 width, in divider_get_val()
471 const struct clk_div_table *table, spinlock_t *lock) in __clk_hw_register_divider()
537 u8 clk_divider_flags, const struct clk_div_table *table, in clk_register_divider_table()