Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_xilinx_axi_dma.c245 size_t current_transfer_start_index, current_transfer_end_index; member
601 tail_descriptor = channel_data->current_transfer_start_index++; in dma_xilinx_axi_dma_start()
603 if (channel_data->current_transfer_start_index >= channel_data->num_descriptors) { in dma_xilinx_axi_dma_start()
606 channel_data->current_transfer_start_index = 0; in dma_xilinx_axi_dma_start()
775 current_descriptor = &channel_data->descriptors[channel_data->current_transfer_start_index]; in dma_xilinx_axi_dma_transfer_block()
963 data->channels[channel].current_transfer_start_index = in dma_xilinx_axi_dma_configure()