Lines Matching refs:htotal
666 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local
701 htotal = (hsyncend + var->left_margin) / 8; in cirrusfb_set_par_foo()
736 htotal /= 2; in cirrusfb_set_par_foo()
742 htotal -= 5; in cirrusfb_set_par_foo()
751 dev_dbg(info->device, "CRT0: %d\n", htotal); in cirrusfb_set_par_foo()
752 vga_wcrt(regbase, VGA_CRTC_H_TOTAL, htotal); in cirrusfb_set_par_foo()
761 dev_dbg(info->device, "CRT3: 128+%d\n", (htotal + 5) % 32); in cirrusfb_set_par_foo()
763 128 + ((htotal + 5) % 32)); in cirrusfb_set_par_foo()
769 if ((htotal + 5) & 32) in cirrusfb_set_par_foo()
824 if ((htotal + 5) & 64) in cirrusfb_set_par_foo()
826 if ((htotal + 5) & 128) in cirrusfb_set_par_foo()
915 vga_wcrt(regbase, VGA_CRTC_REGS, htotal / 2); in cirrusfb_set_par_foo()
1219 if ((htotal + 5) & 256) in cirrusfb_set_par_foo()