Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c123 #define _SAES_SR_CCF BIT(0) 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()
396 if ((io_read32(ctx->base + _SAES_SR) & _SAES_SR_CCF)) { in save_context()