Lines Matching full:error
36 #define CSR0_ERR 0x8000 /* Error summary (R) */
37 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */
38 #define CSR0_CERR 0x2000 /* Collision Error (RC) */
40 #define CSR0_MERR 0x0800 /* Memory Error (RC) */
84 #define RX_ERR 0x40 /* Error Summary */
85 #define RX_FRAM 0x20 /* Framing Error */
86 #define RX_OFLO 0x10 /* Overflow Error */
87 #define RX_CRC 0x08 /* CRC Error */
88 #define RX_BUFF 0x04 /* Buffer Error */
98 #define TX_ERR 0x40 /* Error Summary */
109 #define TX_BUFF 0x8000 /* Buffering error (no ENP) */
165 unsigned volatile short status2; /* Error Status Bits */