Lines Matching defs:overscan_y
324 int overscan_x, int overscan_y, int pos_x,
354 int overscan_y;
848 d.overscan_y = 0;
928 reset = ((REQ_NCO_BIT & req) && (d.overscan_y != d.last_overscan_y));
948 d.overscan_x, d.overscan_y, d.position_x,
988 d.last_overscan_y = d.overscan_y;
1350 *p_y = d.overscan_y;
1364 d.overscan_y = range_limit(y, -1000, 1000);
2236 int overscan_x, int overscan_y, int pos_x, int pos_y)
2275 v_offset = (int) ((((float) overscan_y * range) / 1000.f) + .5f);