Searched refs:done_burst (Results 1 – 2 of 2) sorted by relevance
77 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()
61 size_t done_burst; member