Lines Matching +full:stream +full:- +full:mode +full:- +full:support

2  * Porting to U-Boot:
11 * SPDX-License-Identifier: GPL-2.0+
36 /* 11/15/05 Nguyen changed to support DRCAPTURE*/
41 * that the register currently exhibits the corresponding mode.
47 #define SHIFTRIGHT 0x0080 /* The next data stream needs a right shift. */
48 #define SHIFTLEFT 0x0100 /* The next data stream needs a left shift. */
101 #define ENDDATA 0x00 /* The end of the current SDR data stream. */
123 #define SIR 0x11 /* The instruction stream follows. */
124 #define SDR 0x12 /* The data stream follows. */
125 #define TDI 0x13 /* The following data stream feeds into
128 * The following data stream is compared against
131 #define MASK 0x15 /* The following data stream is used as mask. */
133 * The following data stream is for simultaneous
136 #define XTDI 0x17 /* The following data stream is for shift in
141 * There is not data stream. The data stream
168 #define OFF 0x20 /* Dis-assert the targeted pin. */
173 * The following data stream is used for CRC
177 * The following data stream is used as mask
181 * The following data stream is used as mask
185 * The following data stream is used for read
190 #define VUES 0x61 /* Support continue if fail. */
192 * The following data stream is used for dynamic
195 #define COMMENT 0x63 /* Support SVF comments in the VME file. */
196 #define HEADER 0x64 /* Support header in VME file. */
197 #define FILE_CRC 0x65 /* Support crc-protected VME file. */
198 #define LCOUNT 0x66 /* Support intelligent programming. */
199 #define LDELAY 0x67 /* Support intelligent programming. */
200 #define LSDR 0x68 /* Support intelligent programming. */
206 #define LVDS 0x71 /* Support LVDS. */
216 #define VME_VERIFICATION_FAILURE -1
217 #define VME_FILE_READ_FAILURE -2
218 #define VME_VERSION_FAILURE -3
219 #define VME_INVALID_FILE -4
220 #define VME_ARGUMENT_FAILURE -5
221 #define VME_CRC_FAILURE -6
235 /* Support LVDS */