Lines Matching defs:link
42 static struct pci_root_info __init *find_pci_root_info(int node, int link)
48 if (info->node == node && info->link == link)
74 int link;
135 link = (reg >> 8) & 0x03;
137 alloc_pci_root_info(min_bus, max_bus, node, link);
151 /* get the default node and link for left over res */
168 link = (reg >> 4) & 0x03;
171 info = find_pci_root_info(node, link);
175 printk(KERN_DEBUG "node %d link %d: io port [%llx, %llx]\n",
176 node, link, start, end);
184 /* add left over io port range to def node/link, [0, 0xffff] */
235 link = (reg >> 4) & 0x03;
240 info = find_pci_root_info(node, link);
245 printk(KERN_DEBUG "node %d link %d: mmio [%llx, %llx]",
246 node, link, start, end);
308 * add left over mmio range to def node/link ?
328 printk(KERN_DEBUG "bus: %pR on node %x link %x\n",
329 &info->busn, info->node, info->link);