projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9620fd9
)
crypto: caam - fix queue interface detection
author
Kim Phillips
<kim.phillips@freescale.com>
Tue, 12 Apr 2011 00:15:21 +0000
(19:15 -0500)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 2 May 2011 23:53:35 +0000
(09:53 +1000)
The presence of a h/w Queue Interface would fail due to this
cut-n-paste snafu.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/regs.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/caam/regs.h
b/drivers/crypto/caam/regs.h
index d063a260958b3ced0b918c43afef37f29c20b4cc..aee394e3905643dc02a9ef81cb7fb72984bdb174 100644
(file)
--- a/
drivers/crypto/caam/regs.h
+++ b/
drivers/crypto/caam/regs.h
@@
-131,7
+131,7
@@
struct caam_perfmon {
/* CAAM Hardware Instantiation Parameters fa0-fbf */
u64 cha_rev; /* CRNR - CHA Revision Number */
#define CTPR_QI_SHIFT 57
-#define CTPR_QI_MASK (0x1ull << C
HA_NUM_DECONUM
_SHIFT)
+#define CTPR_QI_MASK (0x1ull << C
TPR_QI
_SHIFT)
u64 comp_parms; /* CTPR - Compile Parameters Register */
u64 rsvd1[2];