• Home
  • Raw
  • Download

Lines Matching +full:0 +full:x33c

19 #define REG_VERSION			0x000
20 #define REG_STATUS 0x100
21 #define REG_STATUS2 0x104
22 #define REG_ENGINES_AVAIL 0x108
23 #define REG_FIFO_SIZES 0x10c
24 #define REG_SEG_SIZE 0x110
25 #define REG_GOPROC 0x120
26 #define REG_ENCR_SEG_CFG 0x200
27 #define REG_ENCR_SEG_SIZE 0x204
28 #define REG_ENCR_SEG_START 0x208
29 #define REG_CNTR0_IV0 0x20c
30 #define REG_CNTR1_IV1 0x210
31 #define REG_CNTR2_IV2 0x214
32 #define REG_CNTR3_IV3 0x218
33 #define REG_CNTR_MASK 0x21C
34 #define REG_ENCR_CCM_INT_CNTR0 0x220
35 #define REG_ENCR_CCM_INT_CNTR1 0x224
36 #define REG_ENCR_CCM_INT_CNTR2 0x228
37 #define REG_ENCR_CCM_INT_CNTR3 0x22c
38 #define REG_ENCR_XTS_DU_SIZE 0x230
39 #define REG_CNTR_MASK2 0x234
40 #define REG_CNTR_MASK1 0x238
41 #define REG_CNTR_MASK0 0x23c
42 #define REG_AUTH_SEG_CFG 0x300
43 #define REG_AUTH_SEG_SIZE 0x304
44 #define REG_AUTH_SEG_START 0x308
45 #define REG_AUTH_IV0 0x310
46 #define REG_AUTH_IV1 0x314
47 #define REG_AUTH_IV2 0x318
48 #define REG_AUTH_IV3 0x31c
49 #define REG_AUTH_IV4 0x320
50 #define REG_AUTH_IV5 0x324
51 #define REG_AUTH_IV6 0x328
52 #define REG_AUTH_IV7 0x32c
53 #define REG_AUTH_IV8 0x330
54 #define REG_AUTH_IV9 0x334
55 #define REG_AUTH_IV10 0x338
56 #define REG_AUTH_IV11 0x33c
57 #define REG_AUTH_IV12 0x340
58 #define REG_AUTH_IV13 0x344
59 #define REG_AUTH_IV14 0x348
60 #define REG_AUTH_IV15 0x34c
61 #define REG_AUTH_INFO_NONCE0 0x350
62 #define REG_AUTH_INFO_NONCE1 0x354
63 #define REG_AUTH_INFO_NONCE2 0x358
64 #define REG_AUTH_INFO_NONCE3 0x35c
65 #define REG_AUTH_BYTECNT0 0x390
66 #define REG_AUTH_BYTECNT1 0x394
67 #define REG_AUTH_BYTECNT2 0x398
68 #define REG_AUTH_BYTECNT3 0x39c
69 #define REG_AUTH_EXP_MAC0 0x3a0
70 #define REG_AUTH_EXP_MAC1 0x3a4
71 #define REG_AUTH_EXP_MAC2 0x3a8
72 #define REG_AUTH_EXP_MAC3 0x3ac
73 #define REG_AUTH_EXP_MAC4 0x3b0
74 #define REG_AUTH_EXP_MAC5 0x3b4
75 #define REG_AUTH_EXP_MAC6 0x3b8
76 #define REG_AUTH_EXP_MAC7 0x3bc
77 #define REG_CONFIG 0x400
78 #define REG_GOPROC_QC_KEY 0x1000
79 #define REG_GOPROC_OEM_KEY 0x2000
80 #define REG_ENCR_KEY0 0x3000
81 #define REG_ENCR_KEY1 0x3004
82 #define REG_ENCR_KEY2 0x3008
83 #define REG_ENCR_KEY3 0x300c
84 #define REG_ENCR_KEY4 0x3010
85 #define REG_ENCR_KEY5 0x3014
86 #define REG_ENCR_KEY6 0x3018
87 #define REG_ENCR_KEY7 0x301c
88 #define REG_ENCR_XTS_KEY0 0x3020
89 #define REG_ENCR_XTS_KEY1 0x3024
90 #define REG_ENCR_XTS_KEY2 0x3028
91 #define REG_ENCR_XTS_KEY3 0x302c
92 #define REG_ENCR_XTS_KEY4 0x3030
93 #define REG_ENCR_XTS_KEY5 0x3034
94 #define REG_ENCR_XTS_KEY6 0x3038
95 #define REG_ENCR_XTS_KEY7 0x303c
96 #define REG_AUTH_KEY0 0x3040
97 #define REG_AUTH_KEY1 0x3044
98 #define REG_AUTH_KEY2 0x3048
99 #define REG_AUTH_KEY3 0x304c
100 #define REG_AUTH_KEY4 0x3050
101 #define REG_AUTH_KEY5 0x3054
102 #define REG_AUTH_KEY6 0x3058
103 #define REG_AUTH_KEY7 0x305c
104 #define REG_AUTH_KEY8 0x3060
105 #define REG_AUTH_KEY9 0x3064
106 #define REG_AUTH_KEY10 0x3068
107 #define REG_AUTH_KEY11 0x306c
108 #define REG_AUTH_KEY12 0x3070
109 #define REG_AUTH_KEY13 0x3074
110 #define REG_AUTH_KEY14 0x3078
111 #define REG_AUTH_KEY15 0x307c
114 #define CORE_STEP_REV_SHIFT 0
115 #define CORE_STEP_REV_MASK GENMASK(15, 0)
145 #define SW_ERR_SHIFT 0
154 #define REQ_SIZE_ENUM_1_BEAT 0
173 #define ENUM_1_QUEUED_REQS 0
188 #define MASK_ERR_INTR_SHIFT 0
192 #define COMP_EXP_MAC_DISABLED 0
196 #define F9_DIRECTION_UPLINK 0
209 #define AUTH_POS_BEFORE 0
214 #define AUTH_SIZE_SHA1 0
216 #define AUTH_SIZE_ENUM_1_BYTES 0
235 #define AUTH_MODE_HASH 0
237 #define AUTH_MODE_CCM 0
242 #define AUTH_KEY_SZ_AES128 0
245 #define AUTH_ALG_SHIFT 0
246 #define AUTH_ALG_MASK GENMASK(2, 0)
247 #define AUTH_ALG_NONE 0
255 #define ENCR_XTS_DU_SIZE_SHIFT 0
256 #define ENCR_XTS_DU_SIZE_MASK GENMASK(19, 0)
260 #define F8_KEYSTREAM_DISABLED 0
264 #define F8_DIRECTION_UPLINK 0
269 #define USE_KEY_REGISTERS 0
272 #define USE_KEY_REG 0
277 #define INTERM_CCM_XFR 0
281 #define CNTR_ALG_NIST 0
287 #define ENCR_MODE_ECB 0
295 #define ENCR_KEY_SZ_DES 0
297 #define ENCR_KEY_SZ_AES128 0
300 #define ENCR_ALG_SHIFT 0
301 #define ENCR_ALG_MASK GENMASK(2, 0)
302 #define ENCR_ALG_NONE 0
310 #define GO_SHIFT 0
315 #define ENCR_AES_SEL_SHIFT 0