vertTotal         249 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	int vertTotal		= mode->crtc_vtotal 			- 2;
vertTotal         266 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		vertStart = vertTotal - 3;
vertTotal         267 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		vertEnd = vertTotal - 2;
vertTotal         280 drivers/gpu/drm/nouveau/dispnv04/crtc.c 		vertTotal |= 1;
vertTotal         292 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	ErrorF("vertTotal: 0x%X \n", vertTotal);
vertTotal         348 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	regp->CRTC[NV_CIO_CR_VDT_INDEX] = vertTotal;
vertTotal         351 drivers/gpu/drm/nouveau/dispnv04/crtc.c 					  XLATE(vertTotal, 9, NV_CIO_CR_OVL_VDT_9) |
vertTotal         356 drivers/gpu/drm/nouveau/dispnv04/crtc.c 					  XLATE(vertTotal, 8, NV_CIO_CR_OVL_VDT_8);
vertTotal         393 drivers/gpu/drm/nouveau/dispnv04/crtc.c 					   XLATE(vertTotal, 10, NV_CIO_CRE_LSR_VDT_10);
vertTotal         401 drivers/gpu/drm/nouveau/dispnv04/crtc.c 					   XLATE(vertTotal, 11, NV_CIO_CRE_EBR_VDT_11);