Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/sof/amd/
Dacp.c90 unsigned int idx, unsigned int dscr_count) in config_dma_channel() argument
111 snd_sof_dsp_write(sdev, ACP_DSP_BAR, ACP_DMA_DSCR_CNT_0 + ch * sizeof(u32), dscr_count); in config_dma_channel()
120 unsigned int dscr_count, struct dma_descriptor *dscr_info) in acpbus_dma_start() argument
126 if (!dscr_info || !dscr_count) in acpbus_dma_start()
129 for (dscr = 0; dscr < dscr_count; dscr++) in acpbus_dma_start()
132 ret = config_dma_channel(adata, ch, 0, dscr_count); in acpbus_dma_start()