Searched refs:highest_clkod (Results 1 – 1 of 1) sorted by relevance
718 uint32_t highest_clkod; in ti_pll_internal_calc() local797 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()