hw_sample_count  1118 sound/pci/pcxhr/pcxhr_core.c 	u_int64_t hw_sample_count;
hw_sample_count  1134 sound/pci/pcxhr/pcxhr_core.c 	hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24;
hw_sample_count  1135 sound/pci/pcxhr/pcxhr_core.c 	hw_sample_count += (u_int64_t)rmh.stat[1];
hw_sample_count  1141 sound/pci/pcxhr/pcxhr_core.c 		    hw_sample_count,
hw_sample_count  1144 sound/pci/pcxhr/pcxhr_core.c 	return hw_sample_count;