Lines Matching defs:bus
6 already-configured bus numbers - to be used for buggy BIOSes
17 struct pci_bus *bus;
46 int bus, int devfn, int offset, u8 *value);
48 int bus, int devfn, int offset, u16 *value);
50 int bus, int devfn, int offset, u32 *value);
52 int bus, int devfn, int offset, u8 value);
54 int bus, int devfn, int offset, u16 value);
56 int bus, int devfn, int offset, u32 value);
83 #define pci_domain_nr(bus) ((struct pci_channel *)(bus)->sysdata)->index
85 static inline int pci_proc_domain(struct pci_bus *bus)
87 struct pci_channel *hose = bus->sysdata;