Lines Matching defs:bus
18 indirect_read_config(struct pci_bus *bus, unsigned int devfn, int offset,
21 struct pci_controller *hose = pci_bus_to_host(bus);
27 if (bus->number != hose->first_busno)
34 if (bus->number != hose->first_busno)
37 bus_no = (bus->number == hose->first_busno) ?
38 hose->self_busno : bus->number;
72 indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
75 struct pci_controller *hose = pci_bus_to_host(bus);
81 if (bus->number != hose->first_busno)
88 if (bus->number != hose->first_busno)
91 bus_no = (bus->number == hose->first_busno) ?
92 hose->self_busno : bus->number;
109 (bus->number == hose->first_busno))