ReactOS
0.4.16-dev-1133-g947c03e
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
cpu.h
Go to the documentation of this file.
1
/*
2
* PROJECT: NEC PC-98 series onboard hardware
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: CPU I/O ports header file
5
* COPYRIGHT: Copyright 2020 Dmitry Borisov (di.sean@protonmail.com)
6
*/
7
8
#pragma once
9
10
#define CPU_IO_o_RESET 0xF0
11
#define CPU_IO_o_A20_UNMASK 0xF2
12
13
#define CPU_IO_o_A20_CONTROL 0xF6
14
#define CPU_A20_ENABLE 0x02
15
#define CPU_A20_DISABLE 0x03
16
17
#define CPU_IO_o_FPU_BUSY_LATCH 0xF8
18
19
/*
20
* ARTIC (A Relative Time Indication Counter) - 24-bit binary up counter
21
*/
22
#define CPU_IO_o_ARTIC_DELAY 0x5F
/* Constant delay (about 600 ns) */
23
#define CPU_IO_i_ARTIC_0 0x5C
24
#define CPU_IO_i_ARTIC_1 0x5D
25
#define CPU_IO_i_ARTIC_2 0x5E
26
#define CPU_IO_i_ARTIC_3 0x5F
27
28
#define ARTIC_FREQUENCY 307200
29
#define ARTIC_FREQUENCY_0_1 ARTIC_FREQUENCY
30
#define ARTIC_FREQUENCY_2_3 (ARTIC_FREQUENCY >> 8)
sdk
include
reactos
drivers
pc98
cpu.h
Generated on Wed May 14 2025 06:13:10 for ReactOS by
1.9.6