Searched refs:PCI_DEVID (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/pci/ |
| D | search.c | 47 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/ |
| D | chromeos_laptop.c | 422 .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/ |
| D | piix4-poweroff.c | 53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
|
| /Linux-v5.4/drivers/iommu/ |
| D | intel-svm.c | 296 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm()
|
| D | intel-iommu.c | 5766 PCI_DEVID(info->bus, info->devfn), in intel_iommu_enable_pasid()
|
| /Linux-v5.4/include/linux/ |
| D | pci.h | 57 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro 610 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()
|