Lines Matching refs:dma_cfg
38 struct dma_config dma_cfg; member
304 stream->dma_cfg.dest_data_size = 4U; in i2s_mcux_configure()
305 stream->dma_cfg.source_data_size = 4U; in i2s_mcux_configure()
424 stream->dma_cfg.head_block = blk_cfg; in i2s_mcux_config_dma_blocks()
444 stream->dma_cfg.user_data = (void *)dev; in i2s_mcux_config_dma_blocks()
446 dma_config(stream->dev_dma, stream->channel, &stream->dma_cfg); in i2s_mcux_config_dma_blocks()
448 LOG_DBG("dma_slot is %d", stream->dma_cfg.dma_slot); in i2s_mcux_config_dma_blocks()
449 LOG_DBG("channel_direction is %d", stream->dma_cfg.channel_direction); in i2s_mcux_config_dma_blocks()
451 stream->dma_cfg.complete_callback_en); in i2s_mcux_config_dma_blocks()
452 LOG_DBG("error_callback_dis is %d", stream->dma_cfg.error_callback_dis); in i2s_mcux_config_dma_blocks()
453 LOG_DBG("source_handshake is %d", stream->dma_cfg.source_handshake); in i2s_mcux_config_dma_blocks()
454 LOG_DBG("dest_handshake is %d", stream->dma_cfg.dest_handshake); in i2s_mcux_config_dma_blocks()
455 LOG_DBG("channel_priority is %d", stream->dma_cfg.channel_priority); in i2s_mcux_config_dma_blocks()
456 LOG_DBG("source_chaining_en is %d", stream->dma_cfg.source_chaining_en); in i2s_mcux_config_dma_blocks()
457 LOG_DBG("dest_chaining_en is %d", stream->dma_cfg.dest_chaining_en); in i2s_mcux_config_dma_blocks()
458 LOG_DBG("linked_channel is %d", stream->dma_cfg.linked_channel); in i2s_mcux_config_dma_blocks()
459 LOG_DBG("source_data_size is %d", stream->dma_cfg.source_data_size); in i2s_mcux_config_dma_blocks()
460 LOG_DBG("dest_data_size is %d", stream->dma_cfg.dest_data_size); in i2s_mcux_config_dma_blocks()
461 LOG_DBG("source_burst_length is %d", stream->dma_cfg.source_burst_length); in i2s_mcux_config_dma_blocks()
462 LOG_DBG("dest_burst_length is %d", stream->dma_cfg.dest_burst_length); in i2s_mcux_config_dma_blocks()
463 LOG_DBG("block_count is %d", stream->dma_cfg.block_count); in i2s_mcux_config_dma_blocks()
938 .dma_cfg = { \
951 .dma_cfg = { \