Lines Matching refs:dst_inc
45 uint8_t dst_inc; member
317 data->dst_inc = 0; in dma_mcux_lpc_clear_channel_data()
336 uint8_t src_inc = 1, dst_inc = 1; in dma_mcux_lpc_configure() local
416 dst_inc = block_config->dest_scatter_interval / width; in dma_mcux_lpc_configure()
420 if ((dst_inc > 4) || (dst_inc == 3)) { in dma_mcux_lpc_configure()
437 dst_inc = 0; in dma_mcux_lpc_configure()
444 dst_inc = block_config->dest_scatter_interval / width; in dma_mcux_lpc_configure()
448 if ((dst_inc > 4) || (dst_inc == 3)) { in dma_mcux_lpc_configure()
464 dst_inc = 0; in dma_mcux_lpc_configure()
492 data->dst_inc = dst_inc; in dma_mcux_lpc_configure()
593 dst_inc, in dma_mcux_lpc_configure()
602 dst_inc, in dma_mcux_lpc_configure()
610 dst_inc, in dma_mcux_lpc_configure()
641 if (dst_inc) { in dma_mcux_lpc_configure()
657 src_inc, dst_inc, complete_callback)) { in dma_mcux_lpc_configure()
678 src_inc, dst_inc, complete_callback)) { in dma_mcux_lpc_configure()
780 data->dst_inc, in dma_mcux_lpc_reload()
795 data->src_inc, data->dst_inc, true); in dma_mcux_lpc_reload()