21264/EV68A Hardware Reference Manual
xix
Terminologyand Conventions

This sectiondefines the abbreviations, terminology, and other conventionsused

throughoutthis document.

Abbreviations
Binary Multiples

The abbreviationsK, M , and G (kilo, mega, and giga) represent binary multiples

and have the followingvalues.

For example:

Register Access

The abbreviationsused to indicate the type of access to register fields and bits have

the followingdefinitions:

K=2
10(1024)
M=2
20(1,048,576)
G=2
30(1,073,741,824)
2KB = 2kilobytes =2×210by tes
4MB = 4 m egabytes =4×220bytes
8GB = 8gigabytes =8×230bytes
2Kpixels = 2 kilopixels =2×210pi xels
4Mpixels = 4megapixels =4×220 pix els
Abbreviation Meaning
IGN Ignore
Bitsandfieldsspecifiedareignoredonwrites.
MBZ MustBe Zero
Softwaremust never place a nonzero value in bits and fields specifiedas
MBZ.A nonzero read produces an Illegal Operand exception. Also, MBZ
fieldsare reserved for future use.
RAZ Read As Zero
Bitsand fields return a zero when read.
RC ReadClears
Bits and fields are cleared w hen read. Unless otherwis e specified, such bits
cannotbe w ritten.
RES Reserved
Bitsand fields are reserved by Compaq and should not be used; however,
zeroscan be written to reserved fields that cannot be masked.
RO ReadOnly
Thevaluemaybereadbysoftware.Itiswrittenbyhardware.Softwarewrite
operationsare ignored.
RO,nReadOnly, and takes the value nat power-on reset.
Thevaluemaybereadbysoftware.Itiswrittenbyhardware.Softwarewrite
operationsare ignored.