Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/
H A 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()
/OK3568_Linux_fs/kernel/drivers/clk/mmp/
H A 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()