Intel SA-1100 Computer Hardware User Manual


 
11-98 SA-1100
Developer’s Manual
Peripheral Control Module
The following table shows the bit locations corresponding to the status and flag bits within SDLC
status register 0. Note that the reset state of all writable status bits is unknown (indicated by
question marks) and must be cleared (by writing a one to them) before enabling the SDLC. Also
note that writes to reserved bits are ignored and reads return zeros.
Address: 0h 8002 0080 SDSR0 Read/Write & Read-Only
Bit 76543210
Reserved RFS TFS RAB TUR EIF
Reset00000???
Bit Name Description
0EIF
Error in FIFO (read-only).
0 – Bits 8..10 are not set within any of the four bottom entries of the receive FIFO;
receive FIFO DMA service requests are enabled.
1 – One or more tag bits (8..10) are set within one or more of the bottom four entries of
the receive FIFO; request interrupt, disable receive FIFO DMA service requests.
1TUR
Transmit FIFO underrun.
0 –Transmit FIFO has not experienced an underrun.
1 – Transmit logic attempted to fetch data from transmit FIFO while it was empty;
interrupt request signalled if not masked (if TUS=1).
2RAB
Receiver abort.
0 – No abort has been detected for the incoming frame.
1 – Abort detected during receipt of incoming frame, seven or more ones detected on
receive pin, EOF bit set in receive FIFO next to last piece of “good” data received before
the abort, interrupt requested if it is enabled (if RAE=1).
3TFS
Transmit FIFO service request (read-only).
0 – Transmit FIFO is more than half-full (five or more entries filled) or transmitter
disabled.
1 – Transmit FIFO is half-full or less (four or fewer entries filled) and transmitter operation
is enabled. DMA service request signalled, interrupt request signalled if it is enabled (if
TIE=1).
4RFS
Receive FIFO service request (read-only).
0 – Receive FIFO contains seven or fewer entries of data or receiver disabled.
1 – Receive FIFO is one- to two-thirds full (contains 5, 6, 7, or 8 entries of data) or more,
receiver operation is enabled, DMA service request signalled, and interrupt request
signalled if it is enabled (if RIE=1).
7..5 Reserved.