Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/
Ddma.h289 uint64_t total_copied; member
/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_smartbond.c665 ep_state->last_packet_size = rx_dma_status.total_copied; in handle_epx_rx_ev()
674 (rx_dma_status.total_copied + rx_dma_status.pending_length)) { in handle_epx_rx_ev()
740 ep_state->last_packet_size = tx_dma_status.total_copied + 1; in handle_epx_tx_ev()
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_intel_adsp_gpdma.c399 stat->total_copied = ((uint64_t)llp_u << 32) | llp_l; in intel_adsp_gpdma_get_status()
Ddma_smartbond.c842 stat->total_copied = dma_idx_reg * bus_width; in dma_smartbond_get_status()
Ddma_esp32_gdma.c408 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()