Home
last modified time | relevance | path

Searched refs:hdispend (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/video/
Dcirrusfb.c667 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()
Dtridentfb.c1011 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local
1019 hdispend = var->xres / 8 - 1; in tridentfb_set_par()
1024 hblankstart = hdispend + 1; in tridentfb_set_par()
1082 write3X4(par, VGA_CRTC_H_DISP, hdispend & 0xFF); in tridentfb_set_par()
1110 tmp |= (hdispend >> 7) & 0x02; in tridentfb_set_par()
Dtdfxfb.c565 u32 hdispend = info->var.xres; in tdfxfb_set_par() local
566 u32 hsyncsta = hdispend + info->var.right_margin; in tdfxfb_set_par()
592 hdispend >>= 1; in tdfxfb_set_par()
598 wd = (hdispend >> 3) - 1; in tdfxfb_set_par()