Lines Matching +full:0 +full:x00001000
96 default: bitMask = 0;break;}
100 #define MAX_INTER_PACKET_GAP 0x7f
101 #define MAX_INTER_PALTERNATE_BEB 0x0f
102 #define MAX_RETRANSMISSION 0x0f
103 #define MAX_COLLISION_WINDOW 0x03ff
109 #define ERROR_DISABLE_TRANSMIT 0x00400000
110 #define ERROR_DISABLE_LATE_COLLISION 0x00040000
111 #define ERROR_DISABLE_COLLISION_RETRY_LIMIT 0x00020000
112 #define ERROR_DISABLE_TxFIFO_UNDERRUN 0x00010000
113 #define ERROR_DISABLE_TxABORT 0x00008000
114 #define ERROR_DISABLE_INTERFACE 0x00004000
115 #define ERROR_DISABLE_TxDATA_PARITY 0x00000002
116 #define ERROR_DISABLE_RxDATA_PARITY 0x00000001
121 #define GROUP_ADDRESS 0x0000010000000000LL /* Group address bit indication */
128 #define DTSEC_TO_MII_OFFSET 0x1000 /* number of pattern match registers (entries) */
132 #define VAL32BIT 0x100000000LL
133 #define VAL22BIT 0x00400000
134 #define VAL16BIT 0x00010000
135 #define VAL12BIT 0x00001000
138 #define CAR1_TR64 0x80000000
139 #define CAR1_TR127 0x40000000
140 #define CAR1_TR255 0x20000000
141 #define CAR1_TR511 0x10000000
142 #define CAR1_TRK1 0x08000000
143 #define CAR1_TRMAX 0x04000000
144 #define CAR1_TRMGV 0x02000000
146 #define CAR1_RBYT 0x00010000
147 #define CAR1_RPKT 0x00008000
148 #define CAR1_RMCA 0x00002000
149 #define CAR1_RBCA 0x00001000
150 #define CAR1_RXPF 0x00000400
151 #define CAR1_RALN 0x00000100
152 #define CAR1_RFLR 0x00000080
153 #define CAR1_RCDE 0x00000040
154 #define CAR1_RCSE 0x00000020
155 #define CAR1_RUND 0x00000010
156 #define CAR1_ROVR 0x00000008
157 #define CAR1_RFRG 0x00000004
158 #define CAR1_RJBR 0x00000002
159 #define CAR1_RDRP 0x00000001
161 #define CAR2_TFCS 0x00040000
162 #define CAR2_TBYT 0x00002000
163 #define CAR2_TPKT 0x00001000
164 #define CAR2_TMCA 0x00000800
165 #define CAR2_TBCA 0x00000400
166 #define CAR2_TXPF 0x00000200
167 #define CAR2_TDRP 0x00000001