Lines Matching refs:vtotal
667 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
709 vtotal = vsyncend + var->upper_margin; in cirrusfb_set_par_foo()
715 vtotal *= 2; in cirrusfb_set_par_foo()
720 vtotal = (vtotal + 1) / 2; in cirrusfb_set_par_foo()
724 vtotal /= 2; in cirrusfb_set_par_foo()
733 vtotal -= 2; in cirrusfb_set_par_foo()
774 dev_dbg(info->device, "CRT6: %d\n", vtotal & 0xff); in cirrusfb_set_par_foo()
775 vga_wcrt(regbase, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrusfb_set_par_foo()
778 if (vtotal & 256) in cirrusfb_set_par_foo()
786 if (vtotal & 512) in cirrusfb_set_par_foo()
815 dev_dbg(info->device, "CRT16: %d\n", vtotal & 0xff); in cirrusfb_set_par_foo()
816 vga_wcrt(regbase, VGA_CRTC_V_BLANK_END, vtotal & 0xff); in cirrusfb_set_par_foo()
828 if (vtotal & 256) in cirrusfb_set_par_foo()
830 if (vtotal & 512) in cirrusfb_set_par_foo()
1225 if (vtotal & 1024) in cirrusfb_set_par_foo()