Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/include/asm/
Dpci.h101 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) macro
102 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
Dtopology.h46 #define pcibus_to_node(bus) PCI_CONTROLLER(bus)->node
/linux-4.1.27/arch/ia64/include/asm/sn/
Dpcidev.h24 ((struct sn_platform_data *)(PCI_CONTROLLER(busdev)->platform_data))
/linux-4.1.27/drivers/pci/hotplug/
Dsgi_hotplug.c412 phandle = acpi_device_handle(PCI_CONTROLLER(slot->pci_bus)->companion); in enable_slot()
491 PCI_CONTROLLER(slot->pci_bus)->companion) { in disable_slot()
500 phandle = acpi_device_handle(PCI_CONTROLLER(slot->pci_bus)->companion); in disable_slot()
/linux-4.1.27/arch/ia64/sn/kernel/
Dio_common.c289 controller = PCI_CONTROLLER(bus); in sn_common_bus_fixup()
549 PCI_CONTROLLER(bus)->node = near_cnode; in sn_io_late_init()
Dio_acpi_init.c135 handle = acpi_device_handle(PCI_CONTROLLER(bus)->companion); in sn_get_bussoft_ptr()
363 rootbus_handle = acpi_device_handle(PCI_CONTROLLER(dev)->companion); in sn_acpi_get_pcidev_info()
Dio_init.c289 prom_bussoft_ptr = PCI_CONTROLLER(bus)->platform_data; in sn_bus_fixup()
/linux-4.1.27/arch/ia64/hp/common/
Dsba_iommu.c259 ? ((struct ioc *) PCI_CONTROLLER(to_pci_dev(dev))->iommu) : NULL)
1982 if (!PCI_CONTROLLER(bus)) in sba_connect_bus()
1985 if (PCI_CONTROLLER(bus)->iommu) in sba_connect_bus()
1988 handle = acpi_device_handle(PCI_CONTROLLER(bus)->companion); in sba_connect_bus()
2000 PCI_CONTROLLER(bus)->iommu = ioc; in sba_connect_bus()