Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c402 uint32_t pllfm_estimate, in ti_pll_consider_fractional() argument
420 lowest_pllfm = pllfm_estimate - 1U; in ti_pll_consider_fractional()
421 highest_pllfm = pllfm_estimate + 1U; in ti_pll_consider_fractional()
430 if (pllfm_estimate == 0U) { in ti_pll_consider_fractional()
433 if (pllfm_estimate > pllfm_range) { in ti_pll_consider_fractional()
442 if (pllfm_estimate == pllfm_range) { in ti_pll_consider_fractional()
455 if (pllfm_estimate == pllfm_range) { in ti_pll_consider_fractional()