Searched refs:test_min (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()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()