Lines Matching refs:node
14 * vs node numbers in the setup code
16 * a non-active node to the active node)
42 struct device_node *node;
53 unsigned char node = bits.source >> 4;
60 return (node << IIC_IRQ_NODE_SHIFT) | (class << 4) | unit;
204 static int iic_host_match(struct irq_domain *h, struct device_node *node,
207 return of_device_is_compatible(node,
233 unsigned int node, ext, unit, class;
245 node = intspec[0] >> 24;
250 /* Check if node is in supported range */
251 if (node > 1)
255 *out_hwirq = (node << IIC_IRQ_NODE_SHIFT);
275 struct device_node *node)
287 iic->node = of_node_get(node);
291 hw_cpu, iic->target_id, node);
298 unsigned int node, cascade, found = 0;
323 * node vs CPU etc...
327 node = np[0] >> 1;
329 cascade = node << IIC_IRQ_NODE_SHIFT;
343 (node << 4) /* dest node */ |
380 int node = cpu >> 1;
382 /* Set which node and thread will handle the next interrupt */
384 CBE_IIC_IR_DEST_NODE(node);