Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c94 chunk->cb = !(desc->chunks_alloc % 2); in dw_edma_alloc_chunk()
109 desc->chunks_alloc++; in dw_edma_alloc_chunk()
114 desc->chunks_alloc = 0; in dw_edma_alloc_chunk()
166 desc->chunks_alloc--; in dw_edma_free_chunk()
210 desc->chunks_alloc--; in dw_edma_start_transfer()
610 if (!desc->chunks_alloc) { in dw_edma_done_interrupt()
H A Ddw-edma-core.h68 u32 chunks_alloc; member