Searched refs:test_max (Results 1 – 1 of 1) sorted by relevance
256 u32 test_max = U32_MAX, test_min = PLL_SYN_FACTOR_MINIMUM; in fpll_find_synthesizer() local259 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()