Searched refs:SD_CTL_STREAM_RESET (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/soc/intel/avs/ |
H A D | cldma.c | 179 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 D | hdac_stream.c | 233 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 D | hda_register.h | 159 #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */ macro
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda-defs.h | 131 #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */ macro
|
H A D | intel-hda.c | 585 st->ctl = SD_STS_FIFO_READY << 24 | SD_CTL_STREAM_RESET; in intel_hda_set_st_ctl()
|