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

  /bionic/libc/kernel/uapi/linux/
pci.h 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /external/kernel-headers/original/uapi/linux/
pci.h 32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pci.h 31 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /external/syslinux/gpxe/src/interface/efi/
efi_pci.c 38 return EFI_PCI_ADDRESS ( pci->bus, PCI_SLOT ( pci->devfn ),
51 "failed: %s\n", pci->bus, PCI_SLOT ( pci->devfn ),
68 "failed: %s\n", pci->bus, PCI_SLOT ( pci->devfn ),
  /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 ),
184 "irq %d)\n", pci->bus, PCI_SLOT ( pci->devfn ),
220 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ) );
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 350 #define PCI_SLOT( devfn ) ( ( (devfn) >> 3 ) & 0x1f )
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c     [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_undi.c 568 PCI_SLOT ( info->BusDevFunc ),

Completed in 632 milliseconds