Searched refs:alg_cr (Results 1 – 2 of 2) sorted by relevance
92 union starfive_alg_cr alg_cr; in starfive_hash_start() local98 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() local133 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()
196 union starfive_alg_cr alg_cr; member