Input: xpad - add support for Xbox1 PDP Camo series gamepad
[linux/fpc-iii.git] / drivers / gpu / drm / msm / hdmi / hdmi.xml.h
blob34c7df6549c11d3ae2da02bdb348161df83da627
1 #ifndef HDMI_XML
2 #define HDMI_XML
4 /* Autogenerated file, DO NOT EDIT manually!
6 This file was generated by the rules-ng-ng headergen tool in this git repository:
7 http://github.com/freedreno/envytools/
8 git clone https://github.com/freedreno/envytools.git
10 The rules-ng-ng source files this header was generated from are:
11 - /home/robclark/src/freedreno/envytools/rnndb/msm.xml ( 676 bytes, from 2015-05-20 20:03:14)
12 - /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1572 bytes, from 2016-02-10 17:07:21)
13 - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp4.xml ( 20915 bytes, from 2015-05-20 20:03:14)
14 - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp_common.xml ( 2849 bytes, from 2015-09-18 12:07:28)
15 - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp5.xml ( 37194 bytes, from 2015-09-18 12:07:28)
16 - /home/robclark/src/freedreno/envytools/rnndb/dsi/dsi.xml ( 27887 bytes, from 2015-10-22 16:34:52)
17 - /home/robclark/src/freedreno/envytools/rnndb/dsi/sfpb.xml ( 602 bytes, from 2015-10-22 16:35:02)
18 - /home/robclark/src/freedreno/envytools/rnndb/dsi/mmss_cc.xml ( 1686 bytes, from 2015-05-20 20:03:14)
19 - /home/robclark/src/freedreno/envytools/rnndb/hdmi/qfprom.xml ( 600 bytes, from 2015-05-20 20:03:07)
20 - /home/robclark/src/freedreno/envytools/rnndb/hdmi/hdmi.xml ( 41472 bytes, from 2016-01-22 18:18:18)
21 - /home/robclark/src/freedreno/envytools/rnndb/edp/edp.xml ( 10416 bytes, from 2015-05-20 20:03:14)
23 Copyright (C) 2013-2016 by the following authors:
24 - Rob Clark <robdclark@gmail.com> (robclark)
25 - Ilia Mirkin <imirkin@alum.mit.edu> (imirkin)
27 Permission is hereby granted, free of charge, to any person obtaining
28 a copy of this software and associated documentation files (the
29 "Software"), to deal in the Software without restriction, including
30 without limitation the rights to use, copy, modify, merge, publish,
31 distribute, sublicense, and/or sell copies of the Software, and to
32 permit persons to whom the Software is furnished to do so, subject to
33 the following conditions:
35 The above copyright notice and this permission notice (including the
36 next paragraph) shall be included in all copies or substantial
37 portions of the Software.
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
42 IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
43 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
44 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
45 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49 enum hdmi_hdcp_key_state {
50 HDCP_KEYS_STATE_NO_KEYS = 0,
51 HDCP_KEYS_STATE_NOT_CHECKED = 1,
52 HDCP_KEYS_STATE_CHECKING = 2,
53 HDCP_KEYS_STATE_VALID = 3,
54 HDCP_KEYS_STATE_AKSV_NOT_VALID = 4,
55 HDCP_KEYS_STATE_CHKSUM_MISMATCH = 5,
56 HDCP_KEYS_STATE_PROD_AKSV = 6,
57 HDCP_KEYS_STATE_RESERVED = 7,
60 enum hdmi_ddc_read_write {
61 DDC_WRITE = 0,
62 DDC_READ = 1,
65 enum hdmi_acr_cts {
66 ACR_NONE = 0,
67 ACR_32 = 1,
68 ACR_44 = 2,
69 ACR_48 = 3,
72 #define REG_HDMI_CTRL 0x00000000
73 #define HDMI_CTRL_ENABLE 0x00000001
74 #define HDMI_CTRL_HDMI 0x00000002
75 #define HDMI_CTRL_ENCRYPTED 0x00000004
77 #define REG_HDMI_AUDIO_PKT_CTRL1 0x00000020
78 #define HDMI_AUDIO_PKT_CTRL1_AUDIO_SAMPLE_SEND 0x00000001
80 #define REG_HDMI_ACR_PKT_CTRL 0x00000024
81 #define HDMI_ACR_PKT_CTRL_CONT 0x00000001
82 #define HDMI_ACR_PKT_CTRL_SEND 0x00000002
83 #define HDMI_ACR_PKT_CTRL_SELECT__MASK 0x00000030
84 #define HDMI_ACR_PKT_CTRL_SELECT__SHIFT 4
85 static inline uint32_t HDMI_ACR_PKT_CTRL_SELECT(enum hdmi_acr_cts val)
87 return ((val) << HDMI_ACR_PKT_CTRL_SELECT__SHIFT) & HDMI_ACR_PKT_CTRL_SELECT__MASK;
89 #define HDMI_ACR_PKT_CTRL_SOURCE 0x00000100
90 #define HDMI_ACR_PKT_CTRL_N_MULTIPLIER__MASK 0x00070000
91 #define HDMI_ACR_PKT_CTRL_N_MULTIPLIER__SHIFT 16
92 static inline uint32_t HDMI_ACR_PKT_CTRL_N_MULTIPLIER(uint32_t val)
94 return ((val) << HDMI_ACR_PKT_CTRL_N_MULTIPLIER__SHIFT) & HDMI_ACR_PKT_CTRL_N_MULTIPLIER__MASK;
96 #define HDMI_ACR_PKT_CTRL_AUDIO_PRIORITY 0x80000000
98 #define REG_HDMI_VBI_PKT_CTRL 0x00000028
99 #define HDMI_VBI_PKT_CTRL_GC_ENABLE 0x00000010
100 #define HDMI_VBI_PKT_CTRL_GC_EVERY_FRAME 0x00000020
101 #define HDMI_VBI_PKT_CTRL_ISRC_SEND 0x00000100
102 #define HDMI_VBI_PKT_CTRL_ISRC_CONTINUOUS 0x00000200
103 #define HDMI_VBI_PKT_CTRL_ACP_SEND 0x00001000
104 #define HDMI_VBI_PKT_CTRL_ACP_SRC_SW 0x00002000
106 #define REG_HDMI_INFOFRAME_CTRL0 0x0000002c
107 #define HDMI_INFOFRAME_CTRL0_AVI_SEND 0x00000001
108 #define HDMI_INFOFRAME_CTRL0_AVI_CONT 0x00000002
109 #define HDMI_INFOFRAME_CTRL0_AUDIO_INFO_SEND 0x00000010
110 #define HDMI_INFOFRAME_CTRL0_AUDIO_INFO_CONT 0x00000020
111 #define HDMI_INFOFRAME_CTRL0_AUDIO_INFO_SOURCE 0x00000040
112 #define HDMI_INFOFRAME_CTRL0_AUDIO_INFO_UPDATE 0x00000080
114 #define REG_HDMI_GEN_PKT_CTRL 0x00000034
115 #define HDMI_GEN_PKT_CTRL_GENERIC0_SEND 0x00000001
116 #define HDMI_GEN_PKT_CTRL_GENERIC0_CONT 0x00000002
117 #define HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE__MASK 0x0000000c
118 #define HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE__SHIFT 2
119 static inline uint32_t HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE(uint32_t val)
121 return ((val) << HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE__SHIFT) & HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE__MASK;
123 #define HDMI_GEN_PKT_CTRL_GENERIC1_SEND 0x00000010
124 #define HDMI_GEN_PKT_CTRL_GENERIC1_CONT 0x00000020
125 #define HDMI_GEN_PKT_CTRL_GENERIC0_LINE__MASK 0x003f0000
126 #define HDMI_GEN_PKT_CTRL_GENERIC0_LINE__SHIFT 16
127 static inline uint32_t HDMI_GEN_PKT_CTRL_GENERIC0_LINE(uint32_t val)
129 return ((val) << HDMI_GEN_PKT_CTRL_GENERIC0_LINE__SHIFT) & HDMI_GEN_PKT_CTRL_GENERIC0_LINE__MASK;
131 #define HDMI_GEN_PKT_CTRL_GENERIC1_LINE__MASK 0x3f000000
132 #define HDMI_GEN_PKT_CTRL_GENERIC1_LINE__SHIFT 24
133 static inline uint32_t HDMI_GEN_PKT_CTRL_GENERIC1_LINE(uint32_t val)
135 return ((val) << HDMI_GEN_PKT_CTRL_GENERIC1_LINE__SHIFT) & HDMI_GEN_PKT_CTRL_GENERIC1_LINE__MASK;
138 #define REG_HDMI_GC 0x00000040
139 #define HDMI_GC_MUTE 0x00000001
141 #define REG_HDMI_AUDIO_PKT_CTRL2 0x00000044
142 #define HDMI_AUDIO_PKT_CTRL2_OVERRIDE 0x00000001
143 #define HDMI_AUDIO_PKT_CTRL2_LAYOUT 0x00000002
145 static inline uint32_t REG_HDMI_AVI_INFO(uint32_t i0) { return 0x0000006c + 0x4*i0; }
147 #define REG_HDMI_GENERIC0_HDR 0x00000084
149 static inline uint32_t REG_HDMI_GENERIC0(uint32_t i0) { return 0x00000088 + 0x4*i0; }
151 #define REG_HDMI_GENERIC1_HDR 0x000000a4
153 static inline uint32_t REG_HDMI_GENERIC1(uint32_t i0) { return 0x000000a8 + 0x4*i0; }
155 static inline uint32_t REG_HDMI_ACR(enum hdmi_acr_cts i0) { return 0x000000c4 + 0x8*i0; }
157 static inline uint32_t REG_HDMI_ACR_0(enum hdmi_acr_cts i0) { return 0x000000c4 + 0x8*i0; }
158 #define HDMI_ACR_0_CTS__MASK 0xfffff000
159 #define HDMI_ACR_0_CTS__SHIFT 12
160 static inline uint32_t HDMI_ACR_0_CTS(uint32_t val)
162 return ((val) << HDMI_ACR_0_CTS__SHIFT) & HDMI_ACR_0_CTS__MASK;
165 static inline uint32_t REG_HDMI_ACR_1(enum hdmi_acr_cts i0) { return 0x000000c8 + 0x8*i0; }
166 #define HDMI_ACR_1_N__MASK 0xffffffff
167 #define HDMI_ACR_1_N__SHIFT 0
168 static inline uint32_t HDMI_ACR_1_N(uint32_t val)
170 return ((val) << HDMI_ACR_1_N__SHIFT) & HDMI_ACR_1_N__MASK;
173 #define REG_HDMI_AUDIO_INFO0 0x000000e4
174 #define HDMI_AUDIO_INFO0_CHECKSUM__MASK 0x000000ff
175 #define HDMI_AUDIO_INFO0_CHECKSUM__SHIFT 0
176 static inline uint32_t HDMI_AUDIO_INFO0_CHECKSUM(uint32_t val)
178 return ((val) << HDMI_AUDIO_INFO0_CHECKSUM__SHIFT) & HDMI_AUDIO_INFO0_CHECKSUM__MASK;
180 #define HDMI_AUDIO_INFO0_CC__MASK 0x00000700
181 #define HDMI_AUDIO_INFO0_CC__SHIFT 8
182 static inline uint32_t HDMI_AUDIO_INFO0_CC(uint32_t val)
184 return ((val) << HDMI_AUDIO_INFO0_CC__SHIFT) & HDMI_AUDIO_INFO0_CC__MASK;
187 #define REG_HDMI_AUDIO_INFO1 0x000000e8
188 #define HDMI_AUDIO_INFO1_CA__MASK 0x000000ff
189 #define HDMI_AUDIO_INFO1_CA__SHIFT 0
190 static inline uint32_t HDMI_AUDIO_INFO1_CA(uint32_t val)
192 return ((val) << HDMI_AUDIO_INFO1_CA__SHIFT) & HDMI_AUDIO_INFO1_CA__MASK;
194 #define HDMI_AUDIO_INFO1_LSV__MASK 0x00007800
195 #define HDMI_AUDIO_INFO1_LSV__SHIFT 11
196 static inline uint32_t HDMI_AUDIO_INFO1_LSV(uint32_t val)
198 return ((val) << HDMI_AUDIO_INFO1_LSV__SHIFT) & HDMI_AUDIO_INFO1_LSV__MASK;
200 #define HDMI_AUDIO_INFO1_DM_INH 0x00008000
202 #define REG_HDMI_HDCP_CTRL 0x00000110
203 #define HDMI_HDCP_CTRL_ENABLE 0x00000001
204 #define HDMI_HDCP_CTRL_ENCRYPTION_ENABLE 0x00000100
206 #define REG_HDMI_HDCP_DEBUG_CTRL 0x00000114
207 #define HDMI_HDCP_DEBUG_CTRL_RNG_CIPHER 0x00000004
209 #define REG_HDMI_HDCP_INT_CTRL 0x00000118
210 #define HDMI_HDCP_INT_CTRL_AUTH_SUCCESS_INT 0x00000001
211 #define HDMI_HDCP_INT_CTRL_AUTH_SUCCESS_ACK 0x00000002
212 #define HDMI_HDCP_INT_CTRL_AUTH_SUCCESS_MASK 0x00000004
213 #define HDMI_HDCP_INT_CTRL_AUTH_FAIL_INT 0x00000010
214 #define HDMI_HDCP_INT_CTRL_AUTH_FAIL_ACK 0x00000020
215 #define HDMI_HDCP_INT_CTRL_AUTH_FAIL_MASK 0x00000040
216 #define HDMI_HDCP_INT_CTRL_AUTH_FAIL_INFO_ACK 0x00000080
217 #define HDMI_HDCP_INT_CTRL_AUTH_XFER_REQ_INT 0x00000100
218 #define HDMI_HDCP_INT_CTRL_AUTH_XFER_REQ_ACK 0x00000200
219 #define HDMI_HDCP_INT_CTRL_AUTH_XFER_REQ_MASK 0x00000400
220 #define HDMI_HDCP_INT_CTRL_AUTH_XFER_DONE_INT 0x00001000
221 #define HDMI_HDCP_INT_CTRL_AUTH_XFER_DONE_ACK 0x00002000
222 #define HDMI_HDCP_INT_CTRL_AUTH_XFER_DONE_MASK 0x00004000
224 #define REG_HDMI_HDCP_LINK0_STATUS 0x0000011c
225 #define HDMI_HDCP_LINK0_STATUS_AN_0_READY 0x00000100
226 #define HDMI_HDCP_LINK0_STATUS_AN_1_READY 0x00000200
227 #define HDMI_HDCP_LINK0_STATUS_RI_MATCHES 0x00001000
228 #define HDMI_HDCP_LINK0_STATUS_V_MATCHES 0x00100000
229 #define HDMI_HDCP_LINK0_STATUS_KEY_STATE__MASK 0x70000000
230 #define HDMI_HDCP_LINK0_STATUS_KEY_STATE__SHIFT 28
231 static inline uint32_t HDMI_HDCP_LINK0_STATUS_KEY_STATE(enum hdmi_hdcp_key_state val)
233 return ((val) << HDMI_HDCP_LINK0_STATUS_KEY_STATE__SHIFT) & HDMI_HDCP_LINK0_STATUS_KEY_STATE__MASK;
236 #define REG_HDMI_HDCP_DDC_CTRL_0 0x00000120
237 #define HDMI_HDCP_DDC_CTRL_0_DISABLE 0x00000001
239 #define REG_HDMI_HDCP_DDC_CTRL_1 0x00000124
240 #define HDMI_HDCP_DDC_CTRL_1_FAILED_ACK 0x00000001
242 #define REG_HDMI_HDCP_DDC_STATUS 0x00000128
243 #define HDMI_HDCP_DDC_STATUS_XFER_REQ 0x00000010
244 #define HDMI_HDCP_DDC_STATUS_XFER_DONE 0x00000400
245 #define HDMI_HDCP_DDC_STATUS_ABORTED 0x00001000
246 #define HDMI_HDCP_DDC_STATUS_TIMEOUT 0x00002000
247 #define HDMI_HDCP_DDC_STATUS_NACK0 0x00004000
248 #define HDMI_HDCP_DDC_STATUS_NACK1 0x00008000
249 #define HDMI_HDCP_DDC_STATUS_FAILED 0x00010000
251 #define REG_HDMI_HDCP_ENTROPY_CTRL0 0x0000012c
253 #define REG_HDMI_HDCP_ENTROPY_CTRL1 0x0000025c
255 #define REG_HDMI_HDCP_RESET 0x00000130
256 #define HDMI_HDCP_RESET_LINK0_DEAUTHENTICATE 0x00000001
258 #define REG_HDMI_HDCP_RCVPORT_DATA0 0x00000134
260 #define REG_HDMI_HDCP_RCVPORT_DATA1 0x00000138
262 #define REG_HDMI_HDCP_RCVPORT_DATA2_0 0x0000013c
264 #define REG_HDMI_HDCP_RCVPORT_DATA2_1 0x00000140
266 #define REG_HDMI_HDCP_RCVPORT_DATA3 0x00000144
268 #define REG_HDMI_HDCP_RCVPORT_DATA4 0x00000148
270 #define REG_HDMI_HDCP_RCVPORT_DATA5 0x0000014c
272 #define REG_HDMI_HDCP_RCVPORT_DATA6 0x00000150
274 #define REG_HDMI_HDCP_RCVPORT_DATA7 0x00000154
276 #define REG_HDMI_HDCP_RCVPORT_DATA8 0x00000158
278 #define REG_HDMI_HDCP_RCVPORT_DATA9 0x0000015c
280 #define REG_HDMI_HDCP_RCVPORT_DATA10 0x00000160
282 #define REG_HDMI_HDCP_RCVPORT_DATA11 0x00000164
284 #define REG_HDMI_HDCP_RCVPORT_DATA12 0x00000168
286 #define REG_HDMI_VENSPEC_INFO0 0x0000016c
288 #define REG_HDMI_VENSPEC_INFO1 0x00000170
290 #define REG_HDMI_VENSPEC_INFO2 0x00000174
292 #define REG_HDMI_VENSPEC_INFO3 0x00000178
294 #define REG_HDMI_VENSPEC_INFO4 0x0000017c
296 #define REG_HDMI_VENSPEC_INFO5 0x00000180
298 #define REG_HDMI_VENSPEC_INFO6 0x00000184
300 #define REG_HDMI_AUDIO_CFG 0x000001d0
301 #define HDMI_AUDIO_CFG_ENGINE_ENABLE 0x00000001
302 #define HDMI_AUDIO_CFG_FIFO_WATERMARK__MASK 0x000000f0
303 #define HDMI_AUDIO_CFG_FIFO_WATERMARK__SHIFT 4
304 static inline uint32_t HDMI_AUDIO_CFG_FIFO_WATERMARK(uint32_t val)
306 return ((val) << HDMI_AUDIO_CFG_FIFO_WATERMARK__SHIFT) & HDMI_AUDIO_CFG_FIFO_WATERMARK__MASK;
309 #define REG_HDMI_USEC_REFTIMER 0x00000208
311 #define REG_HDMI_DDC_CTRL 0x0000020c
312 #define HDMI_DDC_CTRL_GO 0x00000001
313 #define HDMI_DDC_CTRL_SOFT_RESET 0x00000002
314 #define HDMI_DDC_CTRL_SEND_RESET 0x00000004
315 #define HDMI_DDC_CTRL_SW_STATUS_RESET 0x00000008
316 #define HDMI_DDC_CTRL_TRANSACTION_CNT__MASK 0x00300000
317 #define HDMI_DDC_CTRL_TRANSACTION_CNT__SHIFT 20
318 static inline uint32_t HDMI_DDC_CTRL_TRANSACTION_CNT(uint32_t val)
320 return ((val) << HDMI_DDC_CTRL_TRANSACTION_CNT__SHIFT) & HDMI_DDC_CTRL_TRANSACTION_CNT__MASK;
323 #define REG_HDMI_DDC_ARBITRATION 0x00000210
324 #define HDMI_DDC_ARBITRATION_HW_ARBITRATION 0x00000010
326 #define REG_HDMI_DDC_INT_CTRL 0x00000214
327 #define HDMI_DDC_INT_CTRL_SW_DONE_INT 0x00000001
328 #define HDMI_DDC_INT_CTRL_SW_DONE_ACK 0x00000002
329 #define HDMI_DDC_INT_CTRL_SW_DONE_MASK 0x00000004
331 #define REG_HDMI_DDC_SW_STATUS 0x00000218
332 #define HDMI_DDC_SW_STATUS_NACK0 0x00001000
333 #define HDMI_DDC_SW_STATUS_NACK1 0x00002000
334 #define HDMI_DDC_SW_STATUS_NACK2 0x00004000
335 #define HDMI_DDC_SW_STATUS_NACK3 0x00008000
337 #define REG_HDMI_DDC_HW_STATUS 0x0000021c
338 #define HDMI_DDC_HW_STATUS_DONE 0x00000008
340 #define REG_HDMI_DDC_SPEED 0x00000220
341 #define HDMI_DDC_SPEED_THRESHOLD__MASK 0x00000003
342 #define HDMI_DDC_SPEED_THRESHOLD__SHIFT 0
343 static inline uint32_t HDMI_DDC_SPEED_THRESHOLD(uint32_t val)
345 return ((val) << HDMI_DDC_SPEED_THRESHOLD__SHIFT) & HDMI_DDC_SPEED_THRESHOLD__MASK;
347 #define HDMI_DDC_SPEED_PRESCALE__MASK 0xffff0000
348 #define HDMI_DDC_SPEED_PRESCALE__SHIFT 16
349 static inline uint32_t HDMI_DDC_SPEED_PRESCALE(uint32_t val)
351 return ((val) << HDMI_DDC_SPEED_PRESCALE__SHIFT) & HDMI_DDC_SPEED_PRESCALE__MASK;
354 #define REG_HDMI_DDC_SETUP 0x00000224
355 #define HDMI_DDC_SETUP_TIMEOUT__MASK 0xff000000
356 #define HDMI_DDC_SETUP_TIMEOUT__SHIFT 24
357 static inline uint32_t HDMI_DDC_SETUP_TIMEOUT(uint32_t val)
359 return ((val) << HDMI_DDC_SETUP_TIMEOUT__SHIFT) & HDMI_DDC_SETUP_TIMEOUT__MASK;
362 static inline uint32_t REG_HDMI_I2C_TRANSACTION(uint32_t i0) { return 0x00000228 + 0x4*i0; }
364 static inline uint32_t REG_HDMI_I2C_TRANSACTION_REG(uint32_t i0) { return 0x00000228 + 0x4*i0; }
365 #define HDMI_I2C_TRANSACTION_REG_RW__MASK 0x00000001
366 #define HDMI_I2C_TRANSACTION_REG_RW__SHIFT 0
367 static inline uint32_t HDMI_I2C_TRANSACTION_REG_RW(enum hdmi_ddc_read_write val)
369 return ((val) << HDMI_I2C_TRANSACTION_REG_RW__SHIFT) & HDMI_I2C_TRANSACTION_REG_RW__MASK;
371 #define HDMI_I2C_TRANSACTION_REG_STOP_ON_NACK 0x00000100
372 #define HDMI_I2C_TRANSACTION_REG_START 0x00001000
373 #define HDMI_I2C_TRANSACTION_REG_STOP 0x00002000
374 #define HDMI_I2C_TRANSACTION_REG_CNT__MASK 0x00ff0000
375 #define HDMI_I2C_TRANSACTION_REG_CNT__SHIFT 16
376 static inline uint32_t HDMI_I2C_TRANSACTION_REG_CNT(uint32_t val)
378 return ((val) << HDMI_I2C_TRANSACTION_REG_CNT__SHIFT) & HDMI_I2C_TRANSACTION_REG_CNT__MASK;
381 #define REG_HDMI_DDC_DATA 0x00000238
382 #define HDMI_DDC_DATA_DATA_RW__MASK 0x00000001
383 #define HDMI_DDC_DATA_DATA_RW__SHIFT 0
384 static inline uint32_t HDMI_DDC_DATA_DATA_RW(enum hdmi_ddc_read_write val)
386 return ((val) << HDMI_DDC_DATA_DATA_RW__SHIFT) & HDMI_DDC_DATA_DATA_RW__MASK;
388 #define HDMI_DDC_DATA_DATA__MASK 0x0000ff00
389 #define HDMI_DDC_DATA_DATA__SHIFT 8
390 static inline uint32_t HDMI_DDC_DATA_DATA(uint32_t val)
392 return ((val) << HDMI_DDC_DATA_DATA__SHIFT) & HDMI_DDC_DATA_DATA__MASK;
394 #define HDMI_DDC_DATA_INDEX__MASK 0x00ff0000
395 #define HDMI_DDC_DATA_INDEX__SHIFT 16
396 static inline uint32_t HDMI_DDC_DATA_INDEX(uint32_t val)
398 return ((val) << HDMI_DDC_DATA_INDEX__SHIFT) & HDMI_DDC_DATA_INDEX__MASK;
400 #define HDMI_DDC_DATA_INDEX_WRITE 0x80000000
402 #define REG_HDMI_HDCP_SHA_CTRL 0x0000023c
404 #define REG_HDMI_HDCP_SHA_STATUS 0x00000240
405 #define HDMI_HDCP_SHA_STATUS_BLOCK_DONE 0x00000001
406 #define HDMI_HDCP_SHA_STATUS_COMP_DONE 0x00000010
408 #define REG_HDMI_HDCP_SHA_DATA 0x00000244
409 #define HDMI_HDCP_SHA_DATA_DONE 0x00000001
411 #define REG_HDMI_HPD_INT_STATUS 0x00000250
412 #define HDMI_HPD_INT_STATUS_INT 0x00000001
413 #define HDMI_HPD_INT_STATUS_CABLE_DETECTED 0x00000002
415 #define REG_HDMI_HPD_INT_CTRL 0x00000254
416 #define HDMI_HPD_INT_CTRL_INT_ACK 0x00000001
417 #define HDMI_HPD_INT_CTRL_INT_CONNECT 0x00000002
418 #define HDMI_HPD_INT_CTRL_INT_EN 0x00000004
419 #define HDMI_HPD_INT_CTRL_RX_INT_ACK 0x00000010
420 #define HDMI_HPD_INT_CTRL_RX_INT_EN 0x00000020
421 #define HDMI_HPD_INT_CTRL_RCV_PLUGIN_DET_MASK 0x00000200
423 #define REG_HDMI_HPD_CTRL 0x00000258
424 #define HDMI_HPD_CTRL_TIMEOUT__MASK 0x00001fff
425 #define HDMI_HPD_CTRL_TIMEOUT__SHIFT 0
426 static inline uint32_t HDMI_HPD_CTRL_TIMEOUT(uint32_t val)
428 return ((val) << HDMI_HPD_CTRL_TIMEOUT__SHIFT) & HDMI_HPD_CTRL_TIMEOUT__MASK;
430 #define HDMI_HPD_CTRL_ENABLE 0x10000000
432 #define REG_HDMI_DDC_REF 0x0000027c
433 #define HDMI_DDC_REF_REFTIMER_ENABLE 0x00010000
434 #define HDMI_DDC_REF_REFTIMER__MASK 0x0000ffff
435 #define HDMI_DDC_REF_REFTIMER__SHIFT 0
436 static inline uint32_t HDMI_DDC_REF_REFTIMER(uint32_t val)
438 return ((val) << HDMI_DDC_REF_REFTIMER__SHIFT) & HDMI_DDC_REF_REFTIMER__MASK;
441 #define REG_HDMI_HDCP_SW_UPPER_AKSV 0x00000284
443 #define REG_HDMI_HDCP_SW_LOWER_AKSV 0x00000288
445 #define REG_HDMI_CEC_CTRL 0x0000028c
447 #define REG_HDMI_CEC_WR_DATA 0x00000290
449 #define REG_HDMI_CEC_CEC_RETRANSMIT 0x00000294
451 #define REG_HDMI_CEC_STATUS 0x00000298
453 #define REG_HDMI_CEC_INT 0x0000029c
455 #define REG_HDMI_CEC_ADDR 0x000002a0
457 #define REG_HDMI_CEC_TIME 0x000002a4
459 #define REG_HDMI_CEC_REFTIMER 0x000002a8
461 #define REG_HDMI_CEC_RD_DATA 0x000002ac
463 #define REG_HDMI_CEC_RD_FILTER 0x000002b0
465 #define REG_HDMI_ACTIVE_HSYNC 0x000002b4
466 #define HDMI_ACTIVE_HSYNC_START__MASK 0x00000fff
467 #define HDMI_ACTIVE_HSYNC_START__SHIFT 0
468 static inline uint32_t HDMI_ACTIVE_HSYNC_START(uint32_t val)
470 return ((val) << HDMI_ACTIVE_HSYNC_START__SHIFT) & HDMI_ACTIVE_HSYNC_START__MASK;
472 #define HDMI_ACTIVE_HSYNC_END__MASK 0x0fff0000
473 #define HDMI_ACTIVE_HSYNC_END__SHIFT 16
474 static inline uint32_t HDMI_ACTIVE_HSYNC_END(uint32_t val)
476 return ((val) << HDMI_ACTIVE_HSYNC_END__SHIFT) & HDMI_ACTIVE_HSYNC_END__MASK;
479 #define REG_HDMI_ACTIVE_VSYNC 0x000002b8
480 #define HDMI_ACTIVE_VSYNC_START__MASK 0x00000fff
481 #define HDMI_ACTIVE_VSYNC_START__SHIFT 0
482 static inline uint32_t HDMI_ACTIVE_VSYNC_START(uint32_t val)
484 return ((val) << HDMI_ACTIVE_VSYNC_START__SHIFT) & HDMI_ACTIVE_VSYNC_START__MASK;
486 #define HDMI_ACTIVE_VSYNC_END__MASK 0x0fff0000
487 #define HDMI_ACTIVE_VSYNC_END__SHIFT 16
488 static inline uint32_t HDMI_ACTIVE_VSYNC_END(uint32_t val)
490 return ((val) << HDMI_ACTIVE_VSYNC_END__SHIFT) & HDMI_ACTIVE_VSYNC_END__MASK;
493 #define REG_HDMI_VSYNC_ACTIVE_F2 0x000002bc
494 #define HDMI_VSYNC_ACTIVE_F2_START__MASK 0x00000fff
495 #define HDMI_VSYNC_ACTIVE_F2_START__SHIFT 0
496 static inline uint32_t HDMI_VSYNC_ACTIVE_F2_START(uint32_t val)
498 return ((val) << HDMI_VSYNC_ACTIVE_F2_START__SHIFT) & HDMI_VSYNC_ACTIVE_F2_START__MASK;
500 #define HDMI_VSYNC_ACTIVE_F2_END__MASK 0x0fff0000
501 #define HDMI_VSYNC_ACTIVE_F2_END__SHIFT 16
502 static inline uint32_t HDMI_VSYNC_ACTIVE_F2_END(uint32_t val)
504 return ((val) << HDMI_VSYNC_ACTIVE_F2_END__SHIFT) & HDMI_VSYNC_ACTIVE_F2_END__MASK;
507 #define REG_HDMI_TOTAL 0x000002c0
508 #define HDMI_TOTAL_H_TOTAL__MASK 0x00000fff
509 #define HDMI_TOTAL_H_TOTAL__SHIFT 0
510 static inline uint32_t HDMI_TOTAL_H_TOTAL(uint32_t val)
512 return ((val) << HDMI_TOTAL_H_TOTAL__SHIFT) & HDMI_TOTAL_H_TOTAL__MASK;
514 #define HDMI_TOTAL_V_TOTAL__MASK 0x0fff0000
515 #define HDMI_TOTAL_V_TOTAL__SHIFT 16
516 static inline uint32_t HDMI_TOTAL_V_TOTAL(uint32_t val)
518 return ((val) << HDMI_TOTAL_V_TOTAL__SHIFT) & HDMI_TOTAL_V_TOTAL__MASK;
521 #define REG_HDMI_VSYNC_TOTAL_F2 0x000002c4
522 #define HDMI_VSYNC_TOTAL_F2_V_TOTAL__MASK 0x00000fff
523 #define HDMI_VSYNC_TOTAL_F2_V_TOTAL__SHIFT 0
524 static inline uint32_t HDMI_VSYNC_TOTAL_F2_V_TOTAL(uint32_t val)
526 return ((val) << HDMI_VSYNC_TOTAL_F2_V_TOTAL__SHIFT) & HDMI_VSYNC_TOTAL_F2_V_TOTAL__MASK;
529 #define REG_HDMI_FRAME_CTRL 0x000002c8
530 #define HDMI_FRAME_CTRL_RGB_MUX_SEL_BGR 0x00001000
531 #define HDMI_FRAME_CTRL_VSYNC_LOW 0x10000000
532 #define HDMI_FRAME_CTRL_HSYNC_LOW 0x20000000
533 #define HDMI_FRAME_CTRL_INTERLACED_EN 0x80000000
535 #define REG_HDMI_AUD_INT 0x000002cc
536 #define HDMI_AUD_INT_AUD_FIFO_URUN_INT 0x00000001
537 #define HDMI_AUD_INT_AUD_FIFO_URAN_MASK 0x00000002
538 #define HDMI_AUD_INT_AUD_SAM_DROP_INT 0x00000004
539 #define HDMI_AUD_INT_AUD_SAM_DROP_MASK 0x00000008
541 #define REG_HDMI_PHY_CTRL 0x000002d4
542 #define HDMI_PHY_CTRL_SW_RESET_PLL 0x00000001
543 #define HDMI_PHY_CTRL_SW_RESET_PLL_LOW 0x00000002
544 #define HDMI_PHY_CTRL_SW_RESET 0x00000004
545 #define HDMI_PHY_CTRL_SW_RESET_LOW 0x00000008
547 #define REG_HDMI_CEC_WR_RANGE 0x000002dc
549 #define REG_HDMI_CEC_RD_RANGE 0x000002e0
551 #define REG_HDMI_VERSION 0x000002e4
553 #define REG_HDMI_CEC_COMPL_CTL 0x00000360
555 #define REG_HDMI_CEC_RD_START_RANGE 0x00000364
557 #define REG_HDMI_CEC_RD_TOTAL_RANGE 0x00000368
559 #define REG_HDMI_CEC_RD_ERR_RESP_LO 0x0000036c
561 #define REG_HDMI_CEC_WR_CHECK_CONFIG 0x00000370
563 #define REG_HDMI_8x60_PHY_REG0 0x00000000
564 #define HDMI_8x60_PHY_REG0_DESER_DEL_CTRL__MASK 0x0000001c
565 #define HDMI_8x60_PHY_REG0_DESER_DEL_CTRL__SHIFT 2
566 static inline uint32_t HDMI_8x60_PHY_REG0_DESER_DEL_CTRL(uint32_t val)
568 return ((val) << HDMI_8x60_PHY_REG0_DESER_DEL_CTRL__SHIFT) & HDMI_8x60_PHY_REG0_DESER_DEL_CTRL__MASK;
571 #define REG_HDMI_8x60_PHY_REG1 0x00000004
572 #define HDMI_8x60_PHY_REG1_DTEST_MUX_SEL__MASK 0x000000f0
573 #define HDMI_8x60_PHY_REG1_DTEST_MUX_SEL__SHIFT 4
574 static inline uint32_t HDMI_8x60_PHY_REG1_DTEST_MUX_SEL(uint32_t val)
576 return ((val) << HDMI_8x60_PHY_REG1_DTEST_MUX_SEL__SHIFT) & HDMI_8x60_PHY_REG1_DTEST_MUX_SEL__MASK;
578 #define HDMI_8x60_PHY_REG1_OUTVOL_SWING_CTRL__MASK 0x0000000f
579 #define HDMI_8x60_PHY_REG1_OUTVOL_SWING_CTRL__SHIFT 0
580 static inline uint32_t HDMI_8x60_PHY_REG1_OUTVOL_SWING_CTRL(uint32_t val)
582 return ((val) << HDMI_8x60_PHY_REG1_OUTVOL_SWING_CTRL__SHIFT) & HDMI_8x60_PHY_REG1_OUTVOL_SWING_CTRL__MASK;
585 #define REG_HDMI_8x60_PHY_REG2 0x00000008
586 #define HDMI_8x60_PHY_REG2_PD_DESER 0x00000001
587 #define HDMI_8x60_PHY_REG2_PD_DRIVE_1 0x00000002
588 #define HDMI_8x60_PHY_REG2_PD_DRIVE_2 0x00000004
589 #define HDMI_8x60_PHY_REG2_PD_DRIVE_3 0x00000008
590 #define HDMI_8x60_PHY_REG2_PD_DRIVE_4 0x00000010
591 #define HDMI_8x60_PHY_REG2_PD_PLL 0x00000020
592 #define HDMI_8x60_PHY_REG2_PD_PWRGEN 0x00000040
593 #define HDMI_8x60_PHY_REG2_RCV_SENSE_EN 0x00000080
595 #define REG_HDMI_8x60_PHY_REG3 0x0000000c
596 #define HDMI_8x60_PHY_REG3_PLL_ENABLE 0x00000001
598 #define REG_HDMI_8x60_PHY_REG4 0x00000010
600 #define REG_HDMI_8x60_PHY_REG5 0x00000014
602 #define REG_HDMI_8x60_PHY_REG6 0x00000018
604 #define REG_HDMI_8x60_PHY_REG7 0x0000001c
606 #define REG_HDMI_8x60_PHY_REG8 0x00000020
608 #define REG_HDMI_8x60_PHY_REG9 0x00000024
610 #define REG_HDMI_8x60_PHY_REG10 0x00000028
612 #define REG_HDMI_8x60_PHY_REG11 0x0000002c
614 #define REG_HDMI_8x60_PHY_REG12 0x00000030
615 #define HDMI_8x60_PHY_REG12_RETIMING_EN 0x00000001
616 #define HDMI_8x60_PHY_REG12_PLL_LOCK_DETECT_EN 0x00000002
617 #define HDMI_8x60_PHY_REG12_FORCE_LOCK 0x00000010
619 #define REG_HDMI_8960_PHY_REG0 0x00000000
621 #define REG_HDMI_8960_PHY_REG1 0x00000004
623 #define REG_HDMI_8960_PHY_REG2 0x00000008
625 #define REG_HDMI_8960_PHY_REG3 0x0000000c
627 #define REG_HDMI_8960_PHY_REG4 0x00000010
629 #define REG_HDMI_8960_PHY_REG5 0x00000014
631 #define REG_HDMI_8960_PHY_REG6 0x00000018
633 #define REG_HDMI_8960_PHY_REG7 0x0000001c
635 #define REG_HDMI_8960_PHY_REG8 0x00000020
637 #define REG_HDMI_8960_PHY_REG9 0x00000024
639 #define REG_HDMI_8960_PHY_REG10 0x00000028
641 #define REG_HDMI_8960_PHY_REG11 0x0000002c
643 #define REG_HDMI_8960_PHY_REG12 0x00000030
644 #define HDMI_8960_PHY_REG12_SW_RESET 0x00000020
645 #define HDMI_8960_PHY_REG12_PWRDN_B 0x00000080
647 #define REG_HDMI_8960_PHY_REG_BIST_CFG 0x00000034
649 #define REG_HDMI_8960_PHY_DEBUG_BUS_SEL 0x00000038
651 #define REG_HDMI_8960_PHY_REG_MISC0 0x0000003c
653 #define REG_HDMI_8960_PHY_REG13 0x00000040
655 #define REG_HDMI_8960_PHY_REG14 0x00000044
657 #define REG_HDMI_8960_PHY_REG15 0x00000048
659 #define REG_HDMI_8960_PHY_PLL_REFCLK_CFG 0x00000000
661 #define REG_HDMI_8960_PHY_PLL_CHRG_PUMP_CFG 0x00000004
663 #define REG_HDMI_8960_PHY_PLL_LOOP_FLT_CFG0 0x00000008
665 #define REG_HDMI_8960_PHY_PLL_LOOP_FLT_CFG1 0x0000000c
667 #define REG_HDMI_8960_PHY_PLL_IDAC_ADJ_CFG 0x00000010
669 #define REG_HDMI_8960_PHY_PLL_I_VI_KVCO_CFG 0x00000014
671 #define REG_HDMI_8960_PHY_PLL_PWRDN_B 0x00000018
672 #define HDMI_8960_PHY_PLL_PWRDN_B_PD_PLL 0x00000002
673 #define HDMI_8960_PHY_PLL_PWRDN_B_PLL_PWRDN_B 0x00000008
675 #define REG_HDMI_8960_PHY_PLL_SDM_CFG0 0x0000001c
677 #define REG_HDMI_8960_PHY_PLL_SDM_CFG1 0x00000020
679 #define REG_HDMI_8960_PHY_PLL_SDM_CFG2 0x00000024
681 #define REG_HDMI_8960_PHY_PLL_SDM_CFG3 0x00000028
683 #define REG_HDMI_8960_PHY_PLL_SDM_CFG4 0x0000002c
685 #define REG_HDMI_8960_PHY_PLL_SSC_CFG0 0x00000030
687 #define REG_HDMI_8960_PHY_PLL_SSC_CFG1 0x00000034
689 #define REG_HDMI_8960_PHY_PLL_SSC_CFG2 0x00000038
691 #define REG_HDMI_8960_PHY_PLL_SSC_CFG3 0x0000003c
693 #define REG_HDMI_8960_PHY_PLL_LOCKDET_CFG0 0x00000040
695 #define REG_HDMI_8960_PHY_PLL_LOCKDET_CFG1 0x00000044
697 #define REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2 0x00000048
699 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG0 0x0000004c
701 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG1 0x00000050
703 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG2 0x00000054
705 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG3 0x00000058
707 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG4 0x0000005c
709 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG5 0x00000060
711 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG6 0x00000064
713 #define REG_HDMI_8960_PHY_PLL_VCOCAL_CFG7 0x00000068
715 #define REG_HDMI_8960_PHY_PLL_DEBUG_SEL 0x0000006c
717 #define REG_HDMI_8960_PHY_PLL_MISC0 0x00000070
719 #define REG_HDMI_8960_PHY_PLL_MISC1 0x00000074
721 #define REG_HDMI_8960_PHY_PLL_MISC2 0x00000078
723 #define REG_HDMI_8960_PHY_PLL_MISC3 0x0000007c
725 #define REG_HDMI_8960_PHY_PLL_MISC4 0x00000080
727 #define REG_HDMI_8960_PHY_PLL_MISC5 0x00000084
729 #define REG_HDMI_8960_PHY_PLL_MISC6 0x00000088
731 #define REG_HDMI_8960_PHY_PLL_DEBUG_BUS0 0x0000008c
733 #define REG_HDMI_8960_PHY_PLL_DEBUG_BUS1 0x00000090
735 #define REG_HDMI_8960_PHY_PLL_DEBUG_BUS2 0x00000094
737 #define REG_HDMI_8960_PHY_PLL_STATUS0 0x00000098
738 #define HDMI_8960_PHY_PLL_STATUS0_PLL_LOCK 0x00000001
740 #define REG_HDMI_8960_PHY_PLL_STATUS1 0x0000009c
742 #define REG_HDMI_8x74_ANA_CFG0 0x00000000
744 #define REG_HDMI_8x74_ANA_CFG1 0x00000004
746 #define REG_HDMI_8x74_PD_CTRL0 0x00000010
748 #define REG_HDMI_8x74_PD_CTRL1 0x00000014
750 #define REG_HDMI_8x74_BIST_CFG0 0x00000034
752 #define REG_HDMI_8x74_BIST_PATN0 0x0000003c
754 #define REG_HDMI_8x74_BIST_PATN1 0x00000040
756 #define REG_HDMI_8x74_BIST_PATN2 0x00000044
758 #define REG_HDMI_8x74_BIST_PATN3 0x00000048
760 #define REG_HDMI_28nm_PHY_PLL_REFCLK_CFG 0x00000000
762 #define REG_HDMI_28nm_PHY_PLL_POSTDIV1_CFG 0x00000004
764 #define REG_HDMI_28nm_PHY_PLL_CHGPUMP_CFG 0x00000008
766 #define REG_HDMI_28nm_PHY_PLL_VCOLPF_CFG 0x0000000c
768 #define REG_HDMI_28nm_PHY_PLL_VREG_CFG 0x00000010
770 #define REG_HDMI_28nm_PHY_PLL_PWRGEN_CFG 0x00000014
772 #define REG_HDMI_28nm_PHY_PLL_DMUX_CFG 0x00000018
774 #define REG_HDMI_28nm_PHY_PLL_AMUX_CFG 0x0000001c
776 #define REG_HDMI_28nm_PHY_PLL_GLB_CFG 0x00000020
777 #define HDMI_28nm_PHY_PLL_GLB_CFG_PLL_PWRDN_B 0x00000001
778 #define HDMI_28nm_PHY_PLL_GLB_CFG_PLL_LDO_PWRDN_B 0x00000002
779 #define HDMI_28nm_PHY_PLL_GLB_CFG_PLL_PWRGEN_PWRDN_B 0x00000004
780 #define HDMI_28nm_PHY_PLL_GLB_CFG_PLL_ENABLE 0x00000008
782 #define REG_HDMI_28nm_PHY_PLL_POSTDIV2_CFG 0x00000024
784 #define REG_HDMI_28nm_PHY_PLL_POSTDIV3_CFG 0x00000028
786 #define REG_HDMI_28nm_PHY_PLL_LPFR_CFG 0x0000002c
788 #define REG_HDMI_28nm_PHY_PLL_LPFC1_CFG 0x00000030
790 #define REG_HDMI_28nm_PHY_PLL_LPFC2_CFG 0x00000034
792 #define REG_HDMI_28nm_PHY_PLL_SDM_CFG0 0x00000038
794 #define REG_HDMI_28nm_PHY_PLL_SDM_CFG1 0x0000003c
796 #define REG_HDMI_28nm_PHY_PLL_SDM_CFG2 0x00000040
798 #define REG_HDMI_28nm_PHY_PLL_SDM_CFG3 0x00000044
800 #define REG_HDMI_28nm_PHY_PLL_SDM_CFG4 0x00000048
802 #define REG_HDMI_28nm_PHY_PLL_SSC_CFG0 0x0000004c
804 #define REG_HDMI_28nm_PHY_PLL_SSC_CFG1 0x00000050
806 #define REG_HDMI_28nm_PHY_PLL_SSC_CFG2 0x00000054
808 #define REG_HDMI_28nm_PHY_PLL_SSC_CFG3 0x00000058
810 #define REG_HDMI_28nm_PHY_PLL_LKDET_CFG0 0x0000005c
812 #define REG_HDMI_28nm_PHY_PLL_LKDET_CFG1 0x00000060
814 #define REG_HDMI_28nm_PHY_PLL_LKDET_CFG2 0x00000064
816 #define REG_HDMI_28nm_PHY_PLL_TEST_CFG 0x00000068
817 #define HDMI_28nm_PHY_PLL_TEST_CFG_PLL_SW_RESET 0x00000001
819 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG0 0x0000006c
821 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG1 0x00000070
823 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG2 0x00000074
825 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG3 0x00000078
827 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG4 0x0000007c
829 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG5 0x00000080
831 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG6 0x00000084
833 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG7 0x00000088
835 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG8 0x0000008c
837 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG9 0x00000090
839 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG10 0x00000094
841 #define REG_HDMI_28nm_PHY_PLL_CAL_CFG11 0x00000098
843 #define REG_HDMI_28nm_PHY_PLL_EFUSE_CFG 0x0000009c
845 #define REG_HDMI_28nm_PHY_PLL_DEBUG_BUS_SEL 0x000000a0
847 #define REG_HDMI_8996_PHY_CFG 0x00000000
849 #define REG_HDMI_8996_PHY_PD_CTL 0x00000004
851 #define REG_HDMI_8996_PHY_MODE 0x00000008
853 #define REG_HDMI_8996_PHY_MISR_CLEAR 0x0000000c
855 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_CFG0 0x00000010
857 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_CFG1 0x00000014
859 #define REG_HDMI_8996_PHY_TX0_TX1_PRBS_SEED_BYTE0 0x00000018
861 #define REG_HDMI_8996_PHY_TX0_TX1_PRBS_SEED_BYTE1 0x0000001c
863 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_PATTERN0 0x00000020
865 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_PATTERN1 0x00000024
867 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_CFG0 0x00000028
869 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_CFG1 0x0000002c
871 #define REG_HDMI_8996_PHY_TX2_TX3_PRBS_SEED_BYTE0 0x00000030
873 #define REG_HDMI_8996_PHY_TX2_TX3_PRBS_SEED_BYTE1 0x00000034
875 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_PATTERN0 0x00000038
877 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_PATTERN1 0x0000003c
879 #define REG_HDMI_8996_PHY_DEBUG_BUS_SEL 0x00000040
881 #define REG_HDMI_8996_PHY_TXCAL_CFG0 0x00000044
883 #define REG_HDMI_8996_PHY_TXCAL_CFG1 0x00000048
885 #define REG_HDMI_8996_PHY_TX0_TX1_LANE_CTL 0x0000004c
887 #define REG_HDMI_8996_PHY_TX2_TX3_LANE_CTL 0x00000050
889 #define REG_HDMI_8996_PHY_LANE_BIST_CONFIG 0x00000054
891 #define REG_HDMI_8996_PHY_CLOCK 0x00000058
893 #define REG_HDMI_8996_PHY_MISC1 0x0000005c
895 #define REG_HDMI_8996_PHY_MISC2 0x00000060
897 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_STATUS0 0x00000064
899 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_STATUS1 0x00000068
901 #define REG_HDMI_8996_PHY_TX0_TX1_BIST_STATUS2 0x0000006c
903 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_STATUS0 0x00000070
905 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_STATUS1 0x00000074
907 #define REG_HDMI_8996_PHY_TX2_TX3_BIST_STATUS2 0x00000078
909 #define REG_HDMI_8996_PHY_PRE_MISR_STATUS0 0x0000007c
911 #define REG_HDMI_8996_PHY_PRE_MISR_STATUS1 0x00000080
913 #define REG_HDMI_8996_PHY_PRE_MISR_STATUS2 0x00000084
915 #define REG_HDMI_8996_PHY_PRE_MISR_STATUS3 0x00000088
917 #define REG_HDMI_8996_PHY_POST_MISR_STATUS0 0x0000008c
919 #define REG_HDMI_8996_PHY_POST_MISR_STATUS1 0x00000090
921 #define REG_HDMI_8996_PHY_POST_MISR_STATUS2 0x00000094
923 #define REG_HDMI_8996_PHY_POST_MISR_STATUS3 0x00000098
925 #define REG_HDMI_8996_PHY_STATUS 0x0000009c
927 #define REG_HDMI_8996_PHY_MISC3_STATUS 0x000000a0
929 #define REG_HDMI_8996_PHY_MISC4_STATUS 0x000000a4
931 #define REG_HDMI_8996_PHY_DEBUG_BUS0 0x000000a8
933 #define REG_HDMI_8996_PHY_DEBUG_BUS1 0x000000ac
935 #define REG_HDMI_8996_PHY_DEBUG_BUS2 0x000000b0
937 #define REG_HDMI_8996_PHY_DEBUG_BUS3 0x000000b4
939 #define REG_HDMI_8996_PHY_PHY_REVISION_ID0 0x000000b8
941 #define REG_HDMI_8996_PHY_PHY_REVISION_ID1 0x000000bc
943 #define REG_HDMI_8996_PHY_PHY_REVISION_ID2 0x000000c0
945 #define REG_HDMI_8996_PHY_PHY_REVISION_ID3 0x000000c4
947 #define REG_HDMI_PHY_QSERDES_COM_ATB_SEL1 0x00000000
949 #define REG_HDMI_PHY_QSERDES_COM_ATB_SEL2 0x00000004
951 #define REG_HDMI_PHY_QSERDES_COM_FREQ_UPDATE 0x00000008
953 #define REG_HDMI_PHY_QSERDES_COM_BG_TIMER 0x0000000c
955 #define REG_HDMI_PHY_QSERDES_COM_SSC_EN_CENTER 0x00000010
957 #define REG_HDMI_PHY_QSERDES_COM_SSC_ADJ_PER1 0x00000014
959 #define REG_HDMI_PHY_QSERDES_COM_SSC_ADJ_PER2 0x00000018
961 #define REG_HDMI_PHY_QSERDES_COM_SSC_PER1 0x0000001c
963 #define REG_HDMI_PHY_QSERDES_COM_SSC_PER2 0x00000020
965 #define REG_HDMI_PHY_QSERDES_COM_SSC_STEP_SIZE1 0x00000024
967 #define REG_HDMI_PHY_QSERDES_COM_SSC_STEP_SIZE2 0x00000028
969 #define REG_HDMI_PHY_QSERDES_COM_POST_DIV 0x0000002c
971 #define REG_HDMI_PHY_QSERDES_COM_POST_DIV_MUX 0x00000030
973 #define REG_HDMI_PHY_QSERDES_COM_BIAS_EN_CLKBUFLR_EN 0x00000034
975 #define REG_HDMI_PHY_QSERDES_COM_CLK_ENABLE1 0x00000038
977 #define REG_HDMI_PHY_QSERDES_COM_SYS_CLK_CTRL 0x0000003c
979 #define REG_HDMI_PHY_QSERDES_COM_SYSCLK_BUF_ENABLE 0x00000040
981 #define REG_HDMI_PHY_QSERDES_COM_PLL_EN 0x00000044
983 #define REG_HDMI_PHY_QSERDES_COM_PLL_IVCO 0x00000048
985 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE0 0x0000004c
987 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP2_MODE0 0x00000050
989 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP3_MODE0 0x00000054
991 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE1 0x00000058
993 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP2_MODE1 0x0000005c
995 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP3_MODE1 0x00000060
997 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE2 0x00000064
999 #define REG_HDMI_PHY_QSERDES_COM_CMN_RSVD0 0x00000064
1001 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP2_MODE2 0x00000068
1003 #define REG_HDMI_PHY_QSERDES_COM_EP_CLOCK_DETECT_CTRL 0x00000068
1005 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP3_MODE2 0x0000006c
1007 #define REG_HDMI_PHY_QSERDES_COM_SYSCLK_DET_COMP_STATUS 0x0000006c
1009 #define REG_HDMI_PHY_QSERDES_COM_BG_TRIM 0x00000070
1011 #define REG_HDMI_PHY_QSERDES_COM_CLK_EP_DIV 0x00000074
1013 #define REG_HDMI_PHY_QSERDES_COM_CP_CTRL_MODE0 0x00000078
1015 #define REG_HDMI_PHY_QSERDES_COM_CP_CTRL_MODE1 0x0000007c
1017 #define REG_HDMI_PHY_QSERDES_COM_CP_CTRL_MODE2 0x00000080
1019 #define REG_HDMI_PHY_QSERDES_COM_CMN_RSVD1 0x00000080
1021 #define REG_HDMI_PHY_QSERDES_COM_PLL_RCTRL_MODE0 0x00000084
1023 #define REG_HDMI_PHY_QSERDES_COM_PLL_RCTRL_MODE1 0x00000088
1025 #define REG_HDMI_PHY_QSERDES_COM_PLL_RCTRL_MODE2 0x0000008c
1027 #define REG_HDMI_PHY_QSERDES_COM_CMN_RSVD2 0x0000008c
1029 #define REG_HDMI_PHY_QSERDES_COM_PLL_CCTRL_MODE0 0x00000090
1031 #define REG_HDMI_PHY_QSERDES_COM_PLL_CCTRL_MODE1 0x00000094
1033 #define REG_HDMI_PHY_QSERDES_COM_PLL_CCTRL_MODE2 0x00000098
1035 #define REG_HDMI_PHY_QSERDES_COM_CMN_RSVD3 0x00000098
1037 #define REG_HDMI_PHY_QSERDES_COM_PLL_CNTRL 0x0000009c
1039 #define REG_HDMI_PHY_QSERDES_COM_PHASE_SEL_CTRL 0x000000a0
1041 #define REG_HDMI_PHY_QSERDES_COM_PHASE_SEL_DC 0x000000a4
1043 #define REG_HDMI_PHY_QSERDES_COM_CORE_CLK_IN_SYNC_SEL 0x000000a8
1045 #define REG_HDMI_PHY_QSERDES_COM_BIAS_EN_CTRL_BY_PSM 0x000000a8
1047 #define REG_HDMI_PHY_QSERDES_COM_SYSCLK_EN_SEL 0x000000ac
1049 #define REG_HDMI_PHY_QSERDES_COM_CML_SYSCLK_SEL 0x000000b0
1051 #define REG_HDMI_PHY_QSERDES_COM_RESETSM_CNTRL 0x000000b4
1053 #define REG_HDMI_PHY_QSERDES_COM_RESETSM_CNTRL2 0x000000b8
1055 #define REG_HDMI_PHY_QSERDES_COM_RESTRIM_CTRL 0x000000bc
1057 #define REG_HDMI_PHY_QSERDES_COM_RESTRIM_CTRL2 0x000000c0
1059 #define REG_HDMI_PHY_QSERDES_COM_RESCODE_DIV_NUM 0x000000c4
1061 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP_EN 0x000000c8
1063 #define REG_HDMI_PHY_QSERDES_COM_LOCK_CMP_CFG 0x000000cc
1065 #define REG_HDMI_PHY_QSERDES_COM_DEC_START_MODE0 0x000000d0
1067 #define REG_HDMI_PHY_QSERDES_COM_DEC_START_MODE1 0x000000d4
1069 #define REG_HDMI_PHY_QSERDES_COM_DEC_START_MODE2 0x000000d8
1071 #define REG_HDMI_PHY_QSERDES_COM_VCOCAL_DEADMAN_CTRL 0x000000d8
1073 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START1_MODE0 0x000000dc
1075 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START2_MODE0 0x000000e0
1077 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START3_MODE0 0x000000e4
1079 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START1_MODE1 0x000000e8
1081 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START2_MODE1 0x000000ec
1083 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START3_MODE1 0x000000f0
1085 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START1_MODE2 0x000000f4
1087 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_MINVAL1 0x000000f4
1089 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START2_MODE2 0x000000f8
1091 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_MINVAL2 0x000000f8
1093 #define REG_HDMI_PHY_QSERDES_COM_DIV_FRAC_START3_MODE2 0x000000fc
1095 #define REG_HDMI_PHY_QSERDES_COM_CMN_RSVD4 0x000000fc
1097 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_INITVAL 0x00000100
1099 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_EN 0x00000104
1101 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_GAIN0_MODE0 0x00000108
1103 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_GAIN1_MODE0 0x0000010c
1105 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_GAIN0_MODE1 0x00000110
1107 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_GAIN1_MODE1 0x00000114
1109 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_GAIN0_MODE2 0x00000118
1111 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_MAXVAL1 0x00000118
1113 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_GAIN1_MODE2 0x0000011c
1115 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_MAXVAL2 0x0000011c
1117 #define REG_HDMI_PHY_QSERDES_COM_RES_TRIM_CONTROL2 0x00000120
1119 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_CTRL 0x00000124
1121 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_MAP 0x00000128
1123 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE1_MODE0 0x0000012c
1125 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE2_MODE0 0x00000130
1127 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE1_MODE1 0x00000134
1129 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE2_MODE1 0x00000138
1131 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE1_MODE2 0x0000013c
1133 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_INITVAL1 0x0000013c
1135 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE2_MODE2 0x00000140
1137 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_INITVAL2 0x00000140
1139 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_TIMER1 0x00000144
1141 #define REG_HDMI_PHY_QSERDES_COM_VCO_TUNE_TIMER2 0x00000148
1143 #define REG_HDMI_PHY_QSERDES_COM_SAR 0x0000014c
1145 #define REG_HDMI_PHY_QSERDES_COM_SAR_CLK 0x00000150
1147 #define REG_HDMI_PHY_QSERDES_COM_SAR_CODE_OUT_STATUS 0x00000154
1149 #define REG_HDMI_PHY_QSERDES_COM_SAR_CODE_READY_STATUS 0x00000158
1151 #define REG_HDMI_PHY_QSERDES_COM_CMN_STATUS 0x0000015c
1153 #define REG_HDMI_PHY_QSERDES_COM_RESET_SM_STATUS 0x00000160
1155 #define REG_HDMI_PHY_QSERDES_COM_RESTRIM_CODE_STATUS 0x00000164
1157 #define REG_HDMI_PHY_QSERDES_COM_PLLCAL_CODE1_STATUS 0x00000168
1159 #define REG_HDMI_PHY_QSERDES_COM_PLLCAL_CODE2_STATUS 0x0000016c
1161 #define REG_HDMI_PHY_QSERDES_COM_BG_CTRL 0x00000170
1163 #define REG_HDMI_PHY_QSERDES_COM_CLK_SELECT 0x00000174
1165 #define REG_HDMI_PHY_QSERDES_COM_HSCLK_SEL 0x00000178
1167 #define REG_HDMI_PHY_QSERDES_COM_INTEGLOOP_BINCODE_STATUS 0x0000017c
1169 #define REG_HDMI_PHY_QSERDES_COM_PLL_ANALOG 0x00000180
1171 #define REG_HDMI_PHY_QSERDES_COM_CORECLK_DIV 0x00000184
1173 #define REG_HDMI_PHY_QSERDES_COM_SW_RESET 0x00000188
1175 #define REG_HDMI_PHY_QSERDES_COM_CORE_CLK_EN 0x0000018c
1177 #define REG_HDMI_PHY_QSERDES_COM_C_READY_STATUS 0x00000190
1179 #define REG_HDMI_PHY_QSERDES_COM_CMN_CONFIG 0x00000194
1181 #define REG_HDMI_PHY_QSERDES_COM_CMN_RATE_OVERRIDE 0x00000198
1183 #define REG_HDMI_PHY_QSERDES_COM_SVS_MODE_CLK_SEL 0x0000019c
1185 #define REG_HDMI_PHY_QSERDES_COM_DEBUG_BUS0 0x000001a0
1187 #define REG_HDMI_PHY_QSERDES_COM_DEBUG_BUS1 0x000001a4
1189 #define REG_HDMI_PHY_QSERDES_COM_DEBUG_BUS2 0x000001a8
1191 #define REG_HDMI_PHY_QSERDES_COM_DEBUG_BUS3 0x000001ac
1193 #define REG_HDMI_PHY_QSERDES_COM_DEBUG_BUS_SEL 0x000001b0
1195 #define REG_HDMI_PHY_QSERDES_COM_CMN_MISC1 0x000001b4
1197 #define REG_HDMI_PHY_QSERDES_COM_CMN_MISC2 0x000001b8
1199 #define REG_HDMI_PHY_QSERDES_COM_CORECLK_DIV_MODE1 0x000001bc
1201 #define REG_HDMI_PHY_QSERDES_COM_CORECLK_DIV_MODE2 0x000001c0
1203 #define REG_HDMI_PHY_QSERDES_COM_CMN_RSVD5 0x000001c4
1205 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_MODE_LANENO 0x00000000
1207 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_INVERT 0x00000004
1209 #define REG_HDMI_PHY_QSERDES_TX_LX_CLKBUF_ENABLE 0x00000008
1211 #define REG_HDMI_PHY_QSERDES_TX_LX_CMN_CONTROL_ONE 0x0000000c
1213 #define REG_HDMI_PHY_QSERDES_TX_LX_CMN_CONTROL_TWO 0x00000010
1215 #define REG_HDMI_PHY_QSERDES_TX_LX_CMN_CONTROL_THREE 0x00000014
1217 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_EMP_POST1_LVL 0x00000018
1219 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_POST2_EMPH 0x0000001c
1221 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_BOOST_LVL_UP_DN 0x00000020
1223 #define REG_HDMI_PHY_QSERDES_TX_LX_HP_PD_ENABLES 0x00000024
1225 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_IDLE_LVL_LARGE_AMP 0x00000028
1227 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_DRV_LVL 0x0000002c
1229 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_DRV_LVL_OFFSET 0x00000030
1231 #define REG_HDMI_PHY_QSERDES_TX_LX_RESET_TSYNC_EN 0x00000034
1233 #define REG_HDMI_PHY_QSERDES_TX_LX_PRE_STALL_LDO_BOOST_EN 0x00000038
1235 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_BAND 0x0000003c
1237 #define REG_HDMI_PHY_QSERDES_TX_LX_SLEW_CNTL 0x00000040
1239 #define REG_HDMI_PHY_QSERDES_TX_LX_INTERFACE_SELECT 0x00000044
1241 #define REG_HDMI_PHY_QSERDES_TX_LX_LPB_EN 0x00000048
1243 #define REG_HDMI_PHY_QSERDES_TX_LX_RES_CODE_LANE_TX 0x0000004c
1245 #define REG_HDMI_PHY_QSERDES_TX_LX_RES_CODE_LANE_RX 0x00000050
1247 #define REG_HDMI_PHY_QSERDES_TX_LX_RES_CODE_LANE_OFFSET 0x00000054
1249 #define REG_HDMI_PHY_QSERDES_TX_LX_PERL_LENGTH1 0x00000058
1251 #define REG_HDMI_PHY_QSERDES_TX_LX_PERL_LENGTH2 0x0000005c
1253 #define REG_HDMI_PHY_QSERDES_TX_LX_SERDES_BYP_EN_OUT 0x00000060
1255 #define REG_HDMI_PHY_QSERDES_TX_LX_DEBUG_BUS_SEL 0x00000064
1257 #define REG_HDMI_PHY_QSERDES_TX_LX_HIGHZ_TRANSCEIVEREN_BIAS_DRVR_EN 0x00000068
1259 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_POL_INV 0x0000006c
1261 #define REG_HDMI_PHY_QSERDES_TX_LX_PARRATE_REC_DETECT_IDLE_EN 0x00000070
1263 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN1 0x00000074
1265 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN2 0x00000078
1267 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN3 0x0000007c
1269 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN4 0x00000080
1271 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN5 0x00000084
1273 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN6 0x00000088
1275 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN7 0x0000008c
1277 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_PATTERN8 0x00000090
1279 #define REG_HDMI_PHY_QSERDES_TX_LX_LANE_MODE 0x00000094
1281 #define REG_HDMI_PHY_QSERDES_TX_LX_IDAC_CAL_LANE_MODE 0x00000098
1283 #define REG_HDMI_PHY_QSERDES_TX_LX_IDAC_CAL_LANE_MODE_CONFIGURATION 0x0000009c
1285 #define REG_HDMI_PHY_QSERDES_TX_LX_ATB_SEL1 0x000000a0
1287 #define REG_HDMI_PHY_QSERDES_TX_LX_ATB_SEL2 0x000000a4
1289 #define REG_HDMI_PHY_QSERDES_TX_LX_RCV_DETECT_LVL 0x000000a8
1291 #define REG_HDMI_PHY_QSERDES_TX_LX_RCV_DETECT_LVL_2 0x000000ac
1293 #define REG_HDMI_PHY_QSERDES_TX_LX_PRBS_SEED1 0x000000b0
1295 #define REG_HDMI_PHY_QSERDES_TX_LX_PRBS_SEED2 0x000000b4
1297 #define REG_HDMI_PHY_QSERDES_TX_LX_PRBS_SEED3 0x000000b8
1299 #define REG_HDMI_PHY_QSERDES_TX_LX_PRBS_SEED4 0x000000bc
1301 #define REG_HDMI_PHY_QSERDES_TX_LX_RESET_GEN 0x000000c0
1303 #define REG_HDMI_PHY_QSERDES_TX_LX_RESET_GEN_MUXES 0x000000c4
1305 #define REG_HDMI_PHY_QSERDES_TX_LX_TRAN_DRVR_EMP_EN 0x000000c8
1307 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_INTERFACE_MODE 0x000000cc
1309 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_CTRL 0x000000d0
1311 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_ENCODED_OR_DATA 0x000000d4
1313 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_1_DIVIDER_BAND2 0x000000d8
1315 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_2_DIVIDER_BAND2 0x000000dc
1317 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_3_DIVIDER_BAND2 0x000000e0
1319 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_4_DIVIDER_BAND2 0x000000e4
1321 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_1_DIVIDER_BAND0_1 0x000000e8
1323 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_2_DIVIDER_BAND0_1 0x000000ec
1325 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_3_DIVIDER_BAND0_1 0x000000f0
1327 #define REG_HDMI_PHY_QSERDES_TX_LX_PWM_GEAR_4_DIVIDER_BAND0_1 0x000000f4
1329 #define REG_HDMI_PHY_QSERDES_TX_LX_VMODE_CTRL1 0x000000f8
1331 #define REG_HDMI_PHY_QSERDES_TX_LX_VMODE_CTRL2 0x000000fc
1333 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_ALOG_INTF_OBSV_CNTL 0x00000100
1335 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_STATUS 0x00000104
1337 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_ERROR_COUNT1 0x00000108
1339 #define REG_HDMI_PHY_QSERDES_TX_LX_BIST_ERROR_COUNT2 0x0000010c
1341 #define REG_HDMI_PHY_QSERDES_TX_LX_TX_ALOG_INTF_OBSV 0x00000110
1344 #endif /* HDMI_XML */