Lines Matching refs:h_total
384 int h_total;
719 /*h_total=832, ivo=40, tv_width=858, tv_lines=525, vga_lines=480*/
821 /*h_total=1056, vga_lines=600*/
837 /*h_total=1056, vga_lines=600*/
852 /*h_total=1344, vga_lines=768*/
902 /*h_total=1344, vga_lines=768*/
2125 /*h_total must be evenly divisible by 32? */
2132 int h_total;
2153 g_specs.h_total = 0;
2159 g_specs.h_total = vgaparams[i].h_total;
2163 if (!g_specs.h_total)
2605 fsmax((g_specs.h_total + g_specs.vga_width) / 2 - 40,
2619 (int)((long)(g_specs.h_total - g_specs.h_sync) * vga_pixels /
2644 f = (((float)g_specs.h_total * g_specs.v_total) * 27.f) /
2693 reg = ((unsigned long)g_specs.v_total * g_specs.h_total) / 2;
2706 reg = (unsigned long)g_specs.v_total * g_specs.h_total;
3490 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);
3494 reg = ((p_specs->h_total - 1) << 16) | (p_specs->vga_width - 1);