Lines Matching defs:area
1396 neo2200_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1398 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy;
1406 sy += (area->height - 1);
1407 dy += (area->height - 1);
1408 sx += (area->width - 1);
1409 dx += (area->width - 1);
1424 writel((area->height << 16) | (area->width & 0xffff),
1509 neofb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1516 neo2200_copyarea(info, area);
1519 cfb_copyarea(info, area);