Searched refs:vco_max (Results 1 – 1 of 1) sorted by relevance
44 uint32_t vco_max; member264 if (vco > data->vco_max) { in ti_pll_consider()468 if (test_vco > data->vco_max) { in ti_pll_consider_fractional()919 uint64_t vco_max = (uint64_t)clkod * (consider_data->max + 1) - 1U; in ti_pll_internal_calc() local921 consider_data->vco_max = MIN(vco_max, (uint64_t)consider_data->vco->max_hz); in ti_pll_internal_calc()