Lines Matching refs:clk_div_table
29 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
32 const struct clk_div_table *clkt; in _get_table_div()
44 const struct clk_div_table *clkt; in _setup_mask()
79 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
82 const struct clk_div_table *clkt; in _get_table_val()
127 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
130 const struct clk_div_table *clkt; in _is_valid_table_div()
147 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
150 const struct clk_div_table *clkt; in _div_round_up()
167 static int _div_round(const struct clk_div_table *table, in _div_round()
348 struct clk_div_table *tmp; in ti_clk_parse_divider_data()
398 struct clk_div_table *table; in ti_clk_get_div_table()
452 const struct clk_div_table *clkt; in _populate_divider_min_max()