Searched refs:SD_CTL_DMA_START (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | cldma.c | 143 snd_hdac_stream_updateb(cl, SD_CTL, SD_INT_MASK | SD_CTL_DMA_START, in hda_cldma_start() 144 SD_INT_MASK | SD_CTL_DMA_START); in hda_cldma_start() 147 return snd_hdac_stream_readb_poll(cl, SD_CTL, reg, reg & SD_CTL_DMA_START, in hda_cldma_start() 158 snd_hdac_stream_updateb(cl, SD_CTL, SD_INT_MASK | SD_CTL_DMA_START, 0); in hda_cldma_stop() 161 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, !(reg & SD_CTL_DMA_START), in hda_cldma_stop()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 116 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 119 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 136 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 150 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 218 dma_run_state = snd_hdac_stream_readb(azx_dev, SD_CTL) & SD_CTL_DMA_START; in snd_hdac_stream_reset() 724 SD_CTL_DMA_START) { in snd_hdac_stream_sync()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 155 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 158 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 170 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 231 dma_run_state = snd_hdac_stream_readb(azx_dev, SD_CTL) & SD_CTL_DMA_START; in snd_hdac_stream_reset() 733 SD_CTL_DMA_START) { in snd_hdac_stream_sync()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_register.h | 156 #define SD_CTL_DMA_START 0x02 /* stream DMA start bit */ macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_register.h | 160 #define SD_CTL_DMA_START 0x02 /* stream DMA start bit */ macro
|
Completed in 5 milliseconds