Lines Matching defs:bus
77 struct pci_bus *bus;
105 hose->bus = bus = bridge->bus;
107 need_domain_info = need_domain_info || pci_domain_nr(bus);
110 next_busno = bus->busn_res.end + 1;
111 /* Don't allow 8-bit bus number overflow inside the hose -
124 pci_bus_claim_resources(bus);
128 pci_bus_size_bridges(bus);
129 pci_bus_assign_resources(bus);
130 list_for_each_entry(child, &bus->children, node)
133 pci_bus_add_devices(bus);
171 struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus)
173 struct pci_controller *hose = bus->sysdata;
213 * Scan the bus if it is register after the PCI subsystem
226 "Skipping PCI bus scan due to resource conflict\n");
289 void pcibios_fixup_bus(struct pci_bus *bus)
291 struct pci_dev *dev = bus->self;
295 pci_read_bridge_bases(bus);