Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c120 #define _SAES_SR_BUSY BIT(3) macro
267 while (io_read32(ctx->base + _SAES_SR) & _SAES_SR_BUSY) in saes_start()
271 if (io_read32(ctx->base + _SAES_SR) & _SAES_SR_BUSY) { in saes_start()