Searched refs:dst_inc (Results 1 – 3 of 3) sorted by relevance
45 uint8_t dst_inc; member317 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() local416 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 …]
138 uint32_t dst_inc; member
60 (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()