Lines Matching defs:clocksperline
189 long clocksperline, start, stop;
193 clocksperline = mode->htotal;
203 start += clocksperline;
204 else if (start >= clocksperline)
205 start -= clocksperline;
208 stop += clocksperline;
209 else if (stop >= clocksperline)
210 stop -= clocksperline;
226 fallsync_offs_top = clocksperline + delay;
227 risesync_offs_top = clocksperline + delay;