HomeSort by relevance Sort by last modified time
    Searched full:pci_func (Results 1 - 25 of 28) sorted by null

1 2

  /external/syslinux/gpxe/src/interface/efi/
efi_pci.c 39 PCI_FUNC ( pci->devfn ),
52 PCI_FUNC ( pci->devfn ), EFIPCI_OFFSET ( location ),
69 PCI_FUNC ( pci->devfn ), EFIPCI_OFFSET ( location ),
  /bionic/libc/kernel/uapi/linux/
pci.h 24 #define PCI_FUNC(devfn) ((devfn) & 0x07)
  /external/kernel-headers/original/uapi/linux/
pci.h 33 #define PCI_FUNC(devfn) ((devfn) & 0x07)
vfio.h 479 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pci.h 32 #define PCI_FUNC(devfn) ((devfn) & 0x07)
  /external/syslinux/gpxe/src/drivers/bus/
pci.c 153 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ),
162 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ),
185 PCI_FUNC ( pci->devfn ), pci->vendor, pci->device,
220 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ) );
258 if ( PCI_FUNC ( devfn ) == 0 ) {
282 PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) );
  /external/syslinux/com32/sysdump/
pci.c 15 unsigned int func = pci_func(a);
  /external/syslinux/com32/hdt/
hdt-menu-pci.c 34 int pci_bus, int pci_slot, int pci_func,
68 pci_slot, pci_func);
71 pci_func);
hdt-menu-pxe.c 80 p->pci_dev, p->pci_func);
83 p->pci_dev, p->pci_func);
hdt-cli-pxe.c 67 p->pci_dev, p->pci_func);
hdt-dump-pxe.c 61 add_hi(pxe.pci_func);
hdt-common.h 150 uint8_t pci_func; member in struct:s_pxe
hdt-common.c 467 hardware->pxe.pci_func = gnt.info.pci.BusDevFunc & 0x03;
485 hardware->pxe.pci_func = gnt.info.cardbus.BusDevFunc & 0x03;
506 (__pci_func == hardware->pxe.pci_func) &&
  /external/syslinux/com32/include/sys/
pci.h 122 static inline int pci_func(pciaddr_t addr) function
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undiload.c 84 bus, PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) );
  /external/mesa3d/src/amd/vulkan/
radv_radeon_winsys.h 78 uint32_t pci_func; member in struct:radeon_info
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_winsys.c 134 ws->info.pci_func = devinfo->businfo.pci->func;
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 284 return r300screen->info.pci_func;
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.c 119 ws->info.pci_func = devinfo->businfo.pci->func;
  /external/syslinux/gpxe/src/include/gpxe/
pci.h 351 #define PCI_FUNC( devfn ) ( (devfn) & 0x07 )
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 472 return rscreen->b.info.pci_func;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_winsys.h 177 uint32_t pci_func; member in struct:radeon_info
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 558 return sscreen->b.info.pci_func;
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_undi.c 569 PCI_FUNC ( info->BusDevFunc ), info->Vendor_ID,

Completed in 786 milliseconds

1 2