Lines Matching refs:v_step
2412 int *v_total_min, int *v_total_max, int *v_step)
2425 *v_step = 4;
2436 *v_step = 5;
2443 *v_step = 4;
2454 *v_step = 6;
2470 int v_total_min, v_total_max, v_step;
2496 get_vtotal_min_max(vga_mode, tv_std, &v_total_min, &v_total_max, &v_step);
2511 v_offset = (g_specs.v_total - v_total_min + (v_step / 2)) / v_step;
2512 g_specs.v_total = v_total_min + v_offset * v_step;