Lines Matching refs:clk_div_table
33 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv()
36 const struct clk_div_table *clkt; in _get_table_maxdiv()
55 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
58 const struct clk_div_table *clkt; in _get_table_div()
77 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
80 const struct clk_div_table *clkt; in _get_table_val()
125 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
128 const struct clk_div_table *clkt; in _is_valid_table_div()
259 const struct clk_div_table *table, in _register_divider()
304 static struct clk_div_table *
308 struct clk_div_table *table; in _get_div_table_from_setup()
399 struct clk_div_table *table; in ti_clk_register_divider()
432 static struct clk_div_table *
435 struct clk_div_table *table; in ti_clk_get_div_table()
483 const struct clk_div_table *table, in _get_divider_width()
527 void __iomem **reg, const struct clk_div_table **table, in ti_clk_divider_populate()
577 const struct clk_div_table *table = NULL; in of_ti_divider_clk_setup()