Lines Matching defs:node
64 * them. In fact, we can't even get their node ID automatically. So, we
65 * need to be passed a specific shmem address, IRQ, and node ID.
72 pr_info("Given: node %02Xh, shmem %lXh, irq %d\n",
149 /* actually the station/node ID */
305 static int node;
306 static int io; /* use the insmod io= irq= node= options */
310 module_param(node, int, 0);
326 if (node && node != 0xff)
327 dev->dev_addr[0] = node;
368 node = ints[3];