Home
last modified time | relevance | path

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

/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.c256 u32 test_max = U32_MAX, test_min = PLL_SYN_FACTOR_MINIMUM; in fpll_find_synthesizer() local
259 while (test_min < test_max) { in fpll_find_synthesizer()
260 u32 tssc = (test_max + test_min) / 2; in fpll_find_synthesizer()
266 test_min = tssc; in fpll_find_synthesizer()
271 test_min = tssc + 1; in fpll_find_synthesizer()
277 *ssc_syn_set = test_min; in fpll_find_synthesizer()