Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H 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()
/openbmc/linux/sound/hda/
H A Dhdac_stream.c233 snd_hdac_stream_updateb(azx_dev, SD_CTL, 0, SD_CTL_STREAM_RESET); in snd_hdac_stream_reset()
236 snd_hdac_stream_readb_poll(azx_dev, SD_CTL, val, (val & SD_CTL_STREAM_RESET), 3, 300); in snd_hdac_stream_reset()
241 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_CTL_STREAM_RESET, 0); in snd_hdac_stream_reset()
244 snd_hdac_stream_readb_poll(azx_dev, SD_CTL, val, !(val & SD_CTL_STREAM_RESET), 3, 300); in snd_hdac_stream_reset()
/openbmc/linux/include/sound/
H A Dhda_register.h159 #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */ macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h131 #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */ macro
H A Dintel-hda.c585 st->ctl = SD_STS_FIFO_READY << 24 | SD_CTL_STREAM_RESET; in intel_hda_set_st_ctl()