Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c721 uint32_t highest_plld; in ti_pll_internal_calc() local
748 highest_plld = consider_data->input / consider_data->vco_in->min_hz; in ti_pll_internal_calc()
750 highest_plld = data->plld_max; in ti_pll_internal_calc()
753 if (highest_plld > data->plld_max) { in ti_pll_internal_calc()
754 highest_plld = data->plld_max; in ti_pll_internal_calc()
966 for (plld = lowest_plld; plld <= highest_plld; plld++) { in ti_pll_internal_calc()