Vtotal            564 drivers/video/fbdev/cyber2000fb.c 	u_int Vtotal, Vdispend, Vblankstart, Vblankend, Vsyncstart, Vsyncend;
Vtotal            596 drivers/video/fbdev/cyber2000fb.c 	Vtotal      = var->yres + var->lower_margin + var->vsync_len +
Vtotal            599 drivers/video/fbdev/cyber2000fb.c 	if (Vtotal > 2047)
Vtotal            603 drivers/video/fbdev/cyber2000fb.c 	Vblankend   = Vtotal - 10;
Vtotal            605 drivers/video/fbdev/cyber2000fb.c 	hw->crtc[6]  = Vtotal;
Vtotal            606 drivers/video/fbdev/cyber2000fb.c 	hw->crtc[7]  = ENCODE_BIT(Vtotal,     8, 0x01,  0) |
Vtotal            611 drivers/video/fbdev/cyber2000fb.c 			ENCODE_BIT(Vtotal,     9, 0x01,  5) |
Vtotal            631 drivers/video/fbdev/cyber2000fb.c 		ENCODE_BIT(Vtotal, 10, 0x01, 0) |