Searched refs:snd_hdac_stream_updateb (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/soc/intel/avs/ |
D | cldma.c | 143 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-6.6.21/sound/hda/ |
D | hdac_stream.c | 149 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, in snd_hdac_stream_start() 157 snd_hdac_stream_updateb(azx_dev, SD_CTL, in snd_hdac_stream_start() 169 snd_hdac_stream_updateb(azx_dev, SD_CTL, in snd_hdac_stream_clear() 173 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, 0); in snd_hdac_stream_clear() 233 snd_hdac_stream_updateb(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET); in snd_hdac_stream_reset() 241 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_CTL_STREAM_RESET, 0); in snd_hdac_stream_reset()
|
D | hdac_controller.c | 478 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
|
/linux-6.6.21/include/sound/ |
D | hdaudio.h | 640 #define snd_hdac_stream_updateb(dev, reg, mask, val) \ macro
|