mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRL
This patch corrects the configuration of the EIP197_PE_EIP96_TOKEN_CTRL register. Previous value was wrong and potentially dangerous. Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
118db42dee
commit
f9d131d983
@@ -296,8 +296,8 @@
|
||||
|
||||
/* EIP197_PE_EIP96_TOKEN_CTRL */
|
||||
#define EIP197_PE_EIP96_TOKEN_CTRL_CTX_UPDATES BIT(16)
|
||||
#define EIP197_PE_EIP96_TOKEN_CTRL_REUSE_CTX BIT(19)
|
||||
#define EIP197_PE_EIP96_TOKEN_CTRL_POST_REUSE_CTX BIT(20)
|
||||
#define EIP197_PE_EIP96_TOKEN_CTRL_NO_TOKEN_WAIT BIT(17)
|
||||
#define EIP197_PE_EIP96_TOKEN_CTRL_ENABLE_TIMEOUT BIT(22)
|
||||
|
||||
/* EIP197_PE_EIP96_FUNCTION_EN */
|
||||
#define EIP197_FUNCTION_ALL 0xffffffff
|
||||
|
||||
Reference in New Issue
Block a user