Searched refs:_get_div (Results 1 – 5 of 5) sorted by relevance
| /drivers/clk/mmp/ |
| A D | clk-mix.c | 43 static unsigned int _get_div(struct mmp_clk_mix *mix, unsigned int val) in _get_div() function 244 div = _get_div(mix, j); in mmp_clk_mix_determine_rate() 340 div = _get_div(mix, MMP_CLK_BITS_GET_VAL(mux_div, width, shift)); in mmp_clk_mix_recalc_rate()
|
| /drivers/clk/ |
| A D | clk-divider.c | 93 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() function 143 div = _get_div(table, val, flags, width); in divider_recalc_rate() 373 div = _get_div(table, val, flags, width); in divider_ro_determine_rate()
|
| /drivers/clk/ti/ |
| A D | divider.c | 60 static unsigned int _get_div(struct clk_omap_divider *divider, unsigned int val) in _get_div() function 102 div = _get_div(divider, val); in ti_clk_divider_recalc_rate()
|
| /drivers/clk/stm32/ |
| A D | clk-stm32-core.c | 195 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() function 218 div = _get_div(divider->table, val, divider->flags, divider->width); in stm32_divider_get_rate()
|
| /drivers/clk/nxp/ |
| A D | clk-lpc32xx.c | 933 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() function 969 bestdiv = _get_div(divider->table, bestdiv, divider->flags, in clk_divider_round_rate()
|
Completed in 28 milliseconds