aheight           119 drivers/video/fbdev/fb-puv3.c 	int aheight = region->height;
aheight           152 drivers/video/fbdev/fb-puv3.c 	awidth = awidth | (aheight << 16);
aheight           207 drivers/video/fbdev/fb-puv3.c 	int aheight = area->height;
aheight           247 drivers/video/fbdev/fb-puv3.c 		src_offset = (src_y0 + aheight) * src_pitch +
aheight           249 drivers/video/fbdev/fb-puv3.c 		dst_offset = (dst_y0 + aheight) * dst_pitch +
aheight           251 drivers/video/fbdev/fb-puv3.c 		src_y0 += aheight;
aheight           252 drivers/video/fbdev/fb-puv3.c 		dst_y0 += aheight;
aheight           259 drivers/video/fbdev/fb-puv3.c 	awidth = awidth | (aheight << 16);