Lines Matching defs:value
75 * @value: The currently mapped value (channel or host)
79 u8 value;
188 ch = intc->event_channel[hwirq].value;
189 host = intc->channel_host[ch].value;
229 ch = intc->event_channel[hwirq].value;
230 host = intc->channel_host[ch].value;
236 /* clear the map using reset value 0 */
249 /* clear the map using reset value 0 */
385 intc->event_channel[event].value != channel) {
387 event, channel, intc->event_channel[event].value);
394 intc->channel_host[channel].value != host) {
396 channel, host, intc->channel_host[channel].value);
401 intc->event_channel[event].value = channel;
402 intc->channel_host[channel].value = host;