Lines Matching refs:vsyncstart
667 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
707 vsyncstart = vdispend + var->lower_margin; in cirrusfb_set_par_foo()
708 vsyncend = vsyncstart + var->vsync_len; in cirrusfb_set_par_foo()
713 vsyncstart *= 2; in cirrusfb_set_par_foo()
718 vsyncstart = (vsyncstart + 1) / 2; in cirrusfb_set_par_foo()
725 vsyncstart /= 2; in cirrusfb_set_par_foo()
731 vsyncstart -= 1; in cirrusfb_set_par_foo()
782 if (vsyncstart & 256) in cirrusfb_set_par_foo()
790 if (vsyncstart & 512) in cirrusfb_set_par_foo()
803 dev_dbg(info->device, "CRT10: %d\n", vsyncstart & 0xff); in cirrusfb_set_par_foo()
804 vga_wcrt(regbase, VGA_CRTC_V_SYNC_START, vsyncstart & 0xff); in cirrusfb_set_par_foo()
1229 if (vsyncstart & 1024) in cirrusfb_set_par_foo()