Searched refs:hdispend (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_mode.c | 217 unsigned int hdispend, hsyncstr, hsyncend, htotal, hblkstr, hblkend; in mgag200_set_mode_regs() local 222 hdispend = mode->crtc_hdisplay / 8 - 1; in mgag200_set_mode_regs() 269 WREG_CRT(0x01, hdispend); in mgag200_set_mode_regs()
|
| /linux/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 667 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local 703 hdispend = var->xres / 8; in cirrusfb_set_par_foo() 740 hdispend /= 2; in cirrusfb_set_par_foo() 744 hdispend -= 1; in cirrusfb_set_par_foo() 755 dev_dbg(info->device, "CRT1: %d\n", hdispend); in cirrusfb_set_par_foo() 756 vga_wcrt(regbase, VGA_CRTC_H_DISP, hdispend); in cirrusfb_set_par_foo() 1222 if (hdispend & 256) in cirrusfb_set_par_foo()
|
| H A D | tridentfb.c | 1134 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local 1142 hdispend = var->xres / 8 - 1; in tridentfb_set_par() 1147 hblankstart = hdispend + 1; in tridentfb_set_par() 1205 write3X4(par, VGA_CRTC_H_DISP, hdispend & 0xFF); in tridentfb_set_par() 1233 tmp |= (hdispend >> 7) & 0x02; in tridentfb_set_par()
|
| H A D | tdfxfb.c | 546 u32 hdispend = info->var.xres; in tdfxfb_set_par() local 547 u32 hsyncsta = hdispend + info->var.right_margin; in tdfxfb_set_par() 573 hdispend >>= 1; in tdfxfb_set_par() 579 wd = (hdispend >> 3) - 1; in tdfxfb_set_par()
|