Lines Matching refs:vtotal
672 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
714 vtotal = vsyncend + var->upper_margin; in cirrusfb_set_par_foo()
720 vtotal *= 2; in cirrusfb_set_par_foo()
725 vtotal = (vtotal + 1) / 2; in cirrusfb_set_par_foo()
729 vtotal /= 2; in cirrusfb_set_par_foo()
738 vtotal -= 2; in cirrusfb_set_par_foo()
779 dev_dbg(info->device, "CRT6: %d\n", vtotal & 0xff); in cirrusfb_set_par_foo()
780 vga_wcrt(regbase, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrusfb_set_par_foo()
783 if (vtotal & 256) in cirrusfb_set_par_foo()
791 if (vtotal & 512) in cirrusfb_set_par_foo()
820 dev_dbg(info->device, "CRT16: %d\n", vtotal & 0xff); in cirrusfb_set_par_foo()
821 vga_wcrt(regbase, VGA_CRTC_V_BLANK_END, vtotal & 0xff); in cirrusfb_set_par_foo()
833 if (vtotal & 256) in cirrusfb_set_par_foo()
835 if (vtotal & 512) in cirrusfb_set_par_foo()
1230 if (vtotal & 1024) in cirrusfb_set_par_foo()