Home
last modified time | relevance | path

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

/linux/drivers/crypto/starfive/
H A Djh7110-aes.c425 cryp->cfg_out.direction = DMA_DEV_TO_MEM; in starfive_aes_dma_init()
426 cryp->cfg_out.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES; in starfive_aes_dma_init()
427 cryp->cfg_out.dst_addr_width = DMA_SLAVE_BUSWIDTH_16_BYTES; in starfive_aes_dma_init()
428 cryp->cfg_out.src_maxburst = 4; in starfive_aes_dma_init()
429 cryp->cfg_out.dst_maxburst = 4; in starfive_aes_dma_init()
430 cryp->cfg_out.src_addr = cryp->phys_base + STARFIVE_ALG_FIFO_OFFSET; in starfive_aes_dma_init()
432 dmaengine_slave_config(cryp->rx, &cryp->cfg_out); in starfive_aes_dma_init()
H A Djh7110-cryp.h190 struct dma_slave_config cfg_out; member