Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A 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/sound/hda/core/
H A Dstream.c153 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, in snd_hdac_stream_start()
161 snd_hdac_stream_updateb(azx_dev, SD_CTL,
182 snd_hdac_stream_updateb(azx_dev, SD_CTL,
186 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, 0); in snd_hdac_stream_stop()
252 snd_hdac_stream_updateb(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET);
263 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_CTL_STREAM_RESET, 0); in snd_hdac_stream_setup()
H A Dcontroller.c585 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0);
/linux/include/sound/
H A Dhdaudio.h647 #define snd_hdac_stream_updateb(dev, reg, mask, val) \ macro