OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isa_io_base
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
ne2000.c
143
int
isa_io_base
;
member in struct:NE2000State
731
isa_unassign_ioport(s->
isa_io_base
, 16);
732
isa_unassign_ioport(s->
isa_io_base
+ 0x10, 2);
733
isa_unassign_ioport(s->
isa_io_base
+ 0x1f, 1);
756
s->
isa_io_base
= base;
Completed in 27 milliseconds