HomeSort by relevance Sort by last modified time
    Searched defs:PCI_SLOT (Results 1 - 4 of 4) 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/include/gpxe/
pci.h 350 #define PCI_SLOT( devfn ) ( ( (devfn) >> 3 ) & 0x1f )

Completed in 1310 milliseconds