Searched refs:pre_idx (Results 1 – 1 of 1) sorted by relevance
616 uint8_t pre_idx; in dma_mcux_edma_reload() local639 pre_idx = data->transfer_settings.write_idx - 1; in dma_mcux_edma_reload()640 if (pre_idx >= CONFIG_DMA_TCD_QUEUE_SIZE) in dma_mcux_edma_reload()641 pre_idx = CONFIG_DMA_TCD_QUEUE_SIZE - 1; in dma_mcux_edma_reload()645 pre_tcd = &(DEV_CFG(dev)->tcdpool[channel][pre_idx]); in dma_mcux_edma_reload()