Home
last modified time | relevance | path

Searched refs:PCI_FUNC (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu_helper.c605 PCI_FUNC(adev->pdev->devfn)); in phm_irq_process()
610 PCI_FUNC(adev->pdev->devfn)); in phm_irq_process()
615 PCI_FUNC(adev->pdev->devfn)); in phm_irq_process()
621 PCI_FUNC(adev->pdev->devfn)); in phm_irq_process()
626 PCI_FUNC(adev->pdev->devfn)); in phm_irq_process()
631 PCI_FUNC(adev->pdev->devfn)); in phm_irq_process()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_pci.c153 PCI_FUNC(dev->pdev->devfn)); in drm_pci_set_busid()
165 p->devnum != PCI_SLOT(dev->pdev->devfn) || p->funcnum != PCI_FUNC(dev->pdev->devfn)) in drm_pci_irq_by_busid()
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_pci.c262 PCI_FUNC(devfn)); in pci_bus_read_config_dword()
274 PCI_FUNC(devfn)); in pci_bus_read_config_word()
286 PCI_FUNC(devfn)); in pci_bus_read_config_byte()
297 PCI_FUNC(devfn)); in pci_bus_write_config_dword()
343 PCI_FUNC(devfn)); in pci_bus_write_config_word()
355 PCI_FUNC(devfn)); in pci_bus_write_config_byte()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_iommu.c202 PCI_FUNC(pdev->devfn), in iommu_invalid_ppr_cb()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dpci.h123 #define PCI_FUNC(DEVFN) ((int)__SHIFTOUT((DEVFN), __BITS(0, 2))) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dnouveau_nvkm_engine_device_pci.c1724 PCI_FUNC(pci_dev->devfn), in nvkm_device_pci_new()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_bios.c443 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu_v11_0.c1541 PCI_FUNC(adev->pdev->devfn)); in smu_v11_0_irq_process()
1547 PCI_FUNC(adev->pdev->devfn)); in smu_v11_0_irq_process()
1554 PCI_FUNC(adev->pdev->devfn)); in smu_v11_0_irq_process()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_bios.c718 vhdr->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_pci.c996 if (PCI_FUNC(pdev->devfn)) in i915_pci_probe()
H A Di915_pmu.c1120 PCI_FUNC(pdev->devfn) == 0; in is_igp()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_drm.c125 return name | PCI_FUNC(pdev->devfn); in nouveau_pci_name()