Lines Matching +full:0 +full:x00800000
22 #define T_R 0x80000000 /* ready bit */
23 #define T_PAD 0x40000000 /* add pads to short frames */
24 #define T_W 0x20000000 /* wrap bit */
25 #define T_I 0x10000000 /* interrupt on completion */
26 #define T_L 0x08000000 /* last */
28 #define T_A 0x04000000 /* Address - the data transmitted as address
30 #define T_TC 0x04000000 /* transmit CRC */
31 #define T_CM 0x02000000 /* continuous mode */
32 #define T_DEF 0x02000000 /* collision on previous attempt to transmit */
33 #define T_P 0x01000000 /* Preamble - send Preamble sequence before
35 #define T_HB 0x01000000 /* heartbeat */
36 #define T_NS 0x00800000 /* No Stop */
37 #define T_LC 0x00800000 /* late collision */
38 #define T_RL 0x00400000 /* retransmission limit */
39 #define T_UN 0x00020000 /* underrun */
40 #define T_CT 0x00010000 /* CTS lost */
41 #define T_CSL 0x00010000 /* carrier sense lost */
42 #define T_RC 0x003c0000 /* retry count */
45 #define R_E 0x80000000 /* buffer empty */
46 #define R_W 0x20000000 /* wrap bit */
47 #define R_I 0x10000000 /* interrupt on reception */
48 #define R_L 0x08000000 /* last */
49 #define R_C 0x08000000 /* the last byte in this buffer is a cntl
51 #define R_F 0x04000000 /* first */
52 #define R_A 0x04000000 /* the first byte in this buffer is address
54 #define R_CM 0x02000000 /* continuous mode */
55 #define R_ID 0x01000000 /* buffer close on reception of idles */
56 #define R_M 0x01000000 /* Frame received because of promiscuous
58 #define R_AM 0x00800000 /* Address match */
59 #define R_DE 0x00800000 /* Address match */
60 #define R_LG 0x00200000 /* Break received */
61 #define R_BR 0x00200000 /* Frame length violation */
62 #define R_NO 0x00100000 /* Rx Non Octet Aligned Packet */
63 #define R_FR 0x00100000 /* Framing Error (no stop bit) character
65 #define R_PR 0x00080000 /* Parity Error character received */
66 #define R_AB 0x00080000 /* Frame Aborted */
67 #define R_SH 0x00080000 /* frame is too short */
68 #define R_CR 0x00040000 /* CRC Error */
69 #define R_OV 0x00020000 /* Overrun */
70 #define R_CD 0x00010000 /* CD lost */
71 #define R_CL 0x00010000 /* this frame is closed because of a
77 #define UCC_SLOW_PRAM_SIZE 0x100
82 UCC_SLOW_CHANNEL_PROTOCOL_MODE_QMC = 0x00000002,
83 UCC_SLOW_CHANNEL_PROTOCOL_MODE_UART = 0x00000004,
84 UCC_SLOW_CHANNEL_PROTOCOL_MODE_BISYNC = 0x00000008,
90 UCC_SLOW_TRANSPARENT_TCRC_CCITT_CRC16 = 0x00000000,
92 UCC_SLOW_TRANSPARENT_TCRC_CRC16 = 0x00004000,
94 UCC_SLOW_TRANSPARENT_TCRC_CCITT_CRC32 = 0x00008000,
100 UCC_SLOW_OVERSAMPLING_RATE_TX_TDCR_1 = 0x00000000,
102 UCC_SLOW_OVERSAMPLING_RATE_TX_TDCR_8 = 0x00010000,
104 UCC_SLOW_OVERSAMPLING_RATE_TX_TDCR_16 = 0x00020000,
106 UCC_SLOW_OVERSAMPLING_RATE_TX_TDCR_32 = 0x00030000,
113 UCC_SLOW_OVERSAMPLING_RATE_RX_RDCR_1 = 0x00000000,
115 UCC_SLOW_OVERSAMPLING_RATE_RX_RDCR_8 = 0x00004000,
117 UCC_SLOW_OVERSAMPLING_RATE_RX_RDCR_16 = 0x00008000,
119 UCC_SLOW_OVERSAMPLING_RATE_RX_RDCR_32 = 0x0000c000,
125 UCC_SLOW_TRANSMITTER_ENCODING_METHOD_TENC_NRZ = 0x00000000,
126 UCC_SLOW_TRANSMITTER_ENCODING_METHOD_TENC_NRZI = 0x00000100
132 UCC_SLOW_RECEIVER_DECODING_METHOD_RENC_NRZ = 0x00000000,
133 UCC_SLOW_RECEIVER_DECODING_METHOD_RENC_NRZI = 0x00000800
139 UCC_SLOW_DIAG_MODE_NORMAL = 0x00000000,
140 UCC_SLOW_DIAG_MODE_LOOPBACK = 0x00000040,
141 UCC_SLOW_DIAG_MODE_ECHO = 0x00000080,
142 UCC_SLOW_DIAG_MODE_LOOPBACK_ECHO = 0x000000c0