OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_resource_start
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
pci.h
695
#define
pci_resource_start
(dev,bar) ((dev)->resource[(bar)].start)
macro
699
((
pci_resource_start
((dev),(bar)) == 0 && \
701
pci_resource_start
((dev),(bar))) ? 0 : \
704
pci_resource_start
((dev),(bar)) + 1))
/external/grub/netboot/
tlan.c
[
all
...]
Completed in 22 milliseconds