dst_x0            125 drivers/video/fbdev/fb-puv3.c 	int dst_x0 = region->dx;
dst_x0            135 drivers/video/fbdev/fb-puv3.c 	int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8);
dst_x0            156 drivers/video/fbdev/fb-puv3.c 	dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16);
dst_x0            171 drivers/video/fbdev/fb-puv3.c 	writel(dst_x0, UGE_DSTXY);
dst_x0            213 drivers/video/fbdev/fb-puv3.c 	int dst_x0 = area->dx;
dst_x0            225 drivers/video/fbdev/fb-puv3.c 	int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8);
dst_x0            250 drivers/video/fbdev/fb-puv3.c 				dst_x0 * (m_iBpp / 8);
dst_x0            263 drivers/video/fbdev/fb-puv3.c 	dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16);
dst_x0            278 drivers/video/fbdev/fb-puv3.c 	writel(dst_x0, UGE_DSTXY);