Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
735e9a0e
"vscode:/vscode.git/clone" did not exist on "33b1a3bcfed1d52d48a3a467f81da1599d2fa883"
Commit
735e9a0e
authored
Mar 26, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Mar 26, 2020
Browse files
Merge "Tegra194: se: increase max. operation timeout to 1 second" into integration
parents
46d88f9d
3d1cac96
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/nvidia/tegra/soc/t194/drivers/se/se.c
View file @
735e9a0e
...
...
@@ -23,12 +23,11 @@
/*******************************************************************************
* Constants and Macros
******************************************************************************/
#define ERR_STATUS_SW_CLEAR U(0xFFFFFFFF)
#define INT_STATUS_SW_CLEAR U(0xFFFFFFFF)
#define MAX_TIMEOUT_MS U(100)
/*
T
imeout
in 100m
s */
#define NUM_SE_REGS_TO_SAVE U(4)
#define ERR_STATUS_SW_CLEAR
U(0xFFFFFFFF)
#define INT_STATUS_SW_CLEAR
U(0xFFFFFFFF)
#define MAX_TIMEOUT_MS
U(100
0
)
/*
Max. t
imeout
of 1
s */
#define NUM_SE_REGS_TO_SAVE
U(4)
#define SE0_MAX_BUSY_TIMEOUT_MS U(100)
/* 100ms Timeout Expired */
#define BYTES_IN_WORD U(4)
#define SHA256_MAX_HASH_RESULT U(7)
#define SHA256_DST_SIZE U(32)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment