Intel® IXP42X Product Line of Network Processors and IXC1100 Control Plane Processor
September 2006 DM
Order Number: 252480-006US 499
Universal Serial Bus (USB) v1.1 Device Controller—Intel® IXP42X product line and IXC1100
control plane processors
To ensure that no data is transmitted after the Clear Feature command is sent and the
host resumes IN requests, software must clear the transmit FIFO by setting the
UDCCS7[FTF] bit.
18.5.9.7 Receive FIFO Not Empty (RNE)
The receive FIFO not empty bit indicates that unread data remains in the receive FIFO.
This bit must be polled when the UDCCS7[RPC] bit is set to determine if there is any
data in the FIFO that the Intel XScale® processor did not read.
The receive FIFO must continue to be read until this bit clears or data will be lost.
18.5.9.8 Receive Short Packet (RSP)
The UDC uses the receive-short-packet bit to indicate that the received OUT packet in
the active buffer currently being read is a short packet or zero-sized packet. This bit is
updated by the UDC after the last byte is read from the active buffer and reflects the
status of the new active buffer.
If UDCCS7[RSP] is a 1 and UDCCS7[RNE] is a 0, it indicates a zero-length packet. If a
zero-length packet is present, the Intel XScale® processor must not read the data
register.
UDCCS7[RSP] is cleared when the next OUT packet is received.
Register Name: UDCCS7
Hex Offset Address: 0 x C800 B02C Reset Hex Value: 0 x 00000000
Register
Description: Universal Serial Bus Device Controller Endpoint 7Control and Status Register
Access: Read/Write
Bits
31 876543210
(Reserved)
RSP
RNE
FST
SST
(Rsvd)
(Rsvd)
RPC
RFS
X 00000000
Resets (Above)
Register UDCCS7 (Sheet 1 of 2)
Bits Name Description
31:8 Reserved for future use.
7RSP
Receive short packet (read only).
1 = Short packet received and ready for reading.
6RNE
Receive FIFO not empty (read-only).
0 = Receive FIFO empty.
1 = Receive FIFO not empty.
5FST
Force stall (read/write).
1 = Issue STALL handshakes to OUT tokens.
4 SST Sent stall (read/write 1 to clear).
1 = STALL handshake was sent.
3(Reserved)