Searched refs:_get_div (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/clk/mmp/
H A Dclk-mix.c46 static unsigned int _get_div(struct mmp_clk_mix *mix, unsigned int val) _get_div() function
247 div = _get_div(mix, j); mmp_clk_mix_determine_rate()
343 div = _get_div(mix, MMP_CLK_BITS_GET_VAL(mux_div, width, shift)); mmp_clk_mix_recalc_rate()
/linux-4.4.14/drivers/clk/
H A Dclk-divider.c80 static unsigned int _get_div(const struct clk_div_table *table, _get_div() function
127 div = _get_div(table, val, flags, divider->width); divider_recalc_rate()
359 bestdiv = _get_div(divider->table, bestdiv, divider->flags, clk_divider_round_rate()
/linux-4.4.14/drivers/clk/ti/
H A Ddivider.c66 static unsigned int _get_div(struct clk_divider *divider, unsigned int val) _get_div() function
108 div = _get_div(divider, val); ti_clk_divider_recalc_rate()

Completed in 214 milliseconds