OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AHA_ISA_IOSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/mca/
aha_mca.c
78
#define
AHA_ISA_IOSIZE
4
154
if (bus_space_map(iot, iobase,
AHA_ISA_IOSIZE
, 0, &ioh)) {
/src/sys/dev/isa/
aha_isa.c
52
#define
AHA_ISA_IOSIZE
4
88
if (bus_space_map(iot, ia->ia_io[0].ir_addr,
AHA_ISA_IOSIZE
, 0, &ioh))
93
bus_space_unmap(iot, ioh,
AHA_ISA_IOSIZE
);
104
ia->ia_io[0].ir_size =
AHA_ISA_IOSIZE
;
135
if (bus_space_map(iot, ia->ia_io[0].ir_addr,
AHA_ISA_IOSIZE
, 0, &ioh)) {
Completed in 34 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025