Lines Matching defs:v_sync
256 int v_sync;
500 unsigned short v_sync[5];
510 {69, 88, 69, 88, 88}, /* v_sync */
518 {90, 88, 90, 88, 88}, /* v_sync */
526 {23, 230, 23, 230, 230}, /* v_sync */
534 {129, 25, 129, 25, 25}, /* v_sync */
542 {121, 112, 121, 88, 88}, /* v_sync */
2293 v_offset = (int) (r * (float) scantable[vga_index].v_sync[k]);
2304 g_specs.v_sync = g_specs.v_total - v_offset + pos_y;
2305 TRACE(("desired v_total=%d, desired v_sync=%d\n", g_specs.v_total,
2306 g_specs.v_sync))
2307 if (g_specs.v_sync < g_specs.vga_lines + 10) {
2309 /*d.v_total += d.vga_lines+10-d.v_sync; */
2310 g_specs.v_sync = g_specs.vga_lines + 10;
2312 else if (g_specs.v_sync > g_specs.v_total - 10) {
2314 g_specs.v_sync = g_specs.v_total - 10;
2316 TRACE(("v_total=%d v_sync=%d\n", g_specs.v_total, g_specs.v_sync))
3235 reg = ((p_specs->v_sync) << 16) | (p_specs->v_sync - 1);
3239 reg = ((p_specs->v_sync - 1) << 16) | (p_specs->v_sync - 2);