OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_ADDRESS_SPACE_IO
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
pci.c
298
if (r->type ==
PCI_ADDRESS_SPACE_IO
) {
369
if (r->type &
PCI_ADDRESS_SPACE_IO
) {
408
if (r->type &
PCI_ADDRESS_SPACE_IO
) {
751
if (r->type &
PCI_ADDRESS_SPACE_IO
) {
pci.h
82
#define
PCI_ADDRESS_SPACE_IO
0x01
ne2000.c
820
PCI_ADDRESS_SPACE_IO
, ne2000_map);
/external/qemu-pc-bios/bochs/bios/
rombios32.c
676
#define
PCI_ADDRESS_SPACE_IO
0x01
774
else if (old_addr &
PCI_ADDRESS_SPACE_IO
)
998
if (val &
PCI_ADDRESS_SPACE_IO
)
[
all
...]
Completed in 33 milliseconds