Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/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)),
/linux-6.15/drivers/power/reset/
H A Dpiix4-poweroff.c53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
/linux-6.15/drivers/iommu/intel/
H A Dpasid.c223 sid = PCI_DEVID(info->bus, info->devfn); in devtlb_invalidation_with_pasid()
1037 PCI_DEVID(bus, devfn), in device_pasid_table_setup()
1063 PCI_DEVID(bus, devfn), in device_pasid_table_setup()
1107 qi_flush_dev_iotlb(info->iommu, PCI_DEVID(info->bus, info->devfn), in __context_flush_dev_iotlb()
1138 iommu->flush.flush_context(iommu, did, PCI_DEVID(info->bus, info->devfn), in intel_context_flush_no_pasid()
H A Dprq.c75 sid = PCI_DEVID(info->bus, info->devfn); in intel_iommu_drain_pasid_prq()
385 sid = PCI_DEVID(bus, devfn); in intel_iommu_page_response()
H A Dcache.c407 sid = PCI_DEVID(info->bus, info->devfn); in cache_tag_flush_devtlb_psi()
433 sid = PCI_DEVID(info->bus, info->devfn); in cache_tag_flush_devtlb_all()
H A Dirq_remapping.c306 sid = PCI_DEVID(ir_ioapic[i].bus, ir_ioapic[i].devfn); in set_ioapic_sid()
331 sid = PCI_DEVID(ir_hpet[i].bus, ir_hpet[i].devfn); in set_hpet_sid()
H A Diommu.c100 if (*rid_lhs < PCI_DEVID(info->bus, info->devfn)) in device_rid_cmp_key()
103 if (*rid_lhs > PCI_DEVID(info->bus, info->devfn)) in device_rid_cmp_key()
113 u16 key = PCI_DEVID(info->bus, info->devfn); in device_rid_cmp()
1490 PCI_DEVID(bus, devfn), in copied_context_tear_down()
1511 PCI_DEVID(bus, devfn), in context_present_cache_flush()
4650 sid = PCI_DEVID(info->bus, info->devfn); in quirk_extra_dev_tlb_flush()
/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c103 PCI_DEVID(pdev->bus->number, pdev->devfn); in ipu6_bus_initialize_device()
/linux-6.15/drivers/vfio/pci/pds/
H A Dvfio_dev.c140 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()
/linux-6.15/drivers/pci/pcie/
H A Dedr.c140 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
H A Daer_inject.c433 rperr->source_id |= PCI_DEVID(einj->bus, devfn); in aer_inject()
446 rperr->source_id |= PCI_DEVID(einj->bus, devfn) << 16; in aer_inject()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_heci_gsc.c150 PCI_DEVID(pdev->bus->number, pdev->devfn); in heci_gsc_add_device()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gsc.c235 PCI_DEVID(pdev->bus->number, pdev->devfn); in gsc_init_one()
/linux-6.15/arch/x86/hyperv/
H A Dirqdomain.c118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
/linux-6.15/drivers/xen/
H A Dgrant-dma-ops.c322 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in xen_dt_grant_init_backend_domid()
/linux-6.15/drivers/peci/
H A Drequest.c296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
/linux-6.15/drivers/perf/
H A Ddwc_pcie_pmu.c548 sbdf = (pci_domain_nr(pdev->bus) << 16) | PCI_DEVID(pdev->bus->number, pdev->devfn); in dwc_pcie_register_dev()
/linux-6.15/drivers/pci/controller/
H A Dpcie-altera.c63 (((PCI_DEVID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
/linux-6.15/include/linux/
H A Dpci.h71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro
695 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()