Home
last modified time | relevance | path

Searched refs:PCI_DEVID (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/pci/
A Dsearch.c53 ret = fn(pdev, PCI_DEVID(pdev->bus->number, devfn), in pci_for_each_dma_alias()
90 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias()
104 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias()
/linux/drivers/platform/chrome/
A Dchromeos_laptop.c437 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
449 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)),
459 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)),
468 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
/linux/drivers/power/reset/
A Dpiix4-poweroff.c53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
/linux/drivers/iommu/intel/
A Dsvm.c411 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_gpasid()
578 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm()
745 sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_drain_prq()
1107 sid = PCI_DEVID(bus, devfn); in intel_svm_page_response()
A Diommu.c5041 sid = PCI_DEVID(bus, devfn); in intel_iommu_sva_invalidate()
5406 PCI_DEVID(info->bus, info->devfn), in intel_iommu_enable_pasid()
/linux/drivers/pci/pcie/
A Dedr.c134 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
/linux/drivers/pci/controller/
A Dpcie-apple.c669 u32 sid, rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in apple_pcie_add_device()
700 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in apple_pcie_release_device()
/linux/arch/x86/hyperv/
A Dirqdomain.c118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
/linux/include/linux/
A Dpci.h70 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro
665 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()

Completed in 31 milliseconds