Home
last modified time | relevance | path

Searched hist:"69 b6a796f7a7cf2a7946e07e32346bf5595829d5" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Ddesc_constr.h69b6a796f7a7cf2a7946e07e32346bf5595829d5 Wed Mar 23 10:54:41 UTC 2016 Saksham Jain <saksham.jain@nxp.com> crypto/fsl: Correct 64-bit write when MMU disabled

When MMU is disabled, 64-bit write must be aligned at 64-bit
boundary. Becaue the memory location is not guaranteed to be 64-bit
aligned, the 64-bit write needs to be split into two 32-bit writes
to avoid the alignment exception.

Signed-off-by: Aneesh Bansal <aneesh.bansal@nxp.com>
Signed-off-by: Saksham Jain <saksham.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>