Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c457 uint64_t test_vco; in ti_pll_consider_fractional() local
462 test_vco = (uint64_t)(data->input / data->curr_plld) * test_pllm; in ti_pll_consider_fractional()
466 test_vco += extra; in ti_pll_consider_fractional()
468 if (test_vco > data->vco_max) { in ti_pll_consider_fractional()
470 } else if ((test_vco == data->vco->max_hz) && (test_vco_rem != 0U)) { in ti_pll_consider_fractional()