Lines Matching refs:vdispend
666 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
705 vdispend = var->yres; in cirrusfb_set_par_foo()
706 vsyncstart = vdispend + var->lower_margin; in cirrusfb_set_par_foo()
711 vdispend *= 2; in cirrusfb_set_par_foo()
716 vdispend = (vdispend + 1) / 2; in cirrusfb_set_par_foo()
721 yres = vdispend; in cirrusfb_set_par_foo()
726 vdispend /= 2; in cirrusfb_set_par_foo()
729 vdispend -= 1; in cirrusfb_set_par_foo()
779 if (vdispend & 256) in cirrusfb_set_par_foo()
783 if ((vdispend + 1) & 256) in cirrusfb_set_par_foo()
787 if (vdispend & 512) in cirrusfb_set_par_foo()
795 if ((vdispend + 1) & 512) in cirrusfb_set_par_foo()
808 dev_dbg(info->device, "CRT12: %d\n", vdispend & 0xff); in cirrusfb_set_par_foo()
809 vga_wcrt(regbase, VGA_CRTC_V_DISP_END, vdispend & 0xff); in cirrusfb_set_par_foo()
811 dev_dbg(info->device, "CRT15: %d\n", (vdispend + 1) & 0xff); in cirrusfb_set_par_foo()
812 vga_wcrt(regbase, VGA_CRTC_V_BLANK_START, (vdispend + 1) & 0xff); in cirrusfb_set_par_foo()
1226 if (vdispend & 1024) in cirrusfb_set_par_foo()