Lines Matching refs:v_sync
387 int v_sync;
654 unsigned short v_sync[5];
664 {69, 88, 69, 88, 88}, /*v_sync */
672 {90, 88, 90, 88, 88}, /*v_sync */
680 {23, 230, 23, 230, 230}, /*v_sync */
688 {129, 25, 129, 25, 25}, /*v_sync */
696 {121, 112, 121, 88, 88}, /*v_sync */
2523 v_offset = (int)(r * (float)scantable[vga_index].v_sync[k]);
2534 g_specs.v_sync = g_specs.v_total - v_offset + pos_y;
2535 TRACE(("desired v_total=%d, desired v_sync=%d\n", g_specs.v_total,
2536 g_specs.v_sync))
2537 if (g_specs.v_sync < g_specs.vga_lines + 10) {
2539 /*//d.v_total += d.vga_lines+10-d.v_sync; */
2540 g_specs.v_sync = g_specs.vga_lines + 10;
2541 } else if (g_specs.v_sync > g_specs.v_total - 10) {
2543 g_specs.v_sync = g_specs.v_total - 10;
2545 TRACE(("v_total=%d v_sync=%d\n", g_specs.v_total, g_specs.v_sync))
3513 reg = ((p_specs->v_sync) << 16) | (p_specs->v_sync - 1);
3517 reg = ((p_specs->v_sync - 1) << 16) | (p_specs->v_sync - 2);