OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_STATUS_RESERVED_MASK_LO
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
pci.h
129
#define
PCI_STATUS_RESERVED_MASK_LO
(PCI_STATUS_RESERVED1 | \
pci.c
554
val &= ~
PCI_STATUS_RESERVED_MASK_LO
;
Completed in 2380 milliseconds