69rlq62d-f714peg4 * Memec (Headquar
ter
s) - Unique
Tec
h,
Insight,
Impact
MAR
VELL CONFIDENTIAL,
UNDER ND
A# 12101050
69rlq62d-f714peg4 * Memec (Headquar
ter
s) - Unique
Tec
h,
Insight,
Impact
MAR
VELL CONFIDENTIAL,
UNDER ND
A# 12101050
69r
lq62d-f714peg4 * Memec (Headquar
ters) - Unique
T
ech, Insight, Impact * UNDER ND
A# 12101050
MAR
VELL CONFIDENTIAL - UNA
UTHORIZED DISTRIB
UTION OR USE STRICTL
Y PR
OHIBITED
PXA300 Processor and PXA310 Processor
Vol. I: System and Timer Configuration Developers Manual
Doc. No. MV-TBD-00 Rev. A
CONFIDENTIAL
Copyright © 12/13/06 Marvell
Page 20
Document Classification: Proprietary Information
December 13, 2006
Not approved by Document Control. For review only.
1.1.1
Number Representation
All numbers in this document are decimal (base 10) unless designated otherwise. Hexadecimal numbers have a
prefix of 0x, and binary numbers have a prefix of 0b. For example, 107 is represented as 0x6B in hexadecimal
and 0b110_1011 in binary.
1.1.2
Naming Conventions
All signal and register-bit names appear in uppercase. Active low items are prefixed with a lowercase “n”.
Bits within a signal name are enclosed in angle brackets:
EXTERNAL_ADDRESS<31:0>
nCS<1>
Bits within a register bit field are enclosed in square brackets:
REGISTER_BITFIELD[3:0]
REGISTER_BIT[0]
In register definition tables:
Values shown in the “Reset” row have the following meanings:
0 = bit clear
1 = bit set
? = bit is undefined
Abbreviations in the “Access” column have the following meanings:
R = read only
W = write only
R/W = read and write
There are two special cases:
R/WC = R/W; to clear the bit, write 0b1 to it.
RC = Read only; the bit is automatically cleared after it is read.
Table 4.4, “Monahans P Processor Signal Descriptions” on page 4-109
for a complete listing of all
processor signals.
1.1.3
Data Types
In the context of the ARM* Architecture V5TE, a word consists of 32 bits. As a result, the following naming
convention applies to the different data types in the PXA300 processor or PXA310 processor:
•
8 bits = byte (abbreviation B)
•
16 bits = half word (abbreviation H)
•
32 bits = word (abbreviation W)
•
64 bits = double word (abbreviation D)