Home
last modified time | relevance | path

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

/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.h64 size_t nburst; member
65 struct dw_edma_burst burst[] __counted_by(nburst);
H A Ddw-edma-core.c50 dw_edma_alloc_desc(struct dw_edma_chan *chan, size_t nburst) in dw_edma_alloc_desc() argument
54 desc = kzalloc_flex(*desc, burst, nburst, GFP_NOWAIT); in dw_edma_alloc_desc()
59 desc->nburst = nburst; in dw_edma_alloc_desc()
82 for (i = 0; i + desc->start_burst < desc->nburst; i++) { in dw_edma_core_start()
90 idx == desc->nburst - 1 || i == chan->ll_max - 1); in dw_edma_core_start()
634 if (desc->start_burst >= desc->nburst) { in dw_edma_done_interrupt()