aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/amcc/crypto4xx_core.h')
-rw-r--r--drivers/crypto/amcc/crypto4xx_core.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/crypto/amcc/crypto4xx_core.h b/drivers/crypto/amcc/crypto4xx_core.h
index bac0bdeb4b5f..b6529b9fcbe2 100644
--- a/drivers/crypto/amcc/crypto4xx_core.h
+++ b/drivers/crypto/amcc/crypto4xx_core.h
@@ -32,12 +32,12 @@
32#define PPC405EX_CE_RESET 0x00000008 32#define PPC405EX_CE_RESET 0x00000008
33 33
34#define CRYPTO4XX_CRYPTO_PRIORITY 300 34#define CRYPTO4XX_CRYPTO_PRIORITY 300
35#define PPC4XX_LAST_PD 63 35#define PPC4XX_NUM_PD 256
36#define PPC4XX_NUM_PD 64 36#define PPC4XX_LAST_PD (PPC4XX_NUM_PD - 1)
37#define PPC4XX_LAST_GD 1023
38#define PPC4XX_NUM_GD 1024 37#define PPC4XX_NUM_GD 1024
39#define PPC4XX_LAST_SD 63 38#define PPC4XX_LAST_GD (PPC4XX_NUM_GD - 1)
40#define PPC4XX_NUM_SD 64 39#define PPC4XX_NUM_SD 256
40#define PPC4XX_LAST_SD (PPC4XX_NUM_SD - 1)
41#define PPC4XX_SD_BUFFER_SIZE 2048 41#define PPC4XX_SD_BUFFER_SIZE 2048
42 42
43#define PD_ENTRY_INUSE 1 43#define PD_ENTRY_INUSE 1