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()
252 const struct clk_div_table *table) in _register_divider()
295 static struct clk_div_table *
299 struct clk_div_table *table; in _get_div_table_from_setup()
390 struct clk_div_table *table; in ti_clk_register_divider()
423 static struct clk_div_table *
426 struct clk_div_table *table; in ti_clk_get_div_table()
474 const struct clk_div_table *table, in _get_divider_width()
518 void __iomem **reg, const struct clk_div_table **table, in ti_clk_divider_populate()
568 const struct clk_div_table *table = NULL; in of_ti_divider_clk_setup()