Home
last modified time | relevance | path

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

/linux/sound/soc/sof/amd/
H A Dacp.c96 unsigned int acp_dma_cntl_0, acp_dma_ch_rst_sts, acp_dma_dscr_err_sts_0; in config_dma_channel() local
104 acp_dma_cntl_0 = ACP70_DMA_CNTL_0; in config_dma_channel()
112 acp_dma_cntl_0 = ACP_DMA_CNTL_0; in config_dma_channel()
120 snd_sof_dsp_write(sdev, ACP_DSP_BAR, acp_dma_cntl_0 + ch * sizeof(u32), in config_dma_channel()
135 snd_sof_dsp_write(sdev, ACP_DSP_BAR, (acp_dma_cntl_0 + ch * sizeof(u32)), 0); in config_dma_channel()
139 snd_sof_dsp_write(sdev, ACP_DSP_BAR, acp_dma_cntl_0 + ch * sizeof(u32), ACP_DMA_CH_RUN); in config_dma_channel()