Lines Matching refs:node
14 * vs node numbers in the setup code
16 * a non-active node to the active node)
41 struct device_node *node;
52 unsigned char node = bits.source >> 4;
59 return (node << IIC_IRQ_NODE_SHIFT) | (class << 4) | unit;
207 static int iic_host_match(struct irq_domain *h, struct device_node *node,
210 return of_device_is_compatible(node,
236 unsigned int node, ext, unit, class;
248 node = intspec[0] >> 24;
253 /* Check if node is in supported range */
254 if (node > 1)
258 *out_hwirq = (node << IIC_IRQ_NODE_SHIFT);
278 struct device_node *node)
290 iic->node = of_node_get(node);
294 hw_cpu, iic->target_id, node);
301 unsigned int node, cascade, found = 0;
326 * node vs CPU etc...
330 node = np[0] >> 1;
332 cascade = node << IIC_IRQ_NODE_SHIFT;
346 (node << 4) /* dest node */ |
383 int node = cpu >> 1;
385 /* Set which node and thread will handle the next interrupt */
387 CBE_IIC_IR_DEST_NODE(node);