Searched refs:_get_div (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/clk/mmp/ |
| D | clk-mix.c | 46 static unsigned int _get_div(struct mmp_clk_mix *mix, unsigned int val) in _get_div() function 247 div = _get_div(mix, j); in mmp_clk_mix_determine_rate() 343 div = _get_div(mix, MMP_CLK_BITS_GET_VAL(mux_div, width, shift)); in mmp_clk_mix_recalc_rate()
|
| /Linux-v4.19/drivers/clk/ |
| D | clk-divider.c | 77 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() function 123 div = _get_div(table, val, flags, width); in divider_recalc_rate() 352 div = _get_div(table, val, flags, width); in divider_ro_round_rate_parent()
|
| /Linux-v4.19/drivers/clk/ti/ |
| D | divider.c | 64 static unsigned int _get_div(struct clk_omap_divider *divider, unsigned int val) in _get_div() function 106 div = _get_div(divider, val); in ti_clk_divider_recalc_rate()
|
| /Linux-v4.19/drivers/clk/nxp/ |
| D | clk-lpc32xx.c | 938 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() function 974 bestdiv = _get_div(divider->table, bestdiv, divider->flags, in clk_divider_round_rate()
|