Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-hash.c64 #define HASH_SR_BUSY BIT(3) macro
245 !(status & HASH_SR_BUSY), 10, 10000); in stm32_hash_wait_busy()

Completed in 5 milliseconds