Lines Matching refs:area
98 * This iomem area supports only 16-bit IO.
116 * This iomem area supports only 16-bit IO.
449 tmiofb_copyarea(struct fb_info *fbi, const struct fb_copyarea *area)
452 TMIOFB_ACC_DSADR((area->dy * fbi->mode->xres + area->dx) * 2),
453 TMIOFB_ACC_DHPIX(area->width - 1),
454 TMIOFB_ACC_DVPIX(area->height - 1),
455 TMIOFB_ACC_SSADR((area->sy * fbi->mode->xres + area->sx) * 2),
461 cfb_copyarea(fbi, area);