clocksperline     189 drivers/gpu/drm/sti/sti_vtg.c 	long clocksperline, start, stop;
clocksperline     193 drivers/gpu/drm/sti/sti_vtg.c 	clocksperline = mode->htotal;
clocksperline     203 drivers/gpu/drm/sti/sti_vtg.c 		start += clocksperline;
clocksperline     204 drivers/gpu/drm/sti/sti_vtg.c 	else if (start >= clocksperline)
clocksperline     205 drivers/gpu/drm/sti/sti_vtg.c 		start -= clocksperline;
clocksperline     208 drivers/gpu/drm/sti/sti_vtg.c 		stop += clocksperline;
clocksperline     209 drivers/gpu/drm/sti/sti_vtg.c 	else if (stop >= clocksperline)
clocksperline     210 drivers/gpu/drm/sti/sti_vtg.c 		stop -= clocksperline;
clocksperline     226 drivers/gpu/drm/sti/sti_vtg.c 		fallsync_offs_top = clocksperline + delay;
clocksperline     227 drivers/gpu/drm/sti/sti_vtg.c 		risesync_offs_top = clocksperline + delay;