Home
last modified time | relevance | path

Searched refs:PDMA_DESCR_COUNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c183 #define PDMA_DESCR_COUNT 64 macro
239 struct pdma_descr out[PDMA_DESCR_COUNT] __aligned(64);
240 struct pdma_descr in[PDMA_DESCR_COUNT] __aligned(64);
241 u32 stat[PDMA_DESCR_COUNT] __aligned(64);
244 struct artpec6_crypto_dma_map maps[PDMA_DESCR_COUNT * 2 + 2];
550 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_phys()
583 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_short()
742 if (dma->in_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_in_descr_phys()
956 if (!dma->out_cnt || dma->out_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_out_descrs()
980 if (!dma->in_cnt || dma->in_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_in_descrs()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/axis/
H A Dartpec6_crypto.c184 #define PDMA_DESCR_COUNT 64 macro
240 struct pdma_descr out[PDMA_DESCR_COUNT] __aligned(64);
241 struct pdma_descr in[PDMA_DESCR_COUNT] __aligned(64);
242 u32 stat[PDMA_DESCR_COUNT] __aligned(64);
245 struct artpec6_crypto_dma_map maps[PDMA_DESCR_COUNT * 2 + 2];
551 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_phys()
584 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_short()
743 if (dma->in_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_in_descr_phys()
957 if (!dma->out_cnt || dma->out_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_out_descrs()
981 if (!dma->in_cnt || dma->in_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_in_descrs()
[all...]

Completed in 6 milliseconds