posbuf            319 include/sound/hda_register.h 	return le32_to_cpu(*stream->posbuf);
posbuf            325 include/sound/hdaudio.h 	struct snd_dma_buffer posbuf;
posbuf            498 include/sound/hdaudio.h 	__le32 *posbuf;		/* position buffer pointer */
posbuf            499 sound/hda/hdac_controller.c 	if (bus->use_posbuf && bus->posbuf.addr) {
posbuf            500 sound/hda/hdac_controller.c 		snd_hdac_chip_writel(bus, DPLBASE, (u32)bus->posbuf.addr);
posbuf            501 sound/hda/hdac_controller.c 		snd_hdac_chip_writel(bus, DPUBASE, upper_32_bits(bus->posbuf.addr));
posbuf            526 sound/hda/hdac_controller.c 	if (bus->posbuf.addr) {
posbuf            594 sound/hda/hdac_controller.c 				  num_streams * 8, &bus->posbuf);
posbuf            598 sound/hda/hdac_controller.c 		s->posbuf = (__le32 *)(bus->posbuf.area + s->index * 8);
posbuf            620 sound/hda/hdac_controller.c 	if (bus->posbuf.area)
posbuf            621 sound/hda/hdac_controller.c 		snd_dma_free_pages(&bus->posbuf);
posbuf            179 sound/hda/hdac_stream.c 	if (azx_dev->posbuf)
posbuf            180 sound/hda/hdac_stream.c 		*azx_dev->posbuf = 0;
posbuf            226 sound/hda/hdac_stream.c 	if (bus->use_posbuf && bus->posbuf.addr) {
posbuf            229 sound/hda/hdac_stream.c 				(u32)bus->posbuf.addr | AZX_DPLBASE_ENABLE);
posbuf            816 sound/pci/hda/hda_intel.c 	mod_dma_pos = le32_to_cpu(*azx_dev->core.posbuf);
posbuf            243 sound/soc/sof/intel/hda-ctrl.c 	if (bus->use_posbuf && bus->posbuf.addr) {
posbuf            245 sound/soc/sof/intel/hda-ctrl.c 				  (u32)bus->posbuf.addr);
posbuf            247 sound/soc/sof/intel/hda-ctrl.c 				  upper_32_bits(bus->posbuf.addr));
posbuf            317 sound/soc/sof/intel/hda-ctrl.c 	if (bus->posbuf.addr) {
posbuf            399 sound/soc/sof/intel/hda-stream.c 	if (hstream->posbuf)
posbuf            400 sound/soc/sof/intel/hda-stream.c 		*hstream->posbuf = 0;
posbuf            490 sound/soc/sof/intel/hda-stream.c 				  upper_32_bits(bus->posbuf.addr));
posbuf            492 sound/soc/sof/intel/hda-stream.c 				  (u32)bus->posbuf.addr |
posbuf            668 sound/soc/sof/intel/hda-stream.c 				  &bus->posbuf);
posbuf            733 sound/soc/sof/intel/hda-stream.c 		hstream->posbuf = (__le32 *)(bus->posbuf.area +
posbuf            790 sound/soc/sof/intel/hda-stream.c 		hstream->posbuf = (__le32 *)(bus->posbuf.area +
posbuf            810 sound/soc/sof/intel/hda-stream.c 	if (bus->posbuf.area)
posbuf            811 sound/soc/sof/intel/hda-stream.c 		snd_dma_free_pages(&bus->posbuf);