Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/sn/
Dpcidev.h57 u64 pdi_slot_host_handle; /* Bus and devfn Host pci_dev */ member
/linux-3.4.99/arch/ia64/sn/kernel/
Dio_common.c246 bus_no = (pcidev_info->pdi_slot_host_handle >> 32) & 0xff; in sn_pci_fixup_slot()
247 devfn = pcidev_info->pdi_slot_host_handle & 0xffffffff; in sn_pci_fixup_slot()
Dio_acpi_init.c409 (*pcidev_info)->pdi_slot_host_handle = in sn_acpi_get_pcidev_info()