Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c717 uint32_t lowest_clkod; in ti_pll_internal_calc() local
789 lowest_clkod = 1U; in ti_pll_internal_calc()
792 lowest_clkod = 0U; in ti_pll_internal_calc()
794 lowest_clkod = 1U + ((consider_data->vco->min_hz - 1U) / (consider_data->max + 1U)); in ti_pll_internal_calc()
806 if (lowest_clkod == 0U) { in ti_pll_internal_calc()
807 lowest_clkod++; in ti_pll_internal_calc()
902 for (clkod = lowest_clkod; clkod <= highest_clkod; clkod++) { in ti_pll_internal_calc()