Symbol: snd_hdac_stream_writel
include/sound/hdaudio.h
639
snd_hdac_stream_writel(dev, reg, \
sound/hda/core/stream.c
277
snd_hdac_stream_writel(azx_dev, SD_CTL, val);
sound/hda/core/stream.c
280
snd_hdac_stream_writel(azx_dev, SD_CBL, azx_dev->bufsize);
sound/hda/core/stream.c
291
snd_hdac_stream_writel(azx_dev, SD_BDLPL, (u32)(azx_dev->bdl.addr + bus->addr_offset));
sound/hda/core/stream.c
293
snd_hdac_stream_writel(azx_dev, SD_BDLPU,
sound/hda/core/stream.c
341
snd_hdac_stream_writel(azx_dev, SD_BDLPL, 0);
sound/hda/core/stream.c
342
snd_hdac_stream_writel(azx_dev, SD_BDLPU, 0);
sound/hda/core/stream.c
343
snd_hdac_stream_writel(azx_dev, SD_CTL, 0);
sound/hda/core/stream.c
510
snd_hdac_stream_writel(azx_dev, SD_BDLPL, 0);
sound/hda/core/stream.c
511
snd_hdac_stream_writel(azx_dev, SD_BDLPU, 0);
sound/hda/core/stream.c
900
snd_hdac_stream_writel(azx_dev, SD_LPIB, value);
sound/hda/core/stream.c
990
snd_hdac_stream_writel(azx_dev, SD_BDLPL, 0);
sound/hda/core/stream.c
991
snd_hdac_stream_writel(azx_dev, SD_BDLPU, 0);
sound/hda/core/stream.c
992
snd_hdac_stream_writel(azx_dev, SD_CTL, 0);
sound/soc/intel/avs/cldma.c
240
snd_hdac_stream_writel(cl, SD_BDLPL, AZX_SD_BDLPL_BDLPLBA(lower_32_bits(bdl_addr)));
sound/soc/intel/avs/cldma.c
241
snd_hdac_stream_writel(cl, SD_BDLPU, upper_32_bits(bdl_addr));
sound/soc/intel/avs/cldma.c
243
snd_hdac_stream_writel(cl, SD_CBL, cl->buffer_size);
sound/soc/intel/avs/cldma.c
248
snd_hdac_stream_writel(cl, CL_SPBFCTL, 1);
sound/soc/intel/avs/cldma.c
85
snd_hdac_stream_writel(cl, CL_SD_SPIB, offset + size);