Searched refs:PCI_DEVID (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/power/reset/ |
A D | piix4-poweroff.c | 53 spec_devid = PCI_DEVID(0, PCI_DEVFN(0x1f, 0x7)); in piix4_poweroff()
|
/linux-6.3-rc2/drivers/pci/pcie/ |
A D | edr.c | 134 ost_status = PCI_DEVID(edev->bus->number, edev->devfn) << 16; in acpi_send_edr_status()
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | svm.c | 344 sdev->sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_bind_mm() 499 sid = PCI_DEVID(info->bus, info->devfn); in intel_svm_drain_prq() 784 sid = PCI_DEVID(bus, devfn); in intel_svm_page_response()
|
A D | iommu.c | 5037 sid = PCI_DEVID(info->bus, info->devfn); in quirk_extra_dev_tlb_flush()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gsc.c | 249 PCI_DEVID(pdev->bus->number, pdev->devfn); in gsc_init_one()
|
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | irqdomain.c | 118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-apple.c | 673 u32 sid, rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in apple_pcie_add_device() 704 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in apple_pcie_release_device()
|
/linux-6.3-rc2/drivers/xen/ |
A D | grant-dma-ops.c | 320 u32 rid = PCI_DEVID(pdev->bus->number, pdev->devfn); in xen_dt_grant_init_backend_domid()
|
/linux-6.3-rc2/drivers/hwtracing/ptt/ |
A D | hisi_ptt.c | 367 port_devid = PCI_DEVID(root_port->bus->number, root_port->devfn); in hisi_ptt_init_filters() 383 filter->devid = PCI_DEVID(pdev->bus->number, pdev->devfn); in hisi_ptt_init_filters()
|
/linux-6.3-rc2/drivers/peci/ |
A D | request.c | 296 return reg | PCI_DEVID(bus, PCI_DEVFN(dev, func)) << 12; in __get_pci_addr()
|
/linux-6.3-rc2/include/linux/ |
A D | pci.h | 71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) macro 683 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()
|
Completed in 36 milliseconds