Lines Matching +full:pci +full:- +full:domain
1 /* SPDX-License-Identifier: GPL-2.0 */
16 int domain; /* PCI domain */ member
25 void *fwnode; /* IRQ domain for MSI assignment */
28 struct pci_dev *vmd_dev; /* VMD Device if in Intel VMD domain */
38 return bus->sysdata; in to_pci_sysdata()
46 return to_pci_sysdata(bus)->domain; in pci_domain_nr()
58 return to_pci_sysdata(bus)->fwnode; in _pci_root_bus_fwnode()
67 return to_pci_sysdata(bus)->vmd_dev != NULL; in is_vmd()
74 already-configured bus numbers - to be used for buggy BIOSes
75 or architectures with incomplete PCI setup by the loader */
108 /* generic pci stuff */
109 #include <asm-generic/pci.h>
112 /* Returns the node based on pci bus */
115 return to_pci_sysdata(bus)->node; in __pcibus_to_node()