Searched refs:PCI_CONTROLLER (Results 1 – 3 of 3) sorted by relevance
56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) macro57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
35 #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node
254 ? ((struct ioc *) PCI_CONTROLLER(to_pci_dev(dev))->iommu) : NULL)1936 if (!PCI_CONTROLLER(bus)) in sba_connect_bus()1939 if (PCI_CONTROLLER(bus)->iommu) in sba_connect_bus()1942 handle = acpi_device_handle(PCI_CONTROLLER(bus)->companion); in sba_connect_bus()1954 PCI_CONTROLLER(bus)->iommu = ioc; in sba_connect_bus()