Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc116cd0 authored by AnilKumar Chimata's avatar AnilKumar Chimata Committed by Gerrit - the friendly Code Review server
Browse files

Crypto: Update reaper timeout to 10ms



Reaper timeout for bus bandwidth allocation/release
is changed to 10ms from 1sec to allow device to go
to suspend before 1sec.

Change-Id: I810cebf0f1b3f3de990f92d8f9576b20da9a0037
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent fa9ad0e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@
 */
 */
#define MAX_ALIGN_SIZE  0x40
#define MAX_ALIGN_SIZE  0x40


#define QCRYPTO_HIGH_BANDWIDTH_TIMEOUT 1000
#define QCRYPTO_HIGH_BANDWIDTH_TIMEOUT 10


/* are FIPS self tests done ?? */
/* are FIPS self tests done ?? */
static bool is_fips_qcrypto_tests_done;
static bool is_fips_qcrypto_tests_done;