Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.h31 #define OTX_CPT_UCODE_ALIGNMENT 128 macro
A Dotx_cptpf_ucode.c838 dma_free_coherent(dev, ucode->size + OTX_CPT_UCODE_ALIGNMENT, in ucode_unload()
861 OTX_CPT_UCODE_ALIGNMENT, in copy_ucode_to_dma_mem()
867 ucode->align_va = PTR_ALIGN(ucode->va, OTX_CPT_UCODE_ALIGNMENT); in copy_ucode_to_dma_mem()
868 ucode->align_dma = PTR_ALIGN(ucode->dma, OTX_CPT_UCODE_ALIGNMENT); in copy_ucode_to_dma_mem()

Completed in 7 milliseconds