Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/
Dsearch.c47 ret = fn(pdev, PCI_DEVID(pdev->bus->number, devfn), in pci_for_each_dma_alias()
84 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias()
98 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias()
/Linux-v5.4/drivers/platform/chrome/
Dchromeos_laptop.c422 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
433 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)),
443 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x1)),
452 .pci_devid = PCI_DEVID(0, PCI_DEVFN(0x15, 0x2)),
/Linux-v5.4/drivers/power/reset/
Dpiix4-poweroff.c53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
/Linux-v5.4/drivers/iommu/
Dintel-svm.c296 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm()
Dintel-iommu.c5766 PCI_DEVID(info->bus, info->devfn), in intel_iommu_enable_pasid()
/Linux-v5.4/include/linux/
Dpci.h57 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro
610 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()