DDE_BUFFER_ALIGN  121 drivers/crypto/nx/nx-842-powernv.c 	if (!IS_ALIGNED(pa, DDE_BUFFER_ALIGN)) {
DDE_BUFFER_ALIGN  123 drivers/crypto/nx/nx-842-powernv.c 			 in ? "input" : "output", pa, DDE_BUFFER_ALIGN);
DDE_BUFFER_ALIGN  971 drivers/crypto/nx/nx-842-powernv.c 	.alignment =	DDE_BUFFER_ALIGN,
DDE_BUFFER_ALIGN 1015 drivers/crypto/nx/nx-842-powernv.c 	BUILD_BUG_ON(PAGE_SIZE % DDE_BUFFER_ALIGN);
DDE_BUFFER_ALIGN 1016 drivers/crypto/nx/nx-842-powernv.c 	BUILD_BUG_ON(DDE_BUFFER_ALIGN % DDE_BUFFER_SIZE_MULT);
DDE_BUFFER_ALIGN   23 drivers/crypto/nx/nx-842-pseries.c 	.alignment =	DDE_BUFFER_ALIGN,