Lines Matching refs:clk_div_table
21 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
24 const struct clk_div_table *clkt; in _get_table_div()
36 const struct clk_div_table *clkt; in _setup_mask()
71 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
74 const struct clk_div_table *clkt; in _get_table_val()
119 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
122 const struct clk_div_table *clkt; in _is_valid_table_div()
139 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
142 const struct clk_div_table *clkt; in _div_round_up()
159 static int _div_round(const struct clk_div_table *table, in _div_round()
342 struct clk_div_table *tmp; in ti_clk_parse_divider_data()
392 struct clk_div_table *table; in ti_clk_get_div_table()
446 const struct clk_div_table *clkt; in _populate_divider_min_max()