Lines Matching defs:left
249 unsigned int left, unsigned int right, unsigned int distance)
257 xindex = left >> 6;
264 src = (unsigned char *)par->info->screen_buffer + (left/8) +
266 ks108_set_xaddr(par, chipindex, left);
270 while (left <= right) {
282 left++;
296 * lcd chips. update_page uses the upper/left values to decide which
301 unsigned int bottom, unsigned int left, unsigned int right)
311 arcfb_lcd_update_page(par, upper, left, right, 8);
322 static void arcfb_lcd_update_horiz(struct arcfb_par *par, unsigned int left,
333 arcfb_lcd_update_vert(par, upper, lower, left, right);
347 unsigned int left, right, distance, y;
355 left = dx;
356 right = min(left + w - 1, ceil64(left));
359 arcfb_lcd_update_horiz(par, left, right, y, h);
360 distance -= ((right - left) + 1);
361 left = right + 1;
362 right = min(left + distance - 1, ceil64(left));