Lines Matching refs:vga_width
249 int vga_width;
1916 g_specs.vga_width = 0;
1922 g_specs.vga_width = vgaparams[i].width;
2334 vga_pixels = g_specs.vga_width;
2373 /* place hsync 40 before halfway from vga_width to htotal */
2374 /* but not less than vga_width + 10 */
2376 fsmax((g_specs.h_total + g_specs.vga_width) / 2 - 40,
2377 g_specs.vga_width + 10);
2385 /* pre_pixels = (htotal - hsync) * (vga_pixels / vga_width) */
2392 g_specs.h_sync) * vga_pixels / g_specs.vga_width);
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);