Home
last modified time | relevance | path

Searched refs:HASH_SR_BUSY (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-hash.c71 #define HASH_SR_BUSY BIT(3) macro
211 !(status & HASH_SR_BUSY), 10, 10000); in stm32_hash_wait_busy()
966 while ((stm32_hash_read(hdev, HASH_SR) & HASH_SR_BUSY)) in stm32_hash_export()