Home
last modified time | relevance | path

Searched refs:total_copied (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/drivers/
Ddma.h287 uint64_t total_copied; member
/Zephyr-Core-3.6.0/drivers/dma/
Ddma_intel_adsp_gpdma.c404 stat->total_copied = ((uint64_t)llp_u << 32) | llp_l; in intel_adsp_gpdma_get_status()
Ddma_smartbond.c819 stat->total_copied = dma_idx_reg * bus_width; in dma_smartbond_get_status()
Ddma_esp32_gdma.c426 status->total_copied = dma_channel->desc.dw0.length; in dma_esp32_get_status()
Ddma_mchp_xec.c616 status->total_copied = chan_data->total_curr_xfr_len; in dma_xec_get_status()