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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
pciif.h 80 uint32_t devfn; member in struct:xen_pci_op
106 uint32_t devfn; member in struct:xen_pcie_aer_op
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
physdev.h 170 int devfn; member in struct:physdev_map_pirq
194 uint8_t devfn; member in struct:physdev_manage_pci
204 uint8_t devfn; member in struct:physdev_restore_msi
213 uint8_t devfn; member in struct:physdev_manage_pci_ext
218 uint8_t devfn; member in struct:physdev_manage_pci_ext::__anon36d1bd740108
292 uint8_t devfn; member in struct:physdev_pci_device_add
296 uint8_t devfn; member in struct:physdev_pci_device_add::__anon36d1bd740308
324 uint8_t devfn; member in struct:physdev_pci_device
platform.h 296 uint8_t devfn; member in struct:xenpf_firmware_info::__anon0f279156080a::xenpf_efi_info::__anon0f2791560f08
  /src/sys/arch/macppc/pci/
u3.c 182 u_int32_t bus, dev, func, x, devfn; local in function:ibmcpc_conf_read
194 devfn = PCI_DEVFN(dev, func);
198 if (devfn == 0x0) {
204 x = daddr + ((devfn << 8) | reg);
206 x = daddr + ((devfn << 8) | reg) + (bus << 16) + 0x01000000UL;
221 u_int32_t x, devfn; local in function:ibmcpc_conf_write
231 devfn = PCI_DEVFN(dev, func);
235 if (devfn == 0x0) {
238 x = (u_int32_t) daddr + ((devfn << 8) | reg);
240 x = (u_int32_t) daddr + ((devfn << 8) | reg) + (bus << 16)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c 603 PCI_BUS_NUM(adev->pdev->devfn),
604 PCI_SLOT(adev->pdev->devfn),
605 PCI_FUNC(adev->pdev->devfn));
608 PCI_BUS_NUM(adev->pdev->devfn),
609 PCI_SLOT(adev->pdev->devfn),
610 PCI_FUNC(adev->pdev->devfn));
613 PCI_BUS_NUM(adev->pdev->devfn),
614 PCI_SLOT(adev->pdev->devfn),
615 PCI_FUNC(adev->pdev->devfn));
619 PCI_BUS_NUM(adev->pdev->devfn),
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_pci.c 152 PCI_SLOT(dev->pdev->devfn),
153 PCI_FUNC(dev->pdev->devfn));
165 p->devnum != PCI_SLOT(dev->pdev->devfn) || p->funcnum != PCI_FUNC(dev->pdev->devfn))
  /src/sys/arch/xen/x86/
pintr.c 191 map_irq.devfn = (msi_i->mp_dev << 3) | msi_i->mp_fun;
192 aprint_debug("xen_map_msi_pirq bus %d devfn 0x%x (%d %d) entry_nr %d",
193 map_irq.bus, map_irq.devfn, msi_i->mp_dev, msi_i->mp_fun,
236 map_irq.devfn = (msi_i->mp_dev << 3) | msi_i->mp_fun;
239 aprint_debug("xen_map_msix_pirq bus %d devfn 0x%x (%d %d) count %d",
240 map_irq.bus, map_irq.devfn, msi_i->mp_dev, msi_i->mp_fun,
  /src/sys/external/bsd/drm2/linux/
linux_pci.c 133 parentdev->devfn = device << 3 | function;
184 pdev->devfn = PCI_DEVFN(pa->pa_device, pa->pa_function);
258 pci_bus_read_config_dword(struct pci_bus *bus, unsigned devfn, int reg,
261 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
262 PCI_FUNC(devfn));
270 pci_bus_read_config_word(struct pci_bus *bus, unsigned devfn, int reg,
273 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
274 PCI_FUNC(devfn));
282 pci_bus_read_config_byte(struct pci_bus *bus, unsigned devfn, int reg,
285 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_iommu.c 200 PCI_BUS_NUM(pdev->devfn),
201 PCI_SLOT(pdev->devfn),
202 PCI_FUNC(pdev->devfn),
kfd_topology.c 1099 buf[0] = gpu->pdev->devfn;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bios.c 442 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) &&
443 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) &&
amdgpu_acpi.c 722 atcs_input.client_id = adev->pdev->devfn | (adev->pdev->bus->number << 8);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1539 PCI_BUS_NUM(adev->pdev->devfn),
1540 PCI_SLOT(adev->pdev->devfn),
1541 PCI_FUNC(adev->pdev->devfn));
1545 PCI_BUS_NUM(adev->pdev->devfn),
1546 PCI_SLOT(adev->pdev->devfn),
1547 PCI_FUNC(adev->pdev->devfn));
1552 PCI_BUS_NUM(adev->pdev->devfn),
1553 PCI_SLOT(adev->pdev->devfn),
1554 PCI_FUNC(adev->pdev->devfn));
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_sideband.c 98 u32 devfn, u32 port, u32 opcode,
123 (devfn << IOSF_DEVFN_SHIFT) |
i915_pmu.c 1119 PCI_SLOT(pdev->devfn) == 2 &&
1120 PCI_FUNC(pdev->devfn) == 0;
i915_pci.c 996 if (PCI_FUNC(pdev->devfn))
  /src/sys/arch/xen/xen/
xpci_xenbus.c 442 op.devfn = (dev << 3) | func;
476 op.devfn = (dev << 3) | func;
pciback.c 736 dev = (op->devfn >> 3) & 0xff;
737 func = (op->devfn) & 0x7;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 707 vhdr->PCIDevice == PCI_SLOT(rdev->pdev->devfn) &&
708 vhdr->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
radeon_acpi.c 663 atcs_input.client_id = rdev->pdev->devfn | (rdev->pdev->bus->number << 8);
  /src/sys/external/bsd/drm2/include/linux/
pci.h 122 #define PCI_SLOT(DEVFN) ((int)__SHIFTOUT((DEVFN), __BITS(3, 7)))
123 #define PCI_FUNC(DEVFN) ((int)__SHIFTOUT((DEVFN), __BITS(0, 2)))
125 #define PCI_DEVID(BUS, DEVFN) \
126 (__SHIFTIN((BUS), __BITS(15, 8)) | __SHIFTIN((DEVFN), __BITS(7, 0)))
191 uint32_t devfn; member in struct:pci_dev
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 124 name |= PCI_SLOT(pdev->devfn) << 8;
125 return name | PCI_FUNC(pdev->devfn);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_pci.c 1723 PCI_SLOT(pci_dev->devfn) << 8 |
1724 PCI_FUNC(pci_dev->devfn),
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1399 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \
1401 (long)(devfn))
1402 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \
1404 (long)(bus), (long)(devfn))
2801 long devfn);
2803 long bus, long devfn);

Completed in 84 milliseconds