Lines Matching +full:bus +full:- +full:specific
15 * specific PCI code and MIPS common PCI code. Should potentially put
26 * Each PCI channel is a top-level PCI bus seem by CPU. A machine with
32 struct pci_bus *bus; member
49 /* Optional access methods for reading/writing the bus number
65 /* Do platform specific device initialization at pci_enable_device() time */
89 hose->need_domain_info = need_domain_info; in set_pci_need_domain_info()
96 already-configured bus numbers - to be used for buggy BIOSes
123 static inline int pci_proc_domain(struct pci_bus *bus) in pci_proc_domain() argument
125 return pci_domain_nr(bus); in pci_proc_domain()
128 #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index argument
130 static inline int pci_proc_domain(struct pci_bus *bus) in pci_proc_domain() argument
132 struct pci_controller *hose = bus->sysdata; in pci_proc_domain()
133 return hose->need_domain_info; in pci_proc_domain()
139 /* Do platform specific device initialization at pci_enable_device() time */