ReactOS
0.4.16-dev-814-g656a5dc
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
hwuart.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Boot Loader
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: boot/armllb/hw/omap3-beagle/hwuart.c
5
* PURPOSE: LLB UART Initialization Routines for OMAP3 Beagle
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
#include "precomp.h"
10
11
/* FUNCTIONS ******************************************************************/
12
13
VOID
14
NTAPI
15
LlbHwOmap3UartInitialize
(
VOID
)
16
{
17
18
}
19
20
VOID
21
NTAPI
22
LlbHwUartSendChar
(
IN
CHAR
Char)
23
{
24
25
}
26
27
BOOLEAN
28
NTAPI
29
LlbHwUartTxReady
(
VOID
)
30
{
31
return
FALSE
;
32
}
33
34
ULONG
35
NTAPI
36
LlbHwGetUartBase
(
IN
ULONG
Port
)
37
{
38
if
(
Port
== 1)
39
{
40
return
0x4806A000;
41
}
42
else
if
(
Port
== 2)
43
{
44
return
0x4806C000;
45
}
46
else
if
(
Port
== 3)
47
{
48
return
0x49020000;
49
}
50
51
return
0;
52
}
53
54
/* EOF */
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
FALSE
#define FALSE
Definition:
types.h:117
Port
CPPORT Port[4]
Definition:
headless.c:35
void
Definition:
nsiface.idl:2307
LlbHwUartSendChar
VOID NTAPI LlbHwUartSendChar(IN CHAR Char)
Definition:
hwuart.c:22
LlbHwGetUartBase
ULONG NTAPI LlbHwGetUartBase(IN ULONG Port)
Definition:
hwuart.c:36
LlbHwOmap3UartInitialize
VOID NTAPI LlbHwOmap3UartInitialize(VOID)
Definition:
hwuart.c:15
LlbHwUartTxReady
BOOLEAN NTAPI LlbHwUartTxReady(VOID)
Definition:
hwuart.c:29
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
CHAR
char CHAR
Definition:
xmlstorage.h:175
boot
armllb
hw
omap3-beagle
hwuart.c
Generated on Thu Mar 13 2025 06:02:37 for ReactOS by
1.9.6