Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/amd/
H A Dacp.c89 unsigned int idx, unsigned int dscr_count) in config_dma_channel() argument
110 snd_sof_dsp_write(sdev, ACP_DSP_BAR, ACP_DMA_DSCR_CNT_0 + ch * sizeof(u32), dscr_count); in config_dma_channel()
119 unsigned int dscr_count, struct dma_descriptor *dscr_info) in acpbus_dma_start() argument
125 if (!dscr_info || !dscr_count) in acpbus_dma_start()
128 for (dscr = 0; dscr < dscr_count; dscr++) in acpbus_dma_start()
131 ret = config_dma_channel(adata, ch, 0, dscr_count); in acpbus_dma_start()