Lines Matching refs:clk_div_table

44 static unsigned int _get_table_maxdiv(const struct clk_div_table *table,
48 const struct clk_div_table *clkt;
56 static unsigned int _get_table_mindiv(const struct clk_div_table *table)
59 const struct clk_div_table *clkt;
67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width,
79 static unsigned int _get_table_div(const struct clk_div_table *table,
82 const struct clk_div_table *clkt;
90 static unsigned int _get_div(const struct clk_div_table *table,
104 static unsigned int _get_table_val(const struct clk_div_table *table,
107 const struct clk_div_table *clkt;
115 static unsigned int _get_val(const struct clk_div_table *table,
131 const struct clk_div_table *table,
161 static bool _is_valid_table_div(const struct clk_div_table *table,
164 const struct clk_div_table *clkt;
172 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div,
182 static int _round_up_table(const struct clk_div_table *table, int div)
184 const struct clk_div_table *clkt;
200 static int _round_down_table(const struct clk_div_table *table, int div)
202 const struct clk_div_table *clkt;
218 static int _div_round_up(const struct clk_div_table *table,
232 static int _div_round_closest(const struct clk_div_table *table,
256 static int _div_round(const struct clk_div_table *table,
275 static int _next_div(const struct clk_div_table *table, int div,
291 const struct clk_div_table *table, u8 width,
347 const struct clk_div_table *table,
360 const struct clk_div_table *table, u8 width,
402 const struct clk_div_table *table, u8 width,
471 const struct clk_div_table *table, spinlock_t *lock)
542 u8 clk_divider_flags, const struct clk_div_table *table,