Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/amd/
Dacp.c68 unsigned int idx, unsigned int dscr_count) in config_dma_channel() argument
89 snd_sof_dsp_write(sdev, ACP_DSP_BAR, ACP_DMA_DSCR_CNT_0 + ch * sizeof(u32), dscr_count); in config_dma_channel()
98 unsigned int dscr_count, struct dma_descriptor *dscr_info) in acpbus_dma_start() argument
104 if (!dscr_info || !dscr_count) in acpbus_dma_start()
107 for (dscr = 0; dscr < dscr_count; dscr++) in acpbus_dma_start()
110 ret = config_dma_channel(adata, ch, 0, dscr_count); in acpbus_dma_start()