Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Dcldma.c143 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()
158 snd_hdac_stream_updateb(cl, SD_CTL, SD_INT_MASK | SD_CTL_DMA_START, 0); in hda_cldma_stop()
/linux-6.12.1/sound/hda/
Dhdac_stream.c155 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()
171 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); /* to be sure */ in snd_hdac_stream_clear()
304 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_INT_MASK); in snd_hdac_stream_setup()
Dhdac_controller.c591 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
604 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear()
695 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
/linux-6.12.1/include/sound/
Dhda_register.h175 #define SD_INT_MASK (SD_INT_DESC_ERR|SD_INT_FIFO_ERR|\ macro