Home
last modified time | relevance | path

Searched refs:PCI_CONTROLLER (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/ia64/include/asm/ !
Dpci.h56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) macro
57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
Dtopology.h35 #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node
/linux-5.19.10/arch/ia64/hp/common/ !
Dsba_iommu.c254 ? ((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()