Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dma/
Ddma_mcux_lpc.c45 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()
[all …]
Ddma_pl330.h138 uint32_t dst_inc; member
Ddma_pl330.c60 (ch_handle->dst_inc << CC_DSTINC_SHIFT) + in dma_pl330_ch_ccr()
133 ch_handle->dst_inc = 1; in dma_pl330_config_channel()
234 (ch_dat->dst_inc << CC_DSTINC_SHIFT) + in dma_pl330_setup_ch()