Lines Matching defs:node
42 static struct pci_root_info __init *find_pci_root_info(int node, int link)
48 if (info->node == node && info->link == link)
65 int node;
111 * _CRS methods in the ACPI namespace. We extract node numbers
126 node = (reg >> 4) & 0x07;
129 info = alloc_pci_root_info(min_bus, max_bus, node, link);
143 /* get the default node and link for left over res */
159 node = reg & 0x07;
163 info = find_pci_root_info(node, link);
167 printk(KERN_DEBUG "node %d link %d: io port [%llx, %llx]\n",
168 node, link, start, end);
176 /* add left over io port range to def node/link, [0, 0xffff] */
226 node = reg & 0x07;
232 info = find_pci_root_info(node, link);
237 printk(KERN_DEBUG "node %d link %d: mmio [%llx, %llx]",
238 node, link, start, end);
300 * add left over mmio range to def node/link ?
320 printk(KERN_DEBUG "bus: %pR on node %x link %x\n",
321 &info->busn, info->node, info->link);