OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCI_SLOT
(Results
51 - 51
of
51
) sorted by null
1
2
3
/external/kernel-headers/original/linux/
pci.h
35
#define
PCI_SLOT
(devfn) (((devfn) >> 3) & 0x1f)
Completed in 593 milliseconds
1
2
3