Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/intel/avs/
A Dcldma.c179 snd_hdac_stream_updateb(cl, SD_CTL, SD_CTL_STREAM_RESET, SD_CTL_STREAM_RESET); in hda_cldma_reset()
180 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, (reg & 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()
188 ret = snd_hdac_stream_readb_poll(cl, SD_CTL, reg, !(reg & SD_CTL_STREAM_RESET), in hda_cldma_reset()
/linux-6.3-rc2/sound/hda/
A Dhdac_stream.c229 snd_hdac_stream_updateb(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET); in snd_hdac_stream_reset()
232 snd_hdac_stream_readb_poll(azx_dev, SD_CTL, val, (val & SD_CTL_STREAM_RESET), 3, 300); in snd_hdac_stream_reset()
237 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_CTL_STREAM_RESET, 0); in snd_hdac_stream_reset()
240 snd_hdac_stream_readb_poll(azx_dev, SD_CTL, val, !(val & SD_CTL_STREAM_RESET), 3, 300); in snd_hdac_stream_reset()
/linux-6.3-rc2/include/sound/
A Dhda_register.h159 #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */ macro

Completed in 7 milliseconds