Lines Matching defs:node
78 * these are just the actual hard TL node IDS that we
93 aprint_normal("%s at %s node %d",
97 aprint_normal(" node %d: %s", tap->ta_node,
128 int node;
143 * The highest priority I/O node has to be in
144 * node #8, and I want to find it *first*, since
148 for (node = 0; node <= TLSB_NODE_MAX; ++node) {
153 if (badaddr(TLSB_NODE_REG_ADDR(node, TLDEV), sizeof(uint32_t)))
155 tldev = TLSB_GET_NODEREG(node, TLDEV);
157 /* Nothing at this node. */
161 * Store up that we found something at this node.
165 tlsb_found |= __BIT(node);
167 ionodes |= __BIT(node);
170 ta.ta_node = node;
179 aprint_normal("%s node %d: %s\n", device_xname(self),
180 node,
186 locs[TLSBCF_NODE] = node;
197 while (--node >= 0) {
198 if ((ionodes & __BIT(node)) == 0) {
201 tldev = TLSB_GET_NODEREG(node, TLDEV);
209 * XXX this node. However, we just send them to
216 printf("%s node %d: routing interrupts to %s\n",
217 device_xname(self), node,
219 TLSB_PUT_NODEREG(node, TLCPUMASK,
225 TLSB_PUT_NODEREG(node, TLCPUMASK,
229 ta.ta_node = node;
234 locs[TLSBCF_NODE] = node;