Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ux500/cryp/
Dcryp_p.h80 #define CRYP_CR_CONTEXT_SAVE_MASK (CRYP_CR_SECURE_MASK |\ macro
Dcryp.c312 ctx->cr = readl_relaxed(&src_reg->cr) & CRYP_CR_CONTEXT_SAVE_MASK; in cryp_save_device_context()