Home
last modified time | relevance | path

Searched refs:PCI_CONTROLLER (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpci.h56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) macro
57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
H A Dtopology.h35 #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpci.h56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) macro
57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
H A Dtopology.h35 #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node
/kernel/linux/linux-5.10/arch/ia64/hp/common/
H A 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()
/kernel/linux/linux-6.6/arch/ia64/hp/common/
H A Dsba_iommu.c254 ? ((struct ioc *) PCI_CONTROLLER(to_pci_dev(dev))->iommu) : NULL)
1944 if (!PCI_CONTROLLER(bus)) in sba_connect_bus()
1947 if (PCI_CONTROLLER(bus)->iommu) in sba_connect_bus()
1950 handle = acpi_device_handle(PCI_CONTROLLER(bus)->companion); in sba_connect_bus()
1962 PCI_CONTROLLER(bus)->iommu = ioc; in sba_connect_bus()

Completed in 7 milliseconds