OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONCOMADDR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbarm/integrator/
integrator_machdep.c
148
#ifndef
CONCOMADDR
149
#define
CONCOMADDR
0x3f8
426
if (comcnattach(&isa_io_bs_tag,
CONCOMADDR
, comcnspeed,
428
panic("can't init serial console @%x",
CONCOMADDR
);
/src/sys/arch/cats/cats/
cats_machdep.c
154
#ifndef
CONCOMADDR
155
#define
CONCOMADDR
0x3f8
546
if (comcnattach(&isa_io_bs_tag,
CONCOMADDR
, comcnspeed,
548
panic("can't init serial console @%x",
CONCOMADDR
);
/src/sys/arch/rs6000/rs6000/
machdep.c
120
#ifndef
CONCOMADDR
121
#define
CONCOMADDR
0x30
569
static bus_space_handle_t kcom_base = (bus_space_handle_t) (0xc0000000 +
CONCOMADDR
);
/src/sys/arch/netwinder/netwinder/
netwinder_machdep.c
178
#ifndef
CONCOMADDR
179
#define
CONCOMADDR
0x3f8
934
if (comcnattach(&isa_io_bs_tag,
CONCOMADDR
, comcnspeed,
936
panic("can't init serial console @%x",
CONCOMADDR
);
938
panic("serial console @%x not configured",
CONCOMADDR
);
997
static bus_space_handle_t kcom_base = (bus_space_handle_t) (DC21285_PCI_IO_VBASE +
CONCOMADDR
);
Completed in 13 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025