Home
last modified time | relevance | path

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

/linux-5.19.10/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 & 1), AVS_CL_OP_INTERVAL_US, in hda_cldma_reset()
188 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, !(reg & 1), AVS_CL_OP_INTERVAL_US, in hda_cldma_reset()
/linux-5.19.10/include/sound/
Dhdaudio_ext.h191 #define snd_hdac_stream_readb_poll(strm, reg, val, cond, delay_us, timeout_us) \ macro