Lines Matching refs:vsyncstart
666 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
706 vsyncstart = vdispend + var->lower_margin; in cirrusfb_set_par_foo()
707 vsyncend = vsyncstart + var->vsync_len; in cirrusfb_set_par_foo()
712 vsyncstart *= 2; in cirrusfb_set_par_foo()
717 vsyncstart = (vsyncstart + 1) / 2; in cirrusfb_set_par_foo()
724 vsyncstart /= 2; in cirrusfb_set_par_foo()
730 vsyncstart -= 1; in cirrusfb_set_par_foo()
781 if (vsyncstart & 256) in cirrusfb_set_par_foo()
789 if (vsyncstart & 512) in cirrusfb_set_par_foo()
802 dev_dbg(info->device, "CRT10: %d\n", vsyncstart & 0xff); in cirrusfb_set_par_foo()
803 vga_wcrt(regbase, VGA_CRTC_V_SYNC_START, vsyncstart & 0xff); in cirrusfb_set_par_foo()
1228 if (vsyncstart & 1024) in cirrusfb_set_par_foo()