HomeSort by relevance Sort by last modified time
    Searched defs:PCI_DEVFN (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
  /external/qemu/hw/
pci.h 15 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))

Completed in 2177 milliseconds

12 3