HomeSort by relevance Sort by last modified time
    Searched refs:PCI_FUNC (Results 1 - 10 of 10) sorted by null

  /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)
  /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/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 ),
  /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/gpxe/src/arch/i386/drivers/net/
undiload.c 84 bus, PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) );
  /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/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_undi.c 569 PCI_FUNC ( info->BusDevFunc ), info->Vendor_ID,
  /external/syslinux/gpxe/src/drivers/net/
tg3.c     [all...]

Completed in 373 milliseconds