Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu_helper.c598 PCI_BUS_NUM(adev->pdev->devfn), in phm_irq_process()
603 PCI_BUS_NUM(adev->pdev->devfn), in phm_irq_process()
608 PCI_BUS_NUM(adev->pdev->devfn), in phm_irq_process()
614 PCI_BUS_NUM(adev->pdev->devfn), in phm_irq_process()
619 PCI_BUS_NUM(adev->pdev->devfn), in phm_irq_process()
624 PCI_BUS_NUM(adev->pdev->devfn), in phm_irq_process()
/Linux-v5.4/drivers/iommu/
Damd_iommu_init.c1192 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1204 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1218 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1222 PCI_BUS_NUM(e->ext >> 8), in init_iommu_from_acpi()
1237 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1241 PCI_BUS_NUM(e->ext >> 8), in init_iommu_from_acpi()
1255 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1268 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1281 PCI_BUS_NUM(e->devid), in init_iommu_from_acpi()
1315 PCI_BUS_NUM(devid), in init_iommu_from_acpi()
[all …]
Dintel-iommu-debugfs.c303 idx, PCI_BUS_NUM(ri_entry->sid), in ir_tbl_remap_entry_show()
327 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
Dintel_irq_remapping.c379 if (data->count == 0 || PCI_BUS_NUM(alias) == PCI_BUS_NUM(data->alias)) in set_msi_sid_cb()
418 if (PCI_BUS_NUM(data.alias) != data.pdev->bus->number) in set_msi_sid()
419 set_irte_verify_bus(irte, PCI_BUS_NUM(data.alias), in set_msi_sid()
Damd_iommu.c277 "%02x:%02x.%d\n", PCI_BUS_NUM(ivrs_alias), PCI_SLOT(ivrs_alias), in get_alias()
279 PCI_BUS_NUM(pci_alias), PCI_SLOT(pci_alias), in get_alias()
287 PCI_BUS_NUM(ivrs_alias) == pdev->bus->number) { in get_alias()
557 pdev = pci_get_domain_bus_and_slot(0, PCI_BUS_NUM(devid), in amd_iommu_report_page_fault()
567 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid), in amd_iommu_report_page_fault()
609 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid), in iommu_print_event()
616 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid), in iommu_print_event()
621 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid), in iommu_print_event()
634 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid), in iommu_print_event()
639 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid), in iommu_print_event()
[all …]
Dintel-pasid.c112 data->bus = PCI_BUS_NUM(alias); in get_alias_pasid_table()
Damd_iommu_v2.c533 pdev = pci_get_domain_bus_and_slot(0, PCI_BUS_NUM(devid), in ppr_notifier()
Dintel-iommu.c2133 data->table, PCI_BUS_NUM(alias), in domain_context_mapping_cb()
2168 return !device_context_mapped(iommu, PCI_BUS_NUM(alias), alias & 0xff); in domain_context_mapped_cb()
2606 PCI_BUS_NUM(dma_alias), in find_or_alloc_domain()
2653 tmp = dmar_insert_one_dev_info(iommu, PCI_BUS_NUM(dma_alias), in set_domain_for_dev()
5071 domain_context_clear_one(iommu, PCI_BUS_NUM(alias), alias & 0xff); in domain_context_clear_one_cb()
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.c198 PCI_BUS_NUM(pdev->devfn), in iommu_invalid_ppr_cb()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dsmu_v11_0.c1533 PCI_BUS_NUM(adev->pdev->devfn), in smu_v11_0_irq_process()
1539 PCI_BUS_NUM(adev->pdev->devfn), in smu_v11_0_irq_process()
1546 PCI_BUS_NUM(adev->pdev->devfn), in smu_v11_0_irq_process()
/Linux-v5.4/drivers/pci/
Dmsi.c1527 u8 bus = PCI_BUS_NUM(*pa); in get_msi_id_cb()
1529 if (pdev->bus->number != bus || PCI_BUS_NUM(alias) != bus) in get_msi_id_cb()
/Linux-v5.4/drivers/pci/pcie/
Daer.c878 if ((PCI_BUS_NUM(e_info->id) != 0) && in is_error_source()
/Linux-v5.4/include/linux/
Dpci.h59 #define PCI_BUS_NUM(x) (((x) >> 8) & 0xff) macro