Home
last modified time | relevance | path

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

/openbmc/linux/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()