dstxor           1108 drivers/gpu/drm/ast/ast_mode.c 	u8 *srcxor, *dstxor;
dstxor           1116 drivers/gpu/drm/ast/ast_mode.c 	dstxor = (u8 *)dst + last_alpha_dst_delta + (AST_MAX_HWC_HEIGHT - height) * alpha_dst_delta;
dstxor           1129 drivers/gpu/drm/ast/ast_mode.c 			writel(data32.ul, dstxor);
dstxor           1132 drivers/gpu/drm/ast/ast_mode.c 			dstxor += 4;
dstxor           1141 drivers/gpu/drm/ast/ast_mode.c 			writew(data16.us, dstxor);
dstxor           1144 drivers/gpu/drm/ast/ast_mode.c 			dstxor += 2;
dstxor           1147 drivers/gpu/drm/ast/ast_mode.c 		dstxor += last_alpha_dst_delta;