Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/power/reset/
Dpiix4-poweroff.c53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
/linux-6.6.21/drivers/pci/pcie/
Dedr.c134 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
/linux-6.6.21/drivers/iommu/intel/
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()
Diommu.c1490 PCI_DEVID(info->bus, info->devfn), in iommu_flush_dev_iotlb()
5050 sid = PCI_DEVID(info->bus, info->devfn); in quirk_extra_dev_tlb_flush()
/linux-6.6.21/drivers/vfio/pci/pds/
Dvfio_dev.c165 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device()
Dcmds.c55 PCI_DEVID(pdev->bus->number, pdev->devfn)); in pds_vfio_register_client_cmd()
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_gsc.c249 PCI_DEVID(pdev->bus->number, pdev->devfn); in gsc_init_one()
/linux-6.6.21/arch/x86/hyperv/
Dirqdomain.c118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
/linux-6.6.21/drivers/xen/
Dgrant-dma-ops.c322 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in xen_dt_grant_init_backend_domid()
/linux-6.6.21/drivers/peci/
Drequest.c296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
/linux-6.6.21/include/linux/
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()