Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c162 #define CLRBITS(v, bits) ((v) &= ~(bits)) macro
674 CLRBITS(ctx->cr, _CRYP_CR_ALGODIR); in stm32_cryp_init()