Lines Matching refs:vdispend
667 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
706 vdispend = var->yres; in cirrusfb_set_par_foo()
707 vsyncstart = vdispend + var->lower_margin; in cirrusfb_set_par_foo()
712 vdispend *= 2; in cirrusfb_set_par_foo()
717 vdispend = (vdispend + 1) / 2; in cirrusfb_set_par_foo()
722 yres = vdispend; in cirrusfb_set_par_foo()
727 vdispend /= 2; in cirrusfb_set_par_foo()
730 vdispend -= 1; in cirrusfb_set_par_foo()
780 if (vdispend & 256) in cirrusfb_set_par_foo()
784 if ((vdispend + 1) & 256) in cirrusfb_set_par_foo()
788 if (vdispend & 512) in cirrusfb_set_par_foo()
796 if ((vdispend + 1) & 512) in cirrusfb_set_par_foo()
809 dev_dbg(info->device, "CRT12: %d\n", vdispend & 0xff); in cirrusfb_set_par_foo()
810 vga_wcrt(regbase, VGA_CRTC_V_DISP_END, vdispend & 0xff); in cirrusfb_set_par_foo()
812 dev_dbg(info->device, "CRT15: %d\n", (vdispend + 1) & 0xff); in cirrusfb_set_par_foo()
813 vga_wcrt(regbase, VGA_CRTC_V_BLANK_START, (vdispend + 1) & 0xff); in cirrusfb_set_par_foo()
1227 if (vdispend & 1024) in cirrusfb_set_par_foo()