Hid0 field descriptions -12, Table 2-1 sho ws the bit deþnitions for hid0 – Motorola MPC8260 User Manual

Page 100

Advertising
background image

2-12

MPC8260 PowerQUICC II UserÕs Manual

MOTOROLA

Part I. Overview

Table 2-1 shows the bit deÞnitions for HID0.

Table 2-1. HID0 Field Descriptions

Bits

Name

Description

0

EMCP

Enable machine check input pin
0 The assertion of the MCP does not cause a machine check exception.
1 Enables the entry into a machine check exception based on assertion of the MCP input,

detection of a Cache Parity Error, detection of an address parity error, or detection of a data
parity error.

Note that the machine check exception is further affected by MSR[ME], which speciÞes whether
the processor checkstops or continues processing.

1

Ñ

Reserved

2

EBA

Enable/disable 60x bus address parity checking
0 Prevents address parity checking.
1 Allows a address parity error to cause a checkstop if MSR[ME] = 0 or a machine check

exception if MSR[ME] = 1.

EBA and EBD let the processor operate with memory subsystems that do not generate parity.

3

EBD

Enable 60x bus data parity checking
0 Parity checking is disabled.
1 Allows a data parity error to cause a checkstop if MSR[ME] = 0 or a machine check exception

if MSR[ME] = 1.

EBA and EBD let the processor operate with memory subsystems that do not generate parity.

4Р6

С

Reserved

7

PAR

Disable precharge of ARTRY.
0 Precharge of ARTRY enabled
1 Alters bus protocol slightly by preventing the processor from driving ARTRY to high (negated)

state, allowing multiple ARTRY signals to be tied together. If this is done, the system must
restore the signals to the high state.

8

DOZE

Doze mode enable. Operates in conjunction with MSR[POW].

1

0 Doze mode disabled.
1 Doze mode enabled. Doze mode is invoked by setting MSR[POW] after this bit is set. In doze

mode, the PLL, time base, and snooping remain active.

9

NAP

Nap mode enable. Operates in conjunction with MSR[POW].

1

0 Nap mode disabled.
1 Nap mode enabled. Nap mode is invoked by setting MSR[POW] while this bit is set. When this

occurs, the processor asserts QREQ to indicate that it is ready to enter nap mode. If the
system logic determines that the processor may enter nap mode, the quiesce acknowledge
signal, QACK, is asserted back to the processor. Once QACK assertion is detected, the
processor enters nap mode after several processor clocks. Because bus snooping is disabled
for nap and sleep modes, this serves as a hardware mechanism for ensuring data coherency.
In nap mode, the PLL and the time base remain active.

10

SLEEP

Sleep mode enable. Operates in conjunction with MSR[POW].

1

0 Sleep mode disabled.
1 Sleep mode enabled. Sleep mode is invoked by setting MSR[POW] while this bit is set. When

this occurs, the processor asserts QREQ to indicate that it is ready to enter sleep mode. If the
system logic determines that the processor may enter sleep mode, the quiesce acknowledge
signal, QACK, is asserted back to the processor. Once QACK assertion is detected, the
processor enters sleep mode after several processor clocks. At this point, the system logic
may turn off the PLL by Þrst conÞguring PLL_CFG[0Ð3] to PLL bypass mode, and then
disabling SYSCLK.

Advertising