Lines Matching refs:vsyncstart
668 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
708 vsyncstart = vdispend + var->lower_margin; in cirrusfb_set_par_foo()
709 vsyncend = vsyncstart + var->vsync_len; in cirrusfb_set_par_foo()
714 vsyncstart *= 2; in cirrusfb_set_par_foo()
719 vsyncstart = (vsyncstart + 1) / 2; in cirrusfb_set_par_foo()
726 vsyncstart /= 2; in cirrusfb_set_par_foo()
732 vsyncstart -= 1; in cirrusfb_set_par_foo()
783 if (vsyncstart & 256) in cirrusfb_set_par_foo()
791 if (vsyncstart & 512) in cirrusfb_set_par_foo()
804 dev_dbg(info->device, "CRT10: %d\n", vsyncstart & 0xff); in cirrusfb_set_par_foo()
805 vga_wcrt(regbase, VGA_CRTC_V_SYNC_START, vsyncstart & 0xff); in cirrusfb_set_par_foo()
1230 if (vsyncstart & 1024) in cirrusfb_set_par_foo()