Searched refs:snd_hdac_stream_writel (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/sound/hda/ |
| D | hdac_stream.c | 258 snd_hdac_stream_writel(azx_dev, SD_CTL, val); in snd_hdac_stream_setup() 261 snd_hdac_stream_writel(azx_dev, SD_CBL, azx_dev->bufsize); in snd_hdac_stream_setup() 272 snd_hdac_stream_writel(azx_dev, SD_BDLPL, (u32)azx_dev->bdl.addr); in snd_hdac_stream_setup() 274 snd_hdac_stream_writel(azx_dev, SD_BDLPU, in snd_hdac_stream_setup() 314 snd_hdac_stream_writel(azx_dev, SD_BDLPL, 0); in snd_hdac_stream_cleanup() 315 snd_hdac_stream_writel(azx_dev, SD_BDLPU, 0); in snd_hdac_stream_cleanup() 316 snd_hdac_stream_writel(azx_dev, SD_CTL, 0); in snd_hdac_stream_cleanup() 482 snd_hdac_stream_writel(azx_dev, SD_BDLPL, 0); in snd_hdac_stream_setup_periods() 483 snd_hdac_stream_writel(azx_dev, SD_BDLPU, 0); in snd_hdac_stream_setup_periods() 762 snd_hdac_stream_writel(azx_dev, SD_BDLPL, 0); in snd_hdac_dsp_prepare() [all …]
|
| /Linux-v6.1/sound/soc/intel/avs/ |
| D | cldma.c | 85 snd_hdac_stream_writel(cl, CL_SD_SPIB, offset + size); in hda_cldma_fill() 240 snd_hdac_stream_writel(cl, SD_BDLPL, AZX_SD_BDLPL_BDLPLBA(lower_32_bits(bdl_addr))); in hda_cldma_setup() 241 snd_hdac_stream_writel(cl, SD_BDLPU, upper_32_bits(bdl_addr)); in hda_cldma_setup() 243 snd_hdac_stream_writel(cl, SD_CBL, cl->buffer_size); in hda_cldma_setup() 248 snd_hdac_stream_writel(cl, CL_SPBFCTL, 1); in hda_cldma_setup()
|
| /Linux-v6.1/include/sound/ |
| D | hdaudio.h | 582 #define snd_hdac_stream_writel(dev, reg, value) \ macro 603 snd_hdac_stream_writel(dev, reg, \
|
| /Linux-v6.1/sound/hda/ext/ |
| D | hdac_ext_stream.c | 528 snd_hdac_stream_writel(&hext_stream->hstream, SD_LPIB, value); in snd_hdac_ext_stream_set_lpib()
|