OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCI_DEVFN
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
pci.h
22
#define
PCI_DEVFN
(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
/development/ndk/platforms/android-3/include/linux/
pci.h
19
#define
PCI_DEVFN
(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
/development/ndk/platforms/android-L/include/linux/
pci.h
22
#define
PCI_DEVFN
(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
/external/kernel-headers/original/uapi/linux/
pci.h
30
#define
PCI_DEVFN
(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
Completed in 739 milliseconds