Skip to content

Commit

Permalink
crypto: atmel-tdes - add support for latest release of the IP (0x700)
Browse files Browse the repository at this point in the history
Update from previous IP release (0x600):
 - add DMA support (previous IP release use PDC)

Signed-off-by: Nicolas Royer <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Acked-by: Eric Bénard <[email protected]>
Tested-by: Eric Bénard <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Nicolas Royer authored and herbertx committed Mar 10, 2013
1 parent cadc4ab commit 1f85804
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 53 deletions.
2 changes: 2 additions & 0 deletions drivers/crypto/atmel-tdes-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
#define TDES_XTEARNDR_XTEA_RNDS_MASK (0x3F << 0)
#define TDES_XTEARNDR_XTEA_RNDS_OFFSET 0

#define TDES_HW_VERSION 0xFC

#define TDES_RPR 0x100
#define TDES_RCR 0x104
#define TDES_TPR 0x108
Expand Down
Loading

0 comments on commit 1f85804

Please sign in to comment.