Lines Matching refs:v_step
2183 int *v_step)
2197 *v_step = 4;
2209 *v_step = 5;
2216 *v_step = 4;
2228 *v_step = 6;
2244 int v_total_min, v_total_max, v_step;
2268 get_vtotal_min_max(vga_mode, tv_std, &v_total_min, &v_total_max, &v_step);
2283 v_offset = (g_specs.v_total - v_total_min + (v_step / 2)) / v_step;
2284 g_specs.v_total = v_total_min + v_offset * v_step;