mapped_channel   3882 sound/pci/rme9652/hdsp.c 	int mapped_channel;
mapped_channel   3887 sound/pci/rme9652/hdsp.c 	if ((mapped_channel = hdsp->channel_map[channel]) < 0)
mapped_channel   3891 sound/pci/rme9652/hdsp.c 		return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);
mapped_channel   3893 sound/pci/rme9652/hdsp.c 		return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);
mapped_channel    580 sound/pci/rme9652/rme9652.c 		int mapped_channel;
mapped_channel    582 sound/pci/rme9652/rme9652.c 		mapped_channel = rme9652->channel_map[channel];
mapped_channel    585 sound/pci/rme9652/rme9652.c 			rme9652->thru_bits |= (1 << mapped_channel);
mapped_channel    587 sound/pci/rme9652/rme9652.c 			rme9652->thru_bits &= ~(1 << mapped_channel);
mapped_channel    591 sound/pci/rme9652/rme9652.c 			       RME9652_thru_base + mapped_channel * 4,
mapped_channel   1853 sound/pci/rme9652/rme9652.c 	int mapped_channel;
mapped_channel   1858 sound/pci/rme9652/rme9652.c 	if ((mapped_channel = rme9652->channel_map[channel]) < 0) {
mapped_channel   1864 sound/pci/rme9652/rme9652.c 			(mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);
mapped_channel   1867 sound/pci/rme9652/rme9652.c 			(mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);