Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-divider.c173 static int _round_up_table(const struct clk_div_table *table, int div) in _round_up_table() function
218 div = _round_up_table(table, div); in _div_round_up()
237 up = _round_up_table(table, up); in _div_round_closest()
274 return _round_up_table(table, div); in _next_div()