/prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
pci.h | 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/external/syslinux/gpxe/src/include/gpxe/ |
pci.h | 349 #define PCI_DEVFN( slot, func ) ( ( (slot) << 3 ) | (func) )
|