OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCI_FUNC
(Results
51 - 52
of
52
) sorted by null
1
2
3
/external/grub/netboot/
pci.h
66
#define
PCI_FUNC
(devfn) ((devfn) & 0x07)
/external/kernel-headers/original/linux/
pci.h
36
#define
PCI_FUNC
(devfn) ((devfn) & 0x07)
Completed in 26 milliseconds
1
2
3