Lines Matching +full:multiple +full:- +full:channel
26 * Each pci channel is a top-level PCI bus seem by CPU. A machine with
27 * multiple PCI channels may have multiple PCI host controllers or a
28 * single controller supporting multiple channels.
90 hose->need_domain_info = need_domain_info; in set_pci_need_domain_info()
97 already-configured bus numbers - to be used for buggy BIOSes
129 #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index
133 struct pci_controller *hose = bus->sysdata; in pci_proc_domain()
134 return hose->need_domain_info; in pci_proc_domain()
143 /* Chances are this interrupt is wired PC-style ... */
144 static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) in pci_get_legacy_ide_irq() argument
146 return channel ? 15 : 14; in pci_get_legacy_ide_irq()