bound_pos         802 sound/pci/hda/hda_intel.c 	unsigned int link_pos, mini_pos, bound_pos;
bound_pos         838 sound/pci/hda/hda_intel.c 		bound_pos = link_pos - mod_link_pos;
bound_pos         840 sound/pci/hda/hda_intel.c 		bound_pos = mini_pos - mod_mini_pos;
bound_pos         842 sound/pci/hda/hda_intel.c 		bound_pos = mini_pos - mod_mini_pos + azx_dev->core.period_bytes;
bound_pos         843 sound/pci/hda/hda_intel.c 		if (bound_pos >= azx_dev->core.bufsize)
bound_pos         844 sound/pci/hda/hda_intel.c 			bound_pos = 0;
bound_pos         848 sound/pci/hda/hda_intel.c 	return bound_pos + mod_dma_pos;