Lines Matching refs:area
1395 neo2200_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1397 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy;
1405 sy += (area->height - 1);
1406 dy += (area->height - 1);
1407 sx += (area->width - 1);
1408 dx += (area->width - 1);
1423 writel((area->height << 16) | (area->width & 0xffff),
1508 neofb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1515 neo2200_copyarea(info, area);
1518 cfb_copyarea(info, area);