Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H 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()
/openbmc/linux/drivers/platform/chrome/
H 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)),
/openbmc/linux/drivers/power/reset/
H A Dpiix4-poweroff.c53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c361 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm()
500 sid = PCI_DEVID(info->bus, info->devfn); in intel_drain_pasid_prq()
773 sid = PCI_DEVID(bus, devfn); in intel_svm_page_response()
H A Diommu.c1502 PCI_DEVID(info->bus, info->devfn), in iommu_flush_dev_iotlb()
5064 sid = PCI_DEVID(info->bus, info->devfn); in quirk_extra_dev_tlb_flush()
/openbmc/linux/drivers/pci/pcie/
H A Dedr.c140 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
/openbmc/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c165 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device()
H A Dcmds.c55 PCI_DEVID(pdev->bus->number, pdev->devfn)); in pds_vfio_register_client_cmd()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gsc.c249 PCI_DEVID(pdev->bus->number, pdev->devfn); in gsc_init_one()
/openbmc/linux/arch/x86/hyperv/
H A Dirqdomain.c118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
/openbmc/linux/drivers/xen/
H A Dgrant-dma-ops.c322 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in xen_dt_grant_init_backend_domid()
/openbmc/linux/drivers/peci/
H A Drequest.c296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
/openbmc/linux/include/linux/
H A Dpci.h71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro
687 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()