Home
last modified time | relevance | path

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

/linux-4.1.27/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()