hsync_total       129 drivers/video/fbdev/pvr2fb.c 	unsigned int hsync_total;	/* Clocks/line */
hsync_total       382 drivers/video/fbdev/pvr2fb.c 	par->hsync_total = var->left_margin + var->xres + var->right_margin +
hsync_total       434 drivers/video/fbdev/pvr2fb.c 	unsigned int vtotal, hsync_total;
hsync_total       493 drivers/video/fbdev/pvr2fb.c 		                   (par->hsync_total - par->borderstop_h);
hsync_total       502 drivers/video/fbdev/pvr2fb.c 	hsync_total = var->left_margin + var->xres + var->right_margin +
hsync_total       513 drivers/video/fbdev/pvr2fb.c 			if (hsync_total != PAL_HTOTAL) {
hsync_total       519 drivers/video/fbdev/pvr2fb.c 			if (hsync_total != NTSC_HTOTAL) {
hsync_total       560 drivers/video/fbdev/pvr2fb.c 	fb_writel((par->vsync_total << 16) | par->hsync_total, DISP_SYNCSIZE);