Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/
Dclk-divider.c182 static int _round_up_table(const struct clk_div_table *table, int div) in _round_up_table() function
227 div = _round_up_table(table, div); in _div_round_up()
246 up = _round_up_table(table, up); in _div_round_closest()
283 return _round_up_table(table, div); in _next_div()