Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c130 #define _CRYP_SR_BUSY BIT(4) macro
235 while (io_read32(base + _CRYP_SR) & _CRYP_SR_BUSY) in wait_end_busy()
239 if (io_read32(base + _CRYP_SR) & _CRYP_SR_BUSY) in wait_end_busy()
449 if (io_read32(ctx->base + _CRYP_SR) & _CRYP_SR_BUSY) in save_context()