Home
last modified time | relevance | path

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

/Linux-v6.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()
158 snd_hdac_stream_updateb(cl, SD_CTL, SD_INT_MASK | SD_CTL_DMA_START, 0); in hda_cldma_stop()
179 snd_hdac_stream_updateb(cl, SD_CTL, SD_CTL_STREAM_RESET, SD_CTL_STREAM_RESET); in hda_cldma_reset()
187 snd_hdac_stream_updateb(cl, SD_CTL, SD_CTL_STREAM_RESET, 0); in hda_cldma_reset()
/Linux-v6.1/sound/hda/
Dhdac_stream.c137 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, in snd_hdac_stream_start()
141 snd_hdac_stream_updateb(azx_dev, SD_CTL, in snd_hdac_stream_start()
153 snd_hdac_stream_updateb(azx_dev, SD_CTL, in snd_hdac_stream_clear()
157 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, 0); in snd_hdac_stream_clear()
217 snd_hdac_stream_updateb(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET); in snd_hdac_stream_reset()
225 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_CTL_STREAM_RESET, 0); in snd_hdac_stream_reset()
Dhdac_controller.c475 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
/Linux-v6.1/include/sound/
Dhdaudio.h610 #define snd_hdac_stream_updateb(dev, reg, mask, val) \ macro