Lines Matching refs:xfer_config
145 uint32_t xfer_config = 0U; in dma_mcux_lpc_queue_descriptors() local
246 xfer_config = DMA_CHANNEL_XFER(reload, 0UL, enable_a_interrupt, in dma_mcux_lpc_queue_descriptors()
257 xfer_config, in dma_mcux_lpc_queue_descriptors()
292 xfer_config = DMA_CHANNEL_XFER(1UL, 0UL, callback_en, 0U, in dma_mcux_lpc_queue_descriptors()
298 xfer_config &= ~DMA_CHANNEL_XFERCFG_CFGVALID_MASK; in dma_mcux_lpc_queue_descriptors()
303 xfer_config, in dma_mcux_lpc_queue_descriptors()
330 uint32_t xfer_config = 0U; in dma_mcux_lpc_configure() local
590 xfer_config = DMA_CHANNEL_XFER(1UL, 0UL, 0UL, 0UL, in dma_mcux_lpc_configure()
599 xfer_config = DMA_CHANNEL_XFER(1UL, 0UL, complete_callback, 0UL, in dma_mcux_lpc_configure()
607 xfer_config = DMA_CHANNEL_XFER(0UL, 0UL, 1UL, 0UL, in dma_mcux_lpc_configure()
622 xfer_config, in dma_mcux_lpc_configure()
765 uint32_t xfer_config = 0U; in dma_mcux_lpc_reload() local
777 xfer_config = DMA_CHANNEL_XFER(0UL, 0UL, 1UL, 0UL, in dma_mcux_lpc_reload()
783 xfer_config, in dma_mcux_lpc_reload()