Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c31 #define _SAES_SR U(0x04) macro
225 while ((io_read32(base + _SAES_SR) & _SAES_SR_CCF) != _SAES_SR_CCF) in wait_computation_completed()
229 if ((io_read32(base + _SAES_SR) & _SAES_SR_CCF) != _SAES_SR_CCF) { in wait_computation_completed()
246 while (!(io_read32(base + _SAES_SR) & _SAES_SR_KEYVALID)) in wait_key_valid()
250 if (!(io_read32(base + _SAES_SR) & _SAES_SR_KEYVALID)) { in wait_key_valid()
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()
396 if ((io_read32(ctx->base + _SAES_SR) & _SAES_SR_CCF)) { in save_context()