Searched refs:PCI_DEVID (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/pci/ |
A D | search.c | 53 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 D | chromeos_laptop.c | 437 .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 D | piix4-poweroff.c | 53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
|
/linux/drivers/iommu/intel/ |
A D | svm.c | 411 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 D | iommu.c | 5041 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 D | edr.c | 134 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
|
/linux/drivers/pci/controller/ |
A D | pcie-apple.c | 669 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 D | irqdomain.c | 118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
|
/linux/include/linux/ |
A D | pci.h | 70 #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