11 dual address cycle (dac) command, 12 memory read line command – Avago Technologies LSI53C895A User Manual

Page 33

Advertising
background image

PCI Functional Description

2-7

2.1.2.11 Dual Address Cycle (DAC) Command

The LSI53C895A performs DACs when 64-bit addressing is required.
Refer to the PCI 2.2 specification. If any of the selector registers contain
a nonzero value, a DAC is generated. See 64-bit SCRIPTS Selectors in

Chapter 4, “Registers,”

for additional information.

2.1.2.12 Memory Read Line Command

This command is identical to the Memory Read command, except that it
additionally indicates that the master intends to fetch a complete cache
line. This command is intended for use with bulk sequential data transfers
where the memory system and the requesting master might gain some
performance advantage by reading to a cache line boundary rather than
a single memory cycle. The Read Line function in the LSI53C895A takes
advantage of the PCI 2.2 specification regarding issuing this command.

If the cache mode is disabled, Read Line commands are not issued.

If the cache mode is enabled, a Read Line command is issued on all
read cycles, except nonprefetch opcode fetches, when the following
conditions are met:

The CLSE (Cache Line Size Enable, bit 7,

DMA Control (DCNTL)

register) and ERL (Enable Read Line, bit 3,

DMA Mode (DMODE)

register) bits are set.

The

Cache Line Size

register must contain a legal burst size value

in Dwords (2, 4, 8, 16, 32, 64, or 128) and that value is less than or
equal to the

DMA Mode (DMODE)

burst size.

The transfer will cross a Dword boundary but not a cache line
boundary.

When these conditions are met, the chip issues a Read Line command
instead of a Memory Read during all PCI read cycles. Otherwise, it
issues a normal Memory Read command.

Read Multiple with Read Line Enabled – When both the Read
Multiple and Read Line modes are enabled, the Read Line command is
not issued if the above conditions are met. Instead, a Read Multiple
command is issued, even though the conditions for Read Line are met.

Advertising