Lines Matching defs:mapped_channel
569 int mapped_channel;
571 mapped_channel = rme9652->channel_map[channel];
574 rme9652->thru_bits |= (1 << mapped_channel);
576 rme9652->thru_bits &= ~(1 << mapped_channel);
580 RME9652_thru_base + mapped_channel * 4,
1827 int mapped_channel;
1832 mapped_channel = rme9652->channel_map[channel];
1833 if (mapped_channel < 0)
1838 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);
1841 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);