Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c69 #define _SAES_CR_IPRST BIT(31) macro
263 io_setbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_start()
264 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_start()
283 io_setbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_end()
284 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_end()
438 io_setbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in restore_context()
1392 io_setbits32(saes_pdata.base + _SAES_CR, _SAES_CR_IPRST); in stm32_saes_reset()
1394 io_clrbits32(saes_pdata.base + _SAES_CR, _SAES_CR_IPRST); in stm32_saes_reset()