Lines Matching refs:vdispend
668 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
707 vdispend = var->yres; in cirrusfb_set_par_foo()
708 vsyncstart = vdispend + var->lower_margin; in cirrusfb_set_par_foo()
713 vdispend *= 2; in cirrusfb_set_par_foo()
718 vdispend = (vdispend + 1) / 2; in cirrusfb_set_par_foo()
723 yres = vdispend; in cirrusfb_set_par_foo()
728 vdispend /= 2; in cirrusfb_set_par_foo()
731 vdispend -= 1; in cirrusfb_set_par_foo()
781 if (vdispend & 256) in cirrusfb_set_par_foo()
785 if ((vdispend + 1) & 256) in cirrusfb_set_par_foo()
789 if (vdispend & 512) in cirrusfb_set_par_foo()
797 if ((vdispend + 1) & 512) in cirrusfb_set_par_foo()
810 dev_dbg(info->device, "CRT12: %d\n", vdispend & 0xff); in cirrusfb_set_par_foo()
811 vga_wcrt(regbase, VGA_CRTC_V_DISP_END, vdispend & 0xff); in cirrusfb_set_par_foo()
813 dev_dbg(info->device, "CRT15: %d\n", (vdispend + 1) & 0xff); in cirrusfb_set_par_foo()
814 vga_wcrt(regbase, VGA_CRTC_V_BLANK_START, (vdispend + 1) & 0xff); in cirrusfb_set_par_foo()
1228 if (vdispend & 1024) in cirrusfb_set_par_foo()