Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-vt8500.c388 u32 best_mul, best_div1, best_div2; in wm8650_find_pll_bits() local
411 best_mul = mul; in wm8650_find_pll_bits()
420 *multiplier = best_mul; in wm8650_find_pll_bits()
456 u32 best_mul, best_div1, best_div2; in wm8750_find_pll_bits() local
480 best_mul = mul; in wm8750_find_pll_bits()
491 *multiplier = best_mul; in wm8750_find_pll_bits()
500 u32 best_mul, best_div1, best_div2; in wm8850_find_pll_bits() local
524 best_mul = mul; in wm8850_find_pll_bits()
534 *multiplier = best_mul; in wm8850_find_pll_bits()
/linux-4.4.14/drivers/i2c/busses/
Di2c-mt65xx.c295 unsigned int best_mul; in mtk_i2c_set_speed() local
312 best_mul = MAX_SAMPLE_CNT_DIV * max_step_cnt; in mtk_i2c_set_speed()
326 if (cnt_mul < best_mul) { in mtk_i2c_set_speed()
327 best_mul = cnt_mul; in mtk_i2c_set_speed()
330 if (best_mul == opt_div) in mtk_i2c_set_speed()