Searched refs:OTX_CPT_UCODE_ALIGNMENT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.h | 31 #define OTX_CPT_UCODE_ALIGNMENT 128 macro
|
H A D | otx_cptpf_ucode.c | 845 dma_free_coherent(dev, ucode->size + OTX_CPT_UCODE_ALIGNMENT, in ucode_unload() 868 OTX_CPT_UCODE_ALIGNMENT, in copy_ucode_to_dma_mem() 874 ucode->align_va = PTR_ALIGN(ucode->va, OTX_CPT_UCODE_ALIGNMENT); in copy_ucode_to_dma_mem() 875 ucode->align_dma = PTR_ALIGN(ucode->dma, OTX_CPT_UCODE_ALIGNMENT); in copy_ucode_to_dma_mem()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.h | 31 #define OTX_CPT_UCODE_ALIGNMENT 128 macro
|
H A D | otx_cptpf_ucode.c | 844 dma_free_coherent(dev, ucode->size + OTX_CPT_UCODE_ALIGNMENT, in ucode_unload() 867 OTX_CPT_UCODE_ALIGNMENT, in copy_ucode_to_dma_mem() 873 ucode->align_va = PTR_ALIGN(ucode->va, OTX_CPT_UCODE_ALIGNMENT); in copy_ucode_to_dma_mem() 874 ucode->align_dma = PTR_ALIGN(ucode->dma, OTX_CPT_UCODE_ALIGNMENT); in copy_ucode_to_dma_mem()
|
Completed in 6 milliseconds