Home
last modified time | relevance | path

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

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