Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/ti/
Ddivider.c42 static unsigned int _get_maxdiv(struct clk_omap_divider *divider) in _get_maxdiv() function
183 maxdiv = _get_maxdiv(divider); in ti_clk_divider_bestdiv()
222 bestdiv = _get_maxdiv(divider); in ti_clk_divider_bestdiv()
/Linux-v5.4/drivers/clk/
Dclk-divider.c67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() function
301 maxdiv = _get_maxdiv(table, width, flags); in clk_divider_bestdiv()
338 bestdiv = _get_maxdiv(table, width, flags); in clk_divider_bestdiv()
/Linux-v5.4/drivers/clk/mmp/
Dclk-mix.c27 static unsigned int _get_maxdiv(struct mmp_clk_mix *mix) in _get_maxdiv() function
245 div_val_max = _get_maxdiv(mix); in mmp_clk_mix_determine_rate()