Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/starfive/
Djh7110-cryp.h19 #define STARFIVE_DMA_IN_LEN_OFFSET 0x10 macro
Djh7110-hash.c136 writel(sg_dma_len(sg), cryp->base + STARFIVE_DMA_IN_LEN_OFFSET); in starfive_hash_dma_xfer()
Djh7110-aes.c454 writel(ALIGN(len, AES_BLOCK_SIZE), cryp->base + STARFIVE_DMA_IN_LEN_OFFSET); in starfive_aes_dma_xfer()