Lines Matching refs:target
40 struct drm_crtc *crtc, int target,
44 struct drm_crtc *crtc, int target,
127 struct drm_crtc *crtc, int target,
144 target_vco = target * clock.p;
156 ((target * 10000) / actual_freq);
181 * Returns a set of divisors for the desired target clock with the given refclk,
185 struct drm_crtc *crtc, int target,
189 int err = target;
201 this_err = abs(clock.dot - target);
208 return err != target;