Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c414 bool found_best; in ti_pll_consider_fractional() local
492 found_best = false; in ti_pll_consider_fractional()
505 if (!found_best || (delta < best_delta)) { in ti_pll_consider_fractional()
507 found_best = true; in ti_pll_consider_fractional()
515 if (found_best) { in ti_pll_consider_fractional()
521 found_best = false; in ti_pll_consider_fractional()
525 if (found_best) { in ti_pll_consider_fractional()