vsyncend          907 drivers/gpu/drm/mgag200/mgag200_mode.c 	int vdisplay, vsyncstart, vsyncend, vtotal;
vsyncend         1042 drivers/gpu/drm/mgag200/mgag200_mode.c 	vsyncend = mode->vsync_end - 1;
vsyncend         1079 drivers/gpu/drm/mgag200/mgag200_mode.c 	WREG_CRT(17, (vsyncend & 0x0F) | 0x20);
vsyncend          667 drivers/video/fbdev/cirrusfb.c 	int yres, vdispend, vsyncstart, vsyncend, vtotal;
vsyncend          708 drivers/video/fbdev/cirrusfb.c 	vsyncend = vsyncstart + var->vsync_len;
vsyncend          709 drivers/video/fbdev/cirrusfb.c 	vtotal = vsyncend + var->upper_margin;
vsyncend          714 drivers/video/fbdev/cirrusfb.c 		vsyncend *= 2;
vsyncend          719 drivers/video/fbdev/cirrusfb.c 		vsyncend = (vsyncend + 1) / 2;
vsyncend          726 drivers/video/fbdev/cirrusfb.c 		vsyncend /= 2;
vsyncend          732 drivers/video/fbdev/cirrusfb.c 	vsyncend -= 1;
vsyncend          806 drivers/video/fbdev/cirrusfb.c 	dev_dbg(info->device, "CRT11: 64+32+%d\n", vsyncend % 16);
vsyncend          807 drivers/video/fbdev/cirrusfb.c 	vga_wcrt(regbase, VGA_CRTC_V_SYNC_END, vsyncend % 16 + 64 + 32);
vsyncend           62 drivers/video/fbdev/geode/display_gx.c 	int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal;
vsyncend          139 drivers/video/fbdev/geode/display_gx.c 	vsyncend =  vsyncstart + info->var.vsync_len;
vsyncend          140 drivers/video/fbdev/geode/display_gx.c 	vblankend = vsyncend + info->var.upper_margin;
vsyncend          155 drivers/video/fbdev/geode/display_gx.c 			((vsyncend - 1) << 16));
vsyncend           82 drivers/video/fbdev/geode/display_gx1.c 	int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal;
vsyncend          157 drivers/video/fbdev/geode/display_gx1.c 	vsyncend =  vsyncstart + info->var.vsync_len;
vsyncend          158 drivers/video/fbdev/geode/display_gx1.c 	vblankend = vsyncend + info->var.upper_margin;
vsyncend          172 drivers/video/fbdev/geode/display_gx1.c 	val = (vsyncstart - 1) | ((vsyncend - 1) << 16);
vsyncend          174 drivers/video/fbdev/geode/display_gx1.c 	val = (vsyncstart - 2) | ((vsyncend - 2) << 16);
vsyncend          350 drivers/video/fbdev/geode/lxfb_ops.c 	int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal;
vsyncend          474 drivers/video/fbdev/geode/lxfb_ops.c 	vsyncend =  vsyncstart + info->var.vsync_len;
vsyncend          475 drivers/video/fbdev/geode/lxfb_ops.c 	vblankend = vsyncend + info->var.upper_margin;
vsyncend          488 drivers/video/fbdev/geode/lxfb_ops.c 			(vsyncstart - 1) | ((vsyncend - 1) << 16));
vsyncend          333 drivers/video/fbdev/matrox/matroxfb_g450.c 		unsigned int vsyncend;
vsyncend          337 drivers/video/fbdev/matrox/matroxfb_g450.c 		vsyncend = mt->VSyncEnd;
vsyncend          342 drivers/video/fbdev/matrox/matroxfb_g450.c 			vsyncend += yovr >> 1;
vsyncend          345 drivers/video/fbdev/matrox/matroxfb_g450.c 			vsyncend = outd->v_total;
vsyncend          347 drivers/video/fbdev/matrox/matroxfb_g450.c 		upper = (outd->v_total - vsyncend) >> 1;	/* in field lines */
vsyncend         1137 drivers/video/fbdev/tridentfb.c 	u32 vtotal, vdispend, vsyncstart, vsyncend, vblankstart, vblankend;
vsyncend         1154 drivers/video/fbdev/tridentfb.c 	vsyncend = vsyncstart + var->vsync_len;
vsyncend         1155 drivers/video/fbdev/tridentfb.c 	vtotal = var->upper_margin + vsyncend - 2;
vsyncend         1163 drivers/video/fbdev/tridentfb.c 		vsyncend /= 2;
vsyncend         1201 drivers/video/fbdev/tridentfb.c 	write3X4(par, VGA_CRTC_V_SYNC_END, (vsyncend & 0x0F));