Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/gma500/
Doaktrail_crtc.c138 u32 target_vco, actual_freq; in mrst_sdvo_find_best_pll() local
150 target_vco = target * clock.p; in mrst_sdvo_find_best_pll()
153 if (target_vco > limit->vco.max) in mrst_sdvo_find_best_pll()
156 if (target_vco < limit->vco.min) in mrst_sdvo_find_best_pll()