Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/amd/
H A Dacp-pcm-dma.c187 dma_ctrl &= ~ACP_DMA_CNTL_0__DMAChRst_MASK; in pre_config_reset()
192 !(dma_ctrl & ACP_DMA_CNTL_0__DMAChRst_MASK), in pre_config_reset()
477 dma_ctrl |= ACP_DMA_CNTL_0__DMAChRst_MASK; in acp_dma_stop()
489 dma_ctrl &= ~ACP_DMA_CNTL_0__DMAChRst_MASK; in acp_dma_stop()
/openbmc/linux/sound/soc/amd/include/
H A Dacp_2_2_sh_mask.h27 #define ACP_DMA_CNTL_0__DMAChRst_MASK 0x1 macro