OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_uart_base
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpc/stand/hpcboot/arm/
arm_sa1100_console.h
44
vaddr_t
_uart_base
;
member in class:SA1100Console
47
SA1100Console(MemoryManager *& mem) : _mem(mem),
_uart_base
(~0) { }
49
if (
_uart_base
!= ~0)
50
_mem->unmapPhysicalPage(
_uart_base
);
56
reg = VOLATILE_REF8(
_uart_base
+ 0x20);
62
VOLATILE_REF8(
_uart_base
+ 0x14) =
71
_uart_base
=
74
if (
_uart_base
== ~0)
arm_pxa2x0_console.h
44
vaddr_t
_uart_base
;
member in class:PXA2x0Console
47
PXA2x0Console(MemoryManager *& mem) : _mem(mem),
_uart_base
(~0) { }
49
if (
_uart_base
!= ~0)
50
_mem->unmapPhysicalPage(
_uart_base
);
56
reg = VOLATILE_REF8(
_uart_base
+ 0x14);
61
uint8_t reg = VOLATILE_REF8(
_uart_base
+ 0x08);
66
VOLATILE_REF8(
_uart_base
+ 0x00) =
77
_uart_base
=
80
if (
_uart_base
== ~0)
Completed in 13 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025