Home
last modified time | relevance | path

Searched refs:PCI_SLOT (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dpci.h112 #define PCI_SLOT(devfn) ((devfn) >> 3) macro
198 PCI_SLOT(devfn), PCI_FUNC(devfn)); in pci_bus_read_config_word()
211 PCI_SLOT(devfn), PCI_FUNC(devfn)); in pci_bus_read_config_byte()
224 PCI_SLOT(devfn), PCI_FUNC(devfn)); in pci_bus_write_config_byte()
/openbsd/sys/dev/pci/drm/
H A Ddrm_pci.c74 PCI_SLOT(pdev->devfn), in drm_pci_set_busid()
91 p->devnum != PCI_SLOT(pdev->devfn) || p->funcnum != PCI_FUNC(pdev->devfn)) in drm_legacy_pci_irq_by_busid()
H A Ddrm_file.c1065 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)); in drm_show_fdinfo()
H A Ddrm_drv.c2062 info->dev = PCI_SLOT(dev->pdev->devfn); in drm_getpciinfo()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_fdinfo.c73 dev = PCI_SLOT(adev->pdev->devfn); in amdgpu_show_fdinfo()
H A Damdgpu_bios.c531 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) && in amdgpu_acpi_vfct_bios()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_bios.c797 vhdr->PCIDevice == PCI_SLOT(rdev->pdev->devfn) && in radeon_acpi_vfct_bios()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_pmu.c1242 PCI_SLOT(pdev->devfn) == 2 && in is_igp()
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_chardev.c1325 PCI_SLOT(pdev->devfn), in kfd_ioctl_map_memory_to_gpu()