Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c407 uint32_t highest_pllfm; in ti_pll_consider_fractional() local
421 highest_pllfm = pllfm_estimate + 1U; in ti_pll_consider_fractional()
434 highest_pllfm = pllfm_range; in ti_pll_consider_fractional()
446 highest_pllfm--; in ti_pll_consider_fractional()
469 highest_pllfm--; in ti_pll_consider_fractional()
471 highest_pllfm--; in ti_pll_consider_fractional()
496 for (curr_pllfm = lowest_pllfm; curr_pllfm <= highest_pllfm; curr_pllfm++) { in ti_pll_consider_fractional()