Lines Matching defs:right
248 unsigned int left, unsigned int right, unsigned int distance)
269 while (left <= right) {
296 * chip to select for the right. upper is needed for setting the page
300 unsigned int bottom, unsigned int left, unsigned int right)
310 arcfb_lcd_update_page(par, upper, left, right, 8);
322 unsigned int right, unsigned int top, unsigned int h)
332 arcfb_lcd_update_vert(par, upper, lower, left, right);
346 unsigned int left, right, distance, y;
355 right = min(left + w - 1, ceil64(left));
358 arcfb_lcd_update_horiz(par, left, right, y, h);
359 distance -= ((right - left) + 1);
360 left = right + 1;
361 right = min(left + distance - 1, ceil64(left));