Information

Universal Serial Bus Interface
MPC8308 PowerQUICC II Pro Processor Reference Manual, Rev. 1
13-46 Freescale Semiconductor
section support a 32-bit memory buffer address space. The interface consists of a periodic schedule,
periodic frame list, asynchronous schedule, isochronous transaction descriptors, split-transaction
isochronous transfer descriptors, queue heads, and queue element transfer descriptors.
The periodic frame list is the root of all periodic (isochronous and interrupt transfer type) support for the
host controller interface. The asynchronous list is the root for all the bulk and control transfer type support.
Isochronous data streams are managed using isochronous transaction descriptors. Isochronous
split-transaction data streams are managed with split-transaction isochronous transfer descriptors. All
interrupt, control, and bulk data streams are managed with queue heads and queue element transfer
descriptors. These data structures are optimized to reduce the total memory footprint of the schedule and
to reduce (on average) the number of memory accesses needed to execute a USB transaction.
Note that software must ensure that no interface data structure reachable by the EHCI host controller spans
a 4K-page boundary.
The data structures defined in this section are (from the host controllers perspective) a mix of read-only
and read/writable fields. The host controller must preserve the read-only fields on all data structure writes.
13.5.1 Periodic Frame List
Figure 13-35 shows the organization of the periodic schedule. This schedule is for all periodic transfers
(isochronous and interrupt). The periodic schedule is referenced from the operational registers space using
the PERIODICLISTBASE address register and the FRINDEX register. The periodic schedule is based on
an array of pointers called the periodic frame list. The PERIODICLISTBASE address register is combined
with the FRINDEX register to produce a memory pointer into the frame list. The periodic frame list
implements a sliding window of work over time.
Figure 13-35. Periodic Schedule Organization
Split transaction interrupt, bulk and control are also managed using queue heads and queue element
transfer descriptors.
Last
Periodic has
End of
List Mark
FRINDEX
PeriodicListBase
Operational
Registers
Periodic Frame
List Element
Address
8
A
A
A
A
A
A
4
1
1024, 512, or 256
Elements
Interrupt Queue
Heads
Poll Rate: N ––> 1
Isochronous Transfer
Descriptor(s)
Periodic Frame List
• • •
A