HomeSort by: relevance | last modified time | path
    Searched refs:PCI_FUNC (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_pci.c 153 PCI_FUNC(dev->pdev->devfn));
165 p->devnum != PCI_SLOT(dev->pdev->devfn) || p->funcnum != PCI_FUNC(dev->pdev->devfn))
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c 605 PCI_FUNC(adev->pdev->devfn));
610 PCI_FUNC(adev->pdev->devfn));
615 PCI_FUNC(adev->pdev->devfn));
621 PCI_FUNC(adev->pdev->devfn));
626 PCI_FUNC(adev->pdev->devfn));
631 PCI_FUNC(adev->pdev->devfn));
  /src/sys/external/bsd/drm2/linux/
linux_pci.c 262 PCI_FUNC(devfn));
274 PCI_FUNC(devfn));
286 PCI_FUNC(devfn));
297 PCI_FUNC(devfn));
343 PCI_FUNC(devfn));
355 PCI_FUNC(devfn));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_iommu.c 202 PCI_FUNC(pdev->devfn),
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bios.c 443 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) &&
  /src/sys/external/bsd/drm2/include/linux/
pci.h 123 #define PCI_FUNC(DEVFN) ((int)__SHIFTOUT((DEVFN), __BITS(0, 2)))
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1541 PCI_FUNC(adev->pdev->devfn));
1547 PCI_FUNC(adev->pdev->devfn));
1554 PCI_FUNC(adev->pdev->devfn));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 708 vhdr->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.c 1120 PCI_FUNC(pdev->devfn) == 0;
i915_pci.c 996 if (PCI_FUNC(pdev->devfn))
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 125 return name | PCI_FUNC(pdev->devfn);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_pci.c 1724 PCI_FUNC(pci_dev->devfn),

Completed in 19 milliseconds