Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/avs/
Dcldma.c147 return snd_hdac_stream_readb_poll(cl, SD_CTL, reg, reg & SD_CTL_DMA_START, in hda_cldma_start()
161 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, !(reg & SD_CTL_DMA_START), in hda_cldma_stop()
180 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, (reg & SD_CTL_STREAM_RESET), in hda_cldma_reset()
188 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, !(reg & SD_CTL_STREAM_RESET), in hda_cldma_reset()
/linux-6.1.9/sound/hda/
Dhdac_stream.c220 snd_hdac_stream_readb_poll(azx_dev, SD_CTL, val, (val & SD_CTL_STREAM_RESET), 3, 300); in snd_hdac_stream_reset()
228 snd_hdac_stream_readb_poll(azx_dev, SD_CTL, val, !(val & SD_CTL_STREAM_RESET), 3, 300); in snd_hdac_stream_reset()
/linux-6.1.9/include/sound/
Dhdaudio.h594 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \ macro