Lines Matching defs:dot
55 intel_range_t dot, vco, n, m, m1, m2, p, p1;
83 .dot = { .min = 25000, .max = 350000 },
96 .dot = { .min = 25000, .max = 350000 },
109 .dot = { .min = 20000, .max = 400000 },
122 .dot = { .min = 20000, .max = 400000 },
136 .dot = { .min = 25000, .max = 270000 },
151 .dot = { .min = 22000, .max = 400000 },
165 .dot = { .min = 20000, .max = 115000 },
179 .dot = { .min = 80000, .max = 224000 },
193 .dot = { .min = 20000, .max = 400000},
208 .dot = { .min = 20000, .max = 400000 },
226 .dot = { .min = 25000, .max = 350000 },
240 .dot = { .min = 25000, .max = 350000 },
253 .dot = { .min = 25000, .max = 350000 },
267 .dot = { .min = 25000, .max = 350000 },
280 .dot = { .min = 25000, .max = 350000 },
293 .dot = { .min = 25000, .max = 270000 },
306 .dot = { .min = 25000, .max = 270000 },
319 .dot = { .min = 25000, .max = 270000 },
417 clock->dot = clock->vco / clock->p;
430 clock->dot = clock->vco / clock->p;
477 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
478 INTELPllInvalid ("dot out of range\n");
531 this_err = abs(clock.dot - target);
590 this_err = abs(clock.dot - target);
646 this_err = abs(clock.dot - target) ;
4791 /* Enable pixel doubling when the dot clock is > 90% of the (display)
7027 return clock.dot;