Searched refs:mem_decs (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/dma/ti/
H A Dcppi41.c817 unsigned int mem_decs; local
820 mem_decs = ALLOC_DECS_NUM * sizeof(struct cppi41_desc);
827 dma_free_coherent(dev, mem_decs, cdd->cd,
852 unsigned int mem_decs; local
863 mem_decs = ALLOC_DECS_NUM * desc_size;
873 cdd->cd = dma_alloc_coherent(dev, mem_decs,

Completed in 438 milliseconds