Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Ddivider.c167 static int _div_round(const struct clk_div_table *table, in _div_round() function
191 bestdiv = _div_round(divider->table, parent_rate, rate); in ti_clk_divider_bestdiv()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-divider.c256 static int _div_round(const struct clk_div_table *table, in _div_round() function
305 bestdiv = _div_round(table, parent_rate, rate, flags); in clk_divider_bestdiv()