Home
last modified time | relevance | path

Searched refs:HorizTotal (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dit8181fb.c173 int HorizTotal; member
579 par->HorizTotal = (xres + rm + hsync + lm) / 8 - 5; in it8181fb_decode_var()
582 par->HorizBlankEnd = par->HorizTotal + 5; // does not count with "-5" in it8181fb_decode_var()
Dclgenfb.c343 long HorizTotal; member
1038 _par->HorizTotal = (xres + hfront + hsync + hback) / 8 - 5; in clgen_decode_var()
1041 _par->HorizBlankEnd = _par->HorizTotal + 5; /* does not count with "-5" */ in clgen_decode_var()
1060 _par->HorizTotal /= 2; in clgen_decode_var()
1143 DPRINTK ("CRT0: %ld\n", _par->HorizTotal); in clgen_set_par()
1144 vga_wcrt (fb_info->regs, VGA_CRTC_H_TOTAL, _par->HorizTotal); in clgen_set_par()
1257 vga_wcrt (fb_info->regs, VGA_CRTC_REGS, _par->HorizTotal / 2); in clgen_set_par()