Home
last modified time | relevance | path

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

/sof-3.4.0/src/audio/
Dchain_dma.c427 struct dma_config *dma_cfg_host = &cd->z_config_host; in chain_init() local
432 memset(dma_cfg_host, 0, sizeof(*dma_cfg_host)); in chain_init()
434 dma_cfg_host->block_count = 1; in chain_init()
435 dma_cfg_host->source_data_size = cd->cs; in chain_init()
436 dma_cfg_host->dest_data_size = cd->cs; in chain_init()
437 dma_cfg_host->head_block = dma_block_cfg_host; in chain_init()
450 dma_cfg_host->channel_direction = HOST_TO_MEMORY; in chain_init()
456 dma_cfg_host->channel_direction = MEMORY_TO_HOST; in chain_init()
473 err = dma_config(cd->dma_host->z_dev, cd->chan_host->index, dma_cfg_host); in chain_init()