Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c92 union starfive_alg_cr alg_cr; in starfive_hash_start() local
98 alg_cr.v = 0; in starfive_hash_start()
99 alg_cr.clear = 1; in starfive_hash_start()
101 writel(alg_cr.v, cryp->base + STARFIVE_ALG_CR_OFFSET); in starfive_hash_start()
118 union starfive_alg_cr alg_cr; in starfive_hash_xmit_dma() local
133 alg_cr.v = 0; in starfive_hash_xmit_dma()
134 alg_cr.start = 1; in starfive_hash_xmit_dma()
135 alg_cr.hash_dma_en = 1; in starfive_hash_xmit_dma()
137 writel(alg_cr.v, cryp->base + STARFIVE_ALG_CR_OFFSET); in starfive_hash_xmit_dma()
H A Djh7110-cryp.h197 union starfive_alg_cr alg_cr; member