Lines Matching defs:bus
10 static struct pci_root_info *x86_find_pci_root_info(int bus)
15 if (info->busn.start == bus)
21 int x86_pci_root_bus_node(int bus)
23 struct pci_root_info *info = x86_find_pci_root_info(bus);
31 void x86_pci_root_bus_resources(int bus, struct list_head *resources)
33 struct pci_root_info *info = x86_find_pci_root_info(bus);
41 printk(KERN_DEBUG "PCI: root bus %02x: hardware-probed resources\n",
42 bus);
65 printk(KERN_DEBUG "PCI: root bus %02x: using default resources\n", bus);