Lines Matching refs:target
37 struct drm_crtc *crtc, int target,
41 struct drm_crtc *crtc, int target,
124 struct drm_crtc *crtc, int target,
141 target_vco = target * clock.p;
153 ((target * 10000) / actual_freq);
178 * Returns a set of divisors for the desired target clock with the given refclk,
182 struct drm_crtc *crtc, int target,
186 int err = target;
198 this_err = abs(clock.dot - target);
205 return err != target;