Home
last modified time | relevance | path

Searched refs:_round_up_table (Results 1 – 1 of 1) sorted by relevance

/drivers/clk/
Dclk-divider.c152 static int _round_up_table(const struct clk_div_table *table, int div) in _round_up_table() function
196 div = _round_up_table(divider->table, div); in _div_round_up()
213 up = _round_up_table(divider->table, div); in _div_round_closest()
248 return _round_up_table(divider->table, div); in _next_div()