Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/
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-v5.15/drivers/power/reset/
Dpiix4-poweroff.c53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
/Linux-v5.15/drivers/platform/chrome/
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-v5.15/drivers/pci/pcie/
Dedr.c134 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
/Linux-v5.15/drivers/iommu/intel/
Dsvm.c411 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_gpasid()
593 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm()
767 sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_drain_prq()
1129 sid = PCI_DEVID(bus, devfn); in intel_svm_page_response()
Diommu.c4917 sid = PCI_DEVID(bus, devfn); in intel_iommu_sva_invalidate()
5282 PCI_DEVID(info->bus, info->devfn), in intel_iommu_enable_pasid()
/Linux-v5.15/arch/x86/hyperv/
Dirqdomain.c118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
/Linux-v5.15/include/linux/
Dpci.h70 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro
663 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()