Lines Matching defs:channel_host
97 * @channel_host: current state of channel to host mappings
107 struct pruss_intc_map_record channel_host[MAX_PRU_CHANNELS];
189 host = intc->channel_host[ch].value;
200 if (++intc->channel_host[ch].ref_count == 1) {
230 host = intc->channel_host[ch].value;
232 if (--intc->channel_host[ch].ref_count == 0) {
393 if (intc->channel_host[channel].ref_count > 0 &&
394 intc->channel_host[channel].value != host) {
396 channel, host, intc->channel_host[channel].value);
402 intc->channel_host[channel].value = host;