Searched refs:nburst (Results 1 – 2 of 2) sorted by relevance
64 size_t nburst; member65 struct dw_edma_burst burst[] __counted_by(nburst);
50 dw_edma_alloc_desc(struct dw_edma_chan *chan, size_t nburst) in dw_edma_alloc_desc() argument54 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()