hdispend          178 drivers/gpu/drm/cirrus/cirrus.c 	int hsyncstart, hsyncend, htotal, hdispend;
hdispend          186 drivers/gpu/drm/cirrus/cirrus.c 	hdispend = mode->hdisplay / 8;
hdispend          195 drivers/gpu/drm/cirrus/cirrus.c 	hdispend -= 1;
hdispend          201 drivers/gpu/drm/cirrus/cirrus.c 	wreg_crt(cirrus, VGA_CRTC_H_DISP, hdispend);
hdispend          666 drivers/video/fbdev/cirrusfb.c 	int hdispend, hsyncstart, hsyncend, htotal;
hdispend          702 drivers/video/fbdev/cirrusfb.c 	hdispend = var->xres / 8;
hdispend          739 drivers/video/fbdev/cirrusfb.c 		hdispend /= 2;
hdispend          743 drivers/video/fbdev/cirrusfb.c 	hdispend -= 1;
hdispend          754 drivers/video/fbdev/cirrusfb.c 	dev_dbg(info->device, "CRT1: %d\n", hdispend);
hdispend          755 drivers/video/fbdev/cirrusfb.c 	vga_wcrt(regbase, VGA_CRTC_H_DISP, hdispend);
hdispend         1221 drivers/video/fbdev/cirrusfb.c 		if (hdispend & 256)
hdispend          547 drivers/video/fbdev/tdfxfb.c 	u32 hdispend = info->var.xres;
hdispend          548 drivers/video/fbdev/tdfxfb.c 	u32 hsyncsta = hdispend + info->var.right_margin;
hdispend          574 drivers/video/fbdev/tdfxfb.c 		hdispend >>= 1;
hdispend          580 drivers/video/fbdev/tdfxfb.c 	wd = (hdispend >> 3) - 1;
hdispend         1136 drivers/video/fbdev/tridentfb.c 	u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend;
hdispend         1144 drivers/video/fbdev/tridentfb.c 	hdispend = var->xres / 8 - 1;
hdispend         1149 drivers/video/fbdev/tridentfb.c 	hblankstart = hdispend + 1;
hdispend         1207 drivers/video/fbdev/tridentfb.c 	write3X4(par, VGA_CRTC_H_DISP, hdispend & 0xFF);
hdispend         1235 drivers/video/fbdev/tridentfb.c 	tmp |= (hdispend >> 7) & 0x02;