Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/hda/
Dhdac_stream.c104 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, in snd_hdac_stream_start()
108 snd_hdac_stream_updateb(azx_dev, SD_CTL, in snd_hdac_stream_start()
120 snd_hdac_stream_updateb(azx_dev, SD_CTL, in snd_hdac_stream_clear()
124 snd_hdac_stream_updateb(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, 0); in snd_hdac_stream_clear()
159 snd_hdac_stream_updateb(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET); in snd_hdac_stream_reset()
Dhdac_controller.c475 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable()
/kernel/linux/linux-5.10/include/sound/
Dhdaudio.h601 #define snd_hdac_stream_updateb(dev, reg, mask, val) \ macro