Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c163 #define SETBITS(v, bits) ((v) |= (bits)) macro
672 SETBITS(ctx->cr, _CRYP_CR_ALGODIR); in stm32_cryp_init()