Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dstream.c150 snd_hdac_stream_updatel(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, in snd_hdac_stream_start()
158 snd_hdac_stream_updatel(azx_dev, SD_CTL, in snd_hdac_stream_start()
176 snd_hdac_stream_updatel(azx_dev, SD_CTL,
180 snd_hdac_stream_updatel(azx_dev, SD_CTL_3B, SD_CTL_STRIPE_MASK, 0);
250 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET);
261 snd_hdac_stream_updatel(azx_dev, SD_CTL, SD_CTL_STREAM_RESET, 0); in snd_hdac_stream_setup()
326 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_INT_MASK); in snd_hdac_stream_setup()
/linux/sound/soc/intel/avs/
H A Dcldma.c246 snd_hdac_stream_updatel(cl, SD_CTL, AZX_SD_CTL_STRM_MASK, AZX_SD_CTL_STRM(cl)); in hda_cldma_setup()
/linux/include/sound/
H A Dhdaudio.h639 #define snd_hdac_stream_updatel(dev, reg, mask, val) \ macro