hTotal            583 drivers/video/fbdev/aty/radeon_base.c 	int hTotal, vTotal, num, denom, m, n;
hTotal            622 drivers/video/fbdev/aty/radeon_base.c 	hTotal = ((INREG(CRTC_H_TOTAL_DISP) & 0x1ff) + 1) * 8;
hTotal            624 drivers/video/fbdev/aty/radeon_base.c 	vclk = (long long)hTotal * (long long)vTotal * hz;
hTotal           1652 drivers/video/fbdev/aty/radeon_base.c 	int hTotal, vTotal, hSyncStart, hSyncEnd,
hTotal           1676 drivers/video/fbdev/aty/radeon_base.c 	hTotal = hSyncEnd + mode->left_margin;
hTotal           1693 drivers/video/fbdev/aty/radeon_base.c 		hTotal = mode->xres + rinfo->panel_info.hblank;
hTotal           1717 drivers/video/fbdev/aty/radeon_base.c 		hSyncStart, hSyncEnd, hTotal);
hTotal           1770 drivers/video/fbdev/aty/radeon_base.c 	newmode->crtc_h_total_disp = ((((hTotal / 8) - 1) & 0x3ff) |
hTotal            467 drivers/video/fbdev/fb-puv3.c 	int hTotal, vTotal, hSyncStart, hSyncEnd, vSyncStart, vSyncEnd;
hTotal            509 drivers/video/fbdev/fb-puv3.c 	hTotal = hSyncEnd + info->var.left_margin;
hTotal            537 drivers/video/fbdev/fb-puv3.c 	writel((hTotal << 16) | (info->var.xres), UDE_HAT);
hTotal            538 drivers/video/fbdev/fb-puv3.c 	writel(((hTotal - 1) << 16) | (info->var.xres - 1), UDE_HBT);
hTotal            675 drivers/video/fbdev/riva/fbdev.c 	    hEnd, hTotal, height, vDisplay, vStart, vEnd, vTotal, dotClock;
hTotal            694 drivers/video/fbdev/riva/fbdev.c 	hTotal = (hDisplaySize + info->var.right_margin +
hTotal            697 drivers/video/fbdev/riva/fbdev.c 	hBlankEnd = hTotal + 4;
hTotal            719 drivers/video/fbdev/riva/fbdev.c 		hStart = hTotal - 3;
hTotal            720 drivers/video/fbdev/riva/fbdev.c 		hEnd = hTotal - 2;
hTotal            721 drivers/video/fbdev/riva/fbdev.c 		hBlankEnd = hTotal + 4;
hTotal            724 drivers/video/fbdev/riva/fbdev.c 	newmode.crtc[0x0] = Set8Bits (hTotal); 
hTotal            755 drivers/video/fbdev/riva/fbdev.c 	newmode.ext.horiz  = SetBitField(hTotal,8:8,0:0) 
hTotal            765 drivers/video/fbdev/riva/fbdev.c 		int tmp = (hTotal >> 1) & ~1;