Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_hash.c35 #define HASH_SR 0x24U macro
100 while ((mmio_read_32(hash_base() + HASH_SR) & HASH_SR_BUSY) != 0U) { in hash_wait_busy()
114 while ((mmio_read_32(hash_base() + HASH_SR) & HASH_SR_DCIS) == 0U) { in hash_wait_computation()