OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uart1base
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
brdsetup.c
203
unsigned
uart1base
; /* console */
variable in typeref:typename:unsigned
324
uart1base
= 0xfc000000 + consport; /* 0x4500, 0x4600 */
325
UART_WRITE(
uart1base
, DCR, 0x01); /* enable DUART mode */
326
uart2base =
uart1base
^ 0x0300;
328
uart1base
= 0xfe000000 + consport; /* 0x3f8, 0x2f8 */
1169
savedbase =
uart1base
;
1170
uart1base
= uart2base;
1173
uart1base
= savedbase;
1195
savedbase =
uart1base
;
1196
uart1base
= uart2base
[
all
...]
Completed in 32 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025