Home
last modified time | relevance | path

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

/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c77 desc->done_burst = desc->start_burst; in dw_edma_core_start()
93 desc->done_burst = desc->start_burst; in dw_edma_core_start()
357 if (desc && desc->done_burst) in dw_edma_device_tx_status()
358 residue -= desc->burst[desc->done_burst - 1].xfer_sz; in dw_edma_device_tx_status()
607 else if (desc->done_burst) in dw_hdma_set_callback_result()
608 residue -= desc->burst[desc->done_burst - 1].xfer_sz; in dw_hdma_set_callback_result()
H A Ddw-edma-core.h61 size_t done_burst; member