Lines Matching refs:h_total
253 int h_total;
561 /* h_total=832, ivo=40, tv_width=858, tv_lines=525, vga_lines=480 */
663 /* h_total=1056, vga_lines=600 */
679 /* h_total=1056, vga_lines=600 */
694 /* h_total=1344, vga_lines=768 */
744 /* h_total=1344, vga_lines=768 */
1898 /*h_total must be evenly divisible by 32? */
1904 int h_total;
1918 g_specs.h_total = 0;
1924 g_specs.h_total = vgaparams[i].h_total;
1928 if (!g_specs.h_total)
2376 fsmax((g_specs.h_total + g_specs.vga_width) / 2 - 40,
2391 (int) ((long) (g_specs.h_total -
2414 f = (((float) g_specs.h_total * g_specs.v_total) * 27.f) /
2463 reg = ((unsigned long) g_specs.v_total * g_specs.h_total) / 2;
2477 reg = (unsigned long) g_specs.v_total * g_specs.h_total;
3212 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);
3216 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);