Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c131 u32 target_vco, actual_freq; in mrst_sdvo_find_best_pll() local
144 target_vco = target * clock.p; in mrst_sdvo_find_best_pll()
147 if (target_vco > limit->vco.max) in mrst_sdvo_find_best_pll()
150 if (target_vco < limit->vco.min) in mrst_sdvo_find_best_pll()