Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/starfive/
Djh7110-hash.c128 union starfive_alg_cr alg_cr; in starfive_hash_dma_xfer() local
131 alg_cr.v = 0; in starfive_hash_dma_xfer()
132 alg_cr.start = 1; in starfive_hash_dma_xfer()
133 alg_cr.hash_dma_en = 1; in starfive_hash_dma_xfer()
134 writel(alg_cr.v, cryp->base + STARFIVE_ALG_CR_OFFSET); in starfive_hash_dma_xfer()
158 alg_cr.v = 0; in starfive_hash_dma_xfer()
159 alg_cr.clear = 1; in starfive_hash_dma_xfer()
160 writel(alg_cr.v, cryp->base + STARFIVE_ALG_CR_OFFSET); in starfive_hash_dma_xfer()
Djh7110-aes.c443 union starfive_alg_cr alg_cr; in starfive_aes_dma_xfer() local
446 alg_cr.v = 0; in starfive_aes_dma_xfer()
447 alg_cr.start = 1; in starfive_aes_dma_xfer()
448 alg_cr.aes_dma_en = 1; in starfive_aes_dma_xfer()
449 writel(alg_cr.v, cryp->base + STARFIVE_ALG_CR_OFFSET); in starfive_aes_dma_xfer()
492 alg_cr.v = 0; in starfive_aes_dma_xfer()
493 alg_cr.clear = 1; in starfive_aes_dma_xfer()
494 writel(alg_cr.v, cryp->base + STARFIVE_ALG_CR_OFFSET); in starfive_aes_dma_xfer()
Djh7110-cryp.h202 union starfive_alg_cr alg_cr; member