Home
last modified time | relevance | path

Searched refs:test_max (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()
273 test_max = tssc - 1; in fpll_find_synthesizer()