Lines Matching +full:auto +full:- +full:i2c

1 /* SPDX-License-Identifier: GPL-2.0+
43 /* i2c control */
64 /* Re-driver setting */
80 /* I2C write over AUX command with MOT */
82 /* I2C write over AUX command with MOT and stop by addr */
85 /* I2C read over AUX command with MOT */
87 /* I2C read over AUX command with MOT and stop by addr */
90 /* I2C write over AUX command */
92 /* I2C write over AUX command stop by addr */
95 /* I2C read over AUX command */
97 /* I2C read over AUX command stop by addr */
146 #define F_EMPHASIS 0x00000002 // Emphasis : 1-0-2
147 #define F_EMPHASIS_1 0x00000004 // Emphasis 1 : 2-0-1
155 #define F_EXE_AUTO 0x00000400 // Enter auto mode
166 #define PRINT_DEEMP_0 printf("DP Pre - Emphasis Level 0!\n")
167 #define PRINT_DEEMP_1 printf("DP Pre - Emphasis Level 1!\n")
168 #define PRINT_DEEMP_2 printf("DP Pre - Emphasis Level 2!\n")
170 #define PRINT_EMPVAL_0 printf("DP Pre - Emphasis Level 0 !\n")
171 #define PRINT_EMPVAL_1 printf("DP Pre - Emphasis Level 1 !\n")
172 #define PRINT_EMPVAL_2 printf("DP Pre - Emphasis Level 2 !\n")
179 #define PRINT_ITEM_A printf("3.1 Eye Diagram Test - PRBS7\n");\
180 printf("3.4 Inter Pair Skew Test -PRBS7\n");\
181 printf("3.11 Non ISI Jitter Test -PRBS7\n");\
182 printf("3.12 Total Jitter Test -PRBS7\n")\
184 #define PRINT_ITEM_B printf("3.3 Peak to Peak Voltage Test - PRBS7\n")
186 #define PRINT_ITEM_C printf("3.3 Peak to Peak Voltage Test -PLTPAT\n");\
187 printf("3.3 Pre-Emphasis Level Test and Pre-Emphasis Level Delta Test -PLTPAT\n")\
189 #define PRINT_ITEM_D printf("3.3 Non-Transition Voltage Range Measurement -PLTPAT\n")
191 #define PRINT_ITEM_E printf("3.3 Pre-Emphasis Level Test and Pre-Emphasis Level Delta Test -PRBS7\…
193 #define PRINT_ITEM_F printf("3.3 Non-Transition Voltage Range Measurement - PRBS7\n")
195 #define PRINT_ITEM_G printf("3.12 Total Jitter Test with No Cable Model -D10.2\n");\
196 printf("3.12 Total Jitter Test -D10.2\n");\
197 printf("3.12 Deterministic Jitter Test with No Cable Model -D10.2\n");\
198 printf("3.12 Deterministic Jitter Test -D10.2\n");\
199 printf("3.12 Random Jitter Test with No Cable Model -D10.2\n");\
200 printf("3.12 Random Jitter Test -D10.2\n");\
201 printf("3.14 Main Link Frequency Compliance -D10.2\n");\
202 printf("3.15 SSC Modulation Frequency Test -D10.2\n");\
203 printf("3.16 SSC Modulation Deviation Test -D10.2\n")\
205 #define PRINT_ITEM_H printf("3.2 Non Pre-Emphasis Level Test - PRBS7\n")
207 #define PRINT_ITEM_I printf("3.2 Non Pre-Emphasis Level Test - PLTPAT\n")
211 #define PRINT_ITEM_K printf("3.1 Eye Diagram Test with No Cable Mode - HBR2CPAT\n");\
212 printf("3.1 Eye Diagram Test - HBR2CPAT\n");\
213 printf("3.12 Total Jitter Test with No Cable Model -HBR2CPAT\n");\
214 printf("3.12 Total Jitter Test -HBR2CPAT\n");\
215 printf("3.12 Deterministic Jitter Test with No Cable Model -HBR2CPAT\n");\
216 printf("3.12 Deterministic Jitter Test -HBR2CPAT\n")\
218 #define PRINT_ITEM_X printf("Auto DP Measurement\n")
226 /* I2c set */