Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c718 uint32_t highest_clkod; in ti_pll_internal_calc() local
797 highest_clkod = data->clkod_max; in ti_pll_internal_calc()
799 highest_clkod = consider_data->vco->max_hz / consider_data->min; in ti_pll_internal_calc()
803 if (highest_clkod > data->clkod_max) { in ti_pll_internal_calc()
804 highest_clkod = data->clkod_max; in ti_pll_internal_calc()
902 for (clkod = lowest_clkod; clkod <= highest_clkod; clkod++) { in ti_pll_internal_calc()