1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * @DVB-S/DVB-S2 STMicroelectronics STV0900 register definitions
4  * Author Manfred Voelkel, August 2013
5  * (c) 2013 Digital Devices GmbH Germany.  All rights reserved
6  *
7  * =======================================================================
8  * Registers Declaration (Internal ST, All Applications )
9  * -------------------------
10  * Each register (RSTV0910__XXXXX) is defined by its address (2 bytes).
11  * Each field (FSTV0910__XXXXX) is defined as follow:
12  * [register address -- 2bytes][field offset -- 4 bits][unused -- 3 bits]
13  * [field sign -- 1 bit][field mask -- 1byte]
14  * =======================================================================
15  */
16 
17 /* MID */
18 #define RSTV0910_MID  0xf100
19 #define FSTV0910_MCHIP_IDENT  0xf10040f0
20 #define FSTV0910_MRELEASE  0xf100000f
21 
22 /* DID */
23 #define RSTV0910_DID  0xf101
24 #define FSTV0910_DEVICE_ID  0xf10100ff
25 
26 /* DACR1 */
27 #define RSTV0910_DACR1  0xf113
28 #define FSTV0910_DAC_MODE  0xf11350e0
29 #define FSTV0910_DAC_VALUE1  0xf113000f
30 
31 /* DACR2 */
32 #define RSTV0910_DACR2  0xf114
33 #define FSTV0910_DAC_VALUE0  0xf11400ff
34 
35 /* PADCFG */
36 #define RSTV0910_PADCFG  0xf11a
37 #define FSTV0910_AGCRF2_OPD  0xf11a3008
38 #define FSTV0910_AGCRF2_XOR  0xf11a2004
39 #define FSTV0910_AGCRF1_OPD  0xf11a1002
40 #define FSTV0910_AGCRF1_XOR  0xf11a0001
41 
42 /* OUTCFG2 */
43 #define RSTV0910_OUTCFG2  0xf11b
44 #define FSTV0910_TS2_ERROR_XOR  0xf11b7080
45 #define FSTV0910_TS2_DPN_XOR  0xf11b6040
46 #define FSTV0910_TS2_STROUT_XOR  0xf11b5020
47 #define FSTV0910_TS2_CLOCKOUT_XOR  0xf11b4010
48 #define FSTV0910_TS1_ERROR_XOR  0xf11b3008
49 #define FSTV0910_TS1_DPN_XOR  0xf11b2004
50 #define FSTV0910_TS1_STROUT_XOR  0xf11b1002
51 #define FSTV0910_TS1_CLOCKOUT_XOR  0xf11b0001
52 
53 /* OUTCFG */
54 #define RSTV0910_OUTCFG  0xf11c
55 #define FSTV0910_TS2_OUTSER_HZ  0xf11c5020
56 #define FSTV0910_TS1_OUTSER_HZ  0xf11c4010
57 #define FSTV0910_TS2_OUTPAR_HZ  0xf11c3008
58 #define FSTV0910_TS1_OUTPAR_HZ  0xf11c2004
59 #define FSTV0910_TS_SERDATA0  0xf11c1002
60 
61 /* IRQSTATUS3 */
62 #define RSTV0910_IRQSTATUS3  0xf120
63 #define FSTV0910_SPLL_LOCK  0xf1205020
64 #define FSTV0910_SSTREAM_LCK_1  0xf1204010
65 #define FSTV0910_SSTREAM_LCK_2  0xf1203008
66 #define FSTV0910_SDVBS1_PRF_2  0xf1201002
67 #define FSTV0910_SDVBS1_PRF_1  0xf1200001
68 
69 /* IRQSTATUS2 */
70 #define RSTV0910_IRQSTATUS2  0xf121
71 #define FSTV0910_SSPY_ENDSIM_1  0xf1217080
72 #define FSTV0910_SSPY_ENDSIM_2  0xf1216040
73 #define FSTV0910_SPKTDEL_ERROR_2  0xf1214010
74 #define FSTV0910_SPKTDEL_LOCKB_2  0xf1213008
75 #define FSTV0910_SPKTDEL_LOCK_2  0xf1212004
76 #define FSTV0910_SPKTDEL_ERROR_1  0xf1211002
77 #define FSTV0910_SPKTDEL_LOCKB_1  0xf1210001
78 
79 /* IRQSTATUS1 */
80 #define RSTV0910_IRQSTATUS1  0xf122
81 #define FSTV0910_SPKTDEL_LOCK_1  0xf1227080
82 #define FSTV0910_SFEC_LOCKB_2  0xf1226040
83 #define FSTV0910_SFEC_LOCK_2  0xf1225020
84 #define FSTV0910_SFEC_LOCKB_1  0xf1224010
85 #define FSTV0910_SFEC_LOCK_1  0xf1223008
86 #define FSTV0910_SDEMOD_LOCKB_2  0xf1222004
87 #define FSTV0910_SDEMOD_LOCK_2  0xf1221002
88 #define FSTV0910_SDEMOD_IRQ_2  0xf1220001
89 
90 /* IRQSTATUS0 */
91 #define RSTV0910_IRQSTATUS0  0xf123
92 #define FSTV0910_SDEMOD_LOCKB_1  0xf1237080
93 #define FSTV0910_SDEMOD_LOCK_1  0xf1236040
94 #define FSTV0910_SDEMOD_IRQ_1  0xf1235020
95 #define FSTV0910_SBCH_ERRFLAG  0xf1234010
96 #define FSTV0910_SDISEQC2_IRQ  0xf1232004
97 #define FSTV0910_SDISEQC1_IRQ  0xf1230001
98 
99 /* IRQMASK3 */
100 #define RSTV0910_IRQMASK3  0xf124
101 #define FSTV0910_MPLL_LOCK  0xf1245020
102 #define FSTV0910_MSTREAM_LCK_1  0xf1244010
103 #define FSTV0910_MSTREAM_LCK_2  0xf1243008
104 #define FSTV0910_MDVBS1_PRF_2  0xf1241002
105 #define FSTV0910_MDVBS1_PRF_1  0xf1240001
106 
107 /* IRQMASK2 */
108 #define RSTV0910_IRQMASK2  0xf125
109 #define FSTV0910_MSPY_ENDSIM_1  0xf1257080
110 #define FSTV0910_MSPY_ENDSIM_2  0xf1256040
111 #define FSTV0910_MPKTDEL_ERROR_2  0xf1254010
112 #define FSTV0910_MPKTDEL_LOCKB_2  0xf1253008
113 #define FSTV0910_MPKTDEL_LOCK_2  0xf1252004
114 #define FSTV0910_MPKTDEL_ERROR_1  0xf1251002
115 #define FSTV0910_MPKTDEL_LOCKB_1  0xf1250001
116 
117 /* IRQMASK1 */
118 #define RSTV0910_IRQMASK1  0xf126
119 #define FSTV0910_MPKTDEL_LOCK_1  0xf1267080
120 #define FSTV0910_MFEC_LOCKB_2  0xf1266040
121 #define FSTV0910_MFEC_LOCK_2  0xf1265020
122 #define FSTV0910_MFEC_LOCKB_1  0xf1264010
123 #define FSTV0910_MFEC_LOCK_1  0xf1263008
124 #define FSTV0910_MDEMOD_LOCKB_2  0xf1262004
125 #define FSTV0910_MDEMOD_LOCK_2  0xf1261002
126 #define FSTV0910_MDEMOD_IRQ_2  0xf1260001
127 
128 /* IRQMASK0 */
129 #define RSTV0910_IRQMASK0  0xf127
130 #define FSTV0910_MDEMOD_LOCKB_1  0xf1277080
131 #define FSTV0910_MDEMOD_LOCK_1  0xf1276040
132 #define FSTV0910_MDEMOD_IRQ_1  0xf1275020
133 #define FSTV0910_MBCH_ERRFLAG  0xf1274010
134 #define FSTV0910_MDISEQC2_IRQ  0xf1272004
135 #define FSTV0910_MDISEQC1_IRQ  0xf1270001
136 
137 /* I2CCFG */
138 #define RSTV0910_I2CCFG  0xf129
139 #define FSTV0910_I2C_FASTMODE  0xf1293008
140 #define FSTV0910_I2CADDR_INC  0xf1290003
141 
142 /* P1_I2CRPT */
143 #define RSTV0910_P1_I2CRPT  0xf12a
144 #define FSTV0910_P1_I2CT_ON  0xf12a7080
145 #define FSTV0910_P1_ENARPT_LEVEL  0xf12a4070
146 #define FSTV0910_P1_SCLT_DELAY  0xf12a3008
147 #define FSTV0910_P1_STOP_ENABLE  0xf12a2004
148 #define FSTV0910_P1_STOP_SDAT2SDA  0xf12a1002
149 
150 /* P2_I2CRPT */
151 #define RSTV0910_P2_I2CRPT  0xf12b
152 #define FSTV0910_P2_I2CT_ON  0xf12b7080
153 #define FSTV0910_P2_ENARPT_LEVEL  0xf12b4070
154 #define FSTV0910_P2_SCLT_DELAY  0xf12b3008
155 #define FSTV0910_P2_STOP_ENABLE  0xf12b2004
156 #define FSTV0910_P2_STOP_SDAT2SDA  0xf12b1002
157 
158 /* GPIO0CFG */
159 #define RSTV0910_GPIO0CFG  0xf140
160 #define FSTV0910_GPIO0_OPD  0xf1407080
161 #define FSTV0910_GPIO0_CONFIG  0xf140107e
162 #define FSTV0910_GPIO0_XOR  0xf1400001
163 
164 /* GPIO1CFG */
165 #define RSTV0910_GPIO1CFG  0xf141
166 #define FSTV0910_GPIO1_OPD  0xf1417080
167 #define FSTV0910_GPIO1_CONFIG  0xf141107e
168 #define FSTV0910_GPIO1_XOR  0xf1410001
169 
170 /* GPIO2CFG */
171 #define RSTV0910_GPIO2CFG  0xf142
172 #define FSTV0910_GPIO2_OPD  0xf1427080
173 #define FSTV0910_GPIO2_CONFIG  0xf142107e
174 #define FSTV0910_GPIO2_XOR  0xf1420001
175 
176 /* GPIO3CFG */
177 #define RSTV0910_GPIO3CFG  0xf143
178 #define FSTV0910_GPIO3_OPD  0xf1437080
179 #define FSTV0910_GPIO3_CONFIG  0xf143107e
180 #define FSTV0910_GPIO3_XOR  0xf1430001
181 
182 /* GPIO4CFG */
183 #define RSTV0910_GPIO4CFG  0xf144
184 #define FSTV0910_GPIO4_OPD  0xf1447080
185 #define FSTV0910_GPIO4_CONFIG  0xf144107e
186 #define FSTV0910_GPIO4_XOR  0xf1440001
187 
188 /* GPIO5CFG */
189 #define RSTV0910_GPIO5CFG  0xf145
190 #define FSTV0910_GPIO5_OPD  0xf1457080
191 #define FSTV0910_GPIO5_CONFIG  0xf145107e
192 #define FSTV0910_GPIO5_XOR  0xf1450001
193 
194 /* GPIO6CFG */
195 #define RSTV0910_GPIO6CFG  0xf146
196 #define FSTV0910_GPIO6_OPD  0xf1467080
197 #define FSTV0910_GPIO6_CONFIG  0xf146107e
198 #define FSTV0910_GPIO6_XOR  0xf1460001
199 
200 /* GPIO7CFG */
201 #define RSTV0910_GPIO7CFG  0xf147
202 #define FSTV0910_GPIO7_OPD  0xf1477080
203 #define FSTV0910_GPIO7_CONFIG  0xf147107e
204 #define FSTV0910_GPIO7_XOR  0xf1470001
205 
206 /* GPIO8CFG */
207 #define RSTV0910_GPIO8CFG  0xf148
208 #define FSTV0910_GPIO8_OPD  0xf1487080
209 #define FSTV0910_GPIO8_CONFIG  0xf148107e
210 #define FSTV0910_GPIO8_XOR  0xf1480001
211 
212 /* GPIO9CFG */
213 #define RSTV0910_GPIO9CFG  0xf149
214 #define FSTV0910_GPIO9_OPD  0xf1497080
215 #define FSTV0910_GPIO9_CONFIG  0xf149107e
216 #define FSTV0910_GPIO9_XOR  0xf1490001
217 
218 /* GPIO10CFG */
219 #define RSTV0910_GPIO10CFG  0xf14a
220 #define FSTV0910_GPIO10_OPD  0xf14a7080
221 #define FSTV0910_GPIO10_CONFIG  0xf14a107e
222 #define FSTV0910_GPIO10_XOR  0xf14a0001
223 
224 /* GPIO11CFG */
225 #define RSTV0910_GPIO11CFG  0xf14b
226 #define FSTV0910_GPIO11_OPD  0xf14b7080
227 #define FSTV0910_GPIO11_CONFIG  0xf14b107e
228 #define FSTV0910_GPIO11_XOR  0xf14b0001
229 
230 /* GPIO12CFG */
231 #define RSTV0910_GPIO12CFG  0xf14c
232 #define FSTV0910_GPIO12_OPD  0xf14c7080
233 #define FSTV0910_GPIO12_CONFIG  0xf14c107e
234 #define FSTV0910_GPIO12_XOR  0xf14c0001
235 
236 /* GPIO13CFG */
237 #define RSTV0910_GPIO13CFG  0xf14d
238 #define FSTV0910_GPIO13_OPD  0xf14d7080
239 #define FSTV0910_GPIO13_CONFIG  0xf14d107e
240 #define FSTV0910_GPIO13_XOR  0xf14d0001
241 
242 /* GPIO14CFG */
243 #define RSTV0910_GPIO14CFG  0xf14e
244 #define FSTV0910_GPIO14_OPD  0xf14e7080
245 #define FSTV0910_GPIO14_CONFIG  0xf14e107e
246 #define FSTV0910_GPIO14_XOR  0xf14e0001
247 
248 /* GPIO15CFG */
249 #define RSTV0910_GPIO15CFG  0xf14f
250 #define FSTV0910_GPIO15_OPD  0xf14f7080
251 #define FSTV0910_GPIO15_CONFIG  0xf14f107e
252 #define FSTV0910_GPIO15_XOR  0xf14f0001
253 
254 /* GPIO16CFG */
255 #define RSTV0910_GPIO16CFG  0xf150
256 #define FSTV0910_GPIO16_OPD  0xf1507080
257 #define FSTV0910_GPIO16_CONFIG  0xf150107e
258 #define FSTV0910_GPIO16_XOR  0xf1500001
259 
260 /* GPIO17CFG */
261 #define RSTV0910_GPIO17CFG  0xf151
262 #define FSTV0910_GPIO17_OPD  0xf1517080
263 #define FSTV0910_GPIO17_CONFIG  0xf151107e
264 #define FSTV0910_GPIO17_XOR  0xf1510001
265 
266 /* GPIO18CFG */
267 #define RSTV0910_GPIO18CFG  0xf152
268 #define FSTV0910_GPIO18_OPD  0xf1527080
269 #define FSTV0910_GPIO18_CONFIG  0xf152107e
270 #define FSTV0910_GPIO18_XOR  0xf1520001
271 
272 /* GPIO19CFG */
273 #define RSTV0910_GPIO19CFG  0xf153
274 #define FSTV0910_GPIO19_OPD  0xf1537080
275 #define FSTV0910_GPIO19_CONFIG  0xf153107e
276 #define FSTV0910_GPIO19_XOR  0xf1530001
277 
278 /* GPIO20CFG */
279 #define RSTV0910_GPIO20CFG  0xf154
280 #define FSTV0910_GPIO20_OPD  0xf1547080
281 #define FSTV0910_GPIO20_CONFIG  0xf154107e
282 #define FSTV0910_GPIO20_XOR  0xf1540001
283 
284 /* GPIO21CFG */
285 #define RSTV0910_GPIO21CFG  0xf155
286 #define FSTV0910_GPIO21_OPD  0xf1557080
287 #define FSTV0910_GPIO21_CONFIG  0xf155107e
288 #define FSTV0910_GPIO21_XOR  0xf1550001
289 
290 /* GPIO22CFG */
291 #define RSTV0910_GPIO22CFG  0xf156
292 #define FSTV0910_GPIO22_OPD  0xf1567080
293 #define FSTV0910_GPIO22_CONFIG  0xf156107e
294 #define FSTV0910_GPIO22_XOR  0xf1560001
295 
296 /* STRSTATUS1 */
297 #define RSTV0910_STRSTATUS1  0xf16a
298 #define FSTV0910_STRSTATUS_SEL2  0xf16a40f0
299 #define FSTV0910_STRSTATUS_SEL1  0xf16a000f
300 
301 /* STRSTATUS2 */
302 #define RSTV0910_STRSTATUS2  0xf16b
303 #define FSTV0910_STRSTATUS_SEL4  0xf16b40f0
304 #define FSTV0910_STRSTATUS_SEL3  0xf16b000f
305 
306 /* STRSTATUS3 */
307 #define RSTV0910_STRSTATUS3  0xf16c
308 #define FSTV0910_STRSTATUS_SEL6  0xf16c40f0
309 #define FSTV0910_STRSTATUS_SEL5  0xf16c000f
310 
311 /* FSKTFC2 */
312 #define RSTV0910_FSKTFC2  0xf170
313 #define FSTV0910_FSKT_KMOD  0xf17020fc
314 #define FSTV0910_FSKT_CAR2  0xf1700003
315 
316 /* FSKTFC1 */
317 #define RSTV0910_FSKTFC1  0xf171
318 #define FSTV0910_FSKT_CAR1  0xf17100ff
319 
320 /* FSKTFC0 */
321 #define RSTV0910_FSKTFC0  0xf172
322 #define FSTV0910_FSKT_CAR0  0xf17200ff
323 
324 /* FSKTDELTAF1 */
325 #define RSTV0910_FSKTDELTAF1  0xf173
326 #define FSTV0910_FSKT_DELTAF1  0xf173000f
327 
328 /* FSKTDELTAF0 */
329 #define RSTV0910_FSKTDELTAF0  0xf174
330 #define FSTV0910_FSKT_DELTAF0  0xf17400ff
331 
332 /* FSKTCTRL */
333 #define RSTV0910_FSKTCTRL  0xf175
334 #define FSTV0910_FSKT_PINSEL  0xf1757080
335 #define FSTV0910_FSKT_EN_SGN  0xf1756040
336 #define FSTV0910_FSKT_MOD_SGN  0xf1755020
337 #define FSTV0910_FSKT_MOD_EN  0xf175201c
338 #define FSTV0910_FSKT_DACMODE  0xf1750003
339 
340 /* FSKRFC2 */
341 #define RSTV0910_FSKRFC2  0xf176
342 #define FSTV0910_FSKR_DETSGN  0xf1766040
343 #define FSTV0910_FSKR_OUTSGN  0xf1765020
344 #define FSTV0910_FSKR_KAGC  0xf176201c
345 #define FSTV0910_FSKR_CAR2  0xf1760003
346 
347 /* FSKRFC1 */
348 #define RSTV0910_FSKRFC1  0xf177
349 #define FSTV0910_FSKR_CAR1  0xf17700ff
350 
351 /* FSKRFC0 */
352 #define RSTV0910_FSKRFC0  0xf178
353 #define FSTV0910_FSKR_CAR0  0xf17800ff
354 
355 /* FSKRK1 */
356 #define RSTV0910_FSKRK1  0xf179
357 #define FSTV0910_FSKR_K1_EXP  0xf17950e0
358 #define FSTV0910_FSKR_K1_MANT  0xf179001f
359 
360 /* FSKRK2 */
361 #define RSTV0910_FSKRK2  0xf17a
362 #define FSTV0910_FSKR_K2_EXP  0xf17a50e0
363 #define FSTV0910_FSKR_K2_MANT  0xf17a001f
364 
365 /* FSKRAGCR */
366 #define RSTV0910_FSKRAGCR  0xf17b
367 #define FSTV0910_FSKR_OUTCTL  0xf17b60c0
368 #define FSTV0910_FSKR_AGC_REF  0xf17b003f
369 
370 /* FSKRAGC */
371 #define RSTV0910_FSKRAGC  0xf17c
372 #define FSTV0910_FSKR_AGC_ACCU  0xf17c00ff
373 
374 /* FSKRALPHA */
375 #define RSTV0910_FSKRALPHA  0xf17d
376 #define FSTV0910_FSKR_ALPHA_EXP  0xf17d201c
377 #define FSTV0910_FSKR_ALPHA_M  0xf17d0003
378 
379 /* FSKRPLTH1 */
380 #define RSTV0910_FSKRPLTH1  0xf17e
381 #define FSTV0910_FSKR_BETA  0xf17e40f0
382 #define FSTV0910_FSKR_PLL_TRESH1  0xf17e000f
383 
384 /* FSKRPLTH0 */
385 #define RSTV0910_FSKRPLTH0  0xf17f
386 #define FSTV0910_FSKR_PLL_TRESH0  0xf17f00ff
387 
388 /* FSKRDF1 */
389 #define RSTV0910_FSKRDF1  0xf180
390 #define FSTV0910_FSKR_OUT  0xf1807080
391 #define FSTV0910_FSKR_STATE  0xf1805060
392 #define FSTV0910_FSKR_DELTAF1  0xf180001f
393 
394 /* FSKRDF0 */
395 #define RSTV0910_FSKRDF0  0xf181
396 #define FSTV0910_FSKR_DELTAF0  0xf18100ff
397 
398 /* FSKRSTEPP */
399 #define RSTV0910_FSKRSTEPP  0xf182
400 #define FSTV0910_FSKR_STEP_PLUS  0xf18200ff
401 
402 /* FSKRSTEPM */
403 #define RSTV0910_FSKRSTEPM  0xf183
404 #define FSTV0910_FSKR_STEP_MINUS  0xf18300ff
405 
406 /* FSKRDET1 */
407 #define RSTV0910_FSKRDET1  0xf184
408 #define FSTV0910_FSKR_DETECT  0xf1847080
409 #define FSTV0910_FSKR_CARDET_ACCU1  0xf184000f
410 
411 /* FSKRDET0 */
412 #define RSTV0910_FSKRDET0  0xf185
413 #define FSTV0910_FSKR_CARDET_ACCU0  0xf18500ff
414 
415 /* FSKRDTH1 */
416 #define RSTV0910_FSKRDTH1  0xf186
417 #define FSTV0910_FSKR_CARLOSS_THRESH1  0xf18640f0
418 #define FSTV0910_FSKR_CARDET_THRESH1  0xf186000f
419 
420 /* FSKRDTH0 */
421 #define RSTV0910_FSKRDTH0  0xf187
422 #define FSTV0910_FSKR_CARDET_THRESH0  0xf18700ff
423 
424 /* FSKRLOSS */
425 #define RSTV0910_FSKRLOSS  0xf188
426 #define FSTV0910_FSKR_CARLOSS_THRESH0  0xf18800ff
427 
428 /* NCOARSE */
429 #define RSTV0910_NCOARSE  0xf1b3
430 #define FSTV0910_CP  0xf1b330f8
431 #define FSTV0910_IDF  0xf1b30007
432 
433 /* NCOARSE1 */
434 #define RSTV0910_NCOARSE1  0xf1b4
435 #define FSTV0910_N_DIV  0xf1b400ff
436 
437 /* NCOARSE2 */
438 #define RSTV0910_NCOARSE2  0xf1b5
439 #define FSTV0910_ODF  0xf1b5003f
440 
441 /* SYNTCTRL */
442 #define RSTV0910_SYNTCTRL  0xf1b6
443 #define FSTV0910_STANDBY  0xf1b67080
444 #define FSTV0910_BYPASSPLLCORE  0xf1b66040
445 #define FSTV0910_STOP_PLL  0xf1b63008
446 #define FSTV0910_OSCI_E  0xf1b61002
447 
448 /* FILTCTRL */
449 #define RSTV0910_FILTCTRL  0xf1b7
450 #define FSTV0910_INV_CLKFSK  0xf1b71002
451 #define FSTV0910_BYPASS_APPLI  0xf1b70001
452 
453 /* PLLSTAT */
454 #define RSTV0910_PLLSTAT  0xf1b8
455 #define FSTV0910_PLLLOCK  0xf1b80001
456 
457 /* STOPCLK1 */
458 #define RSTV0910_STOPCLK1  0xf1c2
459 #define FSTV0910_INV_CLKADCI2  0xf1c22004
460 #define FSTV0910_INV_CLKADCI1  0xf1c20001
461 
462 /* STOPCLK2 */
463 #define RSTV0910_STOPCLK2  0xf1c3
464 #define FSTV0910_STOP_DVBS2FEC2  0xf1c35020
465 #define FSTV0910_STOP_DVBS2FEC  0xf1c34010
466 #define FSTV0910_STOP_DVBS1FEC2  0xf1c33008
467 #define FSTV0910_STOP_DVBS1FEC  0xf1c32004
468 #define FSTV0910_STOP_DEMOD2  0xf1c31002
469 #define FSTV0910_STOP_DEMOD  0xf1c30001
470 
471 /* PREGCTL */
472 #define RSTV0910_PREGCTL  0xf1c8
473 #define FSTV0910_REG3V3TO2V5_POFF  0xf1c87080
474 
475 /* TSTTNR0 */
476 #define RSTV0910_TSTTNR0  0xf1df
477 #define FSTV0910_FSK_PON  0xf1df2004
478 
479 /* TSTTNR1 */
480 #define RSTV0910_TSTTNR1  0xf1e0
481 #define FSTV0910_ADC1_PON  0xf1e01002
482 
483 /* TSTTNR2 */
484 #define RSTV0910_TSTTNR2  0xf1e1
485 #define FSTV0910_I2C_DISEQC_PON  0xf1e15020
486 #define FSTV0910_DISEQC_CLKDIV  0xf1e1000f
487 
488 /* TSTTNR3 */
489 #define RSTV0910_TSTTNR3  0xf1e2
490 #define FSTV0910_ADC2_PON  0xf1e21002
491 
492 /* P2_IQCONST */
493 #define RSTV0910_P2_IQCONST  0xf200
494 #define FSTV0910_P2_CONSTEL_SELECT  0xf2005060
495 #define FSTV0910_P2_IQSYMB_SEL  0xf200001f
496 
497 /* P2_NOSCFG */
498 #define RSTV0910_P2_NOSCFG  0xf201
499 #define FSTV0910_P2_DUMMYPL_NOSDATA  0xf2015020
500 #define FSTV0910_P2_NOSPLH_BETA  0xf2013018
501 #define FSTV0910_P2_NOSDATA_BETA  0xf2010007
502 
503 /* P2_ISYMB */
504 #define RSTV0910_P2_ISYMB  0xf202
505 #define FSTV0910_P2_I_SYMBOL  0xf20201ff
506 
507 /* P2_QSYMB */
508 #define RSTV0910_P2_QSYMB  0xf203
509 #define FSTV0910_P2_Q_SYMBOL  0xf20301ff
510 
511 /* P2_AGC1CFG */
512 #define RSTV0910_P2_AGC1CFG  0xf204
513 #define FSTV0910_P2_DC_FROZEN  0xf2047080
514 #define FSTV0910_P2_DC_CORRECT  0xf2046040
515 #define FSTV0910_P2_AMM_FROZEN  0xf2045020
516 #define FSTV0910_P2_AMM_CORRECT  0xf2044010
517 #define FSTV0910_P2_QUAD_FROZEN  0xf2043008
518 #define FSTV0910_P2_QUAD_CORRECT  0xf2042004
519 
520 /* P2_AGC1CN */
521 #define RSTV0910_P2_AGC1CN  0xf206
522 #define FSTV0910_P2_AGC1_LOCKED  0xf2067080
523 #define FSTV0910_P2_AGC1_MINPOWER  0xf2064010
524 #define FSTV0910_P2_AGCOUT_FAST  0xf2063008
525 #define FSTV0910_P2_AGCIQ_BETA  0xf2060007
526 
527 /* P2_AGC1REF */
528 #define RSTV0910_P2_AGC1REF  0xf207
529 #define FSTV0910_P2_AGCIQ_REF  0xf20700ff
530 
531 /* P2_IDCCOMP */
532 #define RSTV0910_P2_IDCCOMP  0xf208
533 #define FSTV0910_P2_IAVERAGE_ADJ  0xf20801ff
534 
535 /* P2_QDCCOMP */
536 #define RSTV0910_P2_QDCCOMP  0xf209
537 #define FSTV0910_P2_QAVERAGE_ADJ  0xf20901ff
538 
539 /* P2_POWERI */
540 #define RSTV0910_P2_POWERI  0xf20a
541 #define FSTV0910_P2_POWER_I  0xf20a00ff
542 
543 /* P2_POWERQ */
544 #define RSTV0910_P2_POWERQ  0xf20b
545 #define FSTV0910_P2_POWER_Q  0xf20b00ff
546 
547 /* P2_AGC1AMM */
548 #define RSTV0910_P2_AGC1AMM  0xf20c
549 #define FSTV0910_P2_AMM_VALUE  0xf20c00ff
550 
551 /* P2_AGC1QUAD */
552 #define RSTV0910_P2_AGC1QUAD  0xf20d
553 #define FSTV0910_P2_QUAD_VALUE  0xf20d01ff
554 
555 /* P2_AGCIQIN1 */
556 #define RSTV0910_P2_AGCIQIN1  0xf20e
557 #define FSTV0910_P2_AGCIQ_VALUE1  0xf20e00ff
558 
559 /* P2_AGCIQIN0 */
560 #define RSTV0910_P2_AGCIQIN0  0xf20f
561 #define FSTV0910_P2_AGCIQ_VALUE0  0xf20f00ff
562 
563 /* P2_DEMOD */
564 #define RSTV0910_P2_DEMOD  0xf210
565 #define FSTV0910_P2_MANUALS2_ROLLOFF  0xf2107080
566 #define FSTV0910_P2_SPECINV_CONTROL  0xf2104030
567 #define FSTV0910_P2_MANUALSX_ROLLOFF  0xf2102004
568 #define FSTV0910_P2_ROLLOFF_CONTROL  0xf2100003
569 
570 /* P2_DMDMODCOD */
571 #define RSTV0910_P2_DMDMODCOD  0xf211
572 #define FSTV0910_P2_MANUAL_MODCOD  0xf2117080
573 #define FSTV0910_P2_DEMOD_MODCOD  0xf211207c
574 #define FSTV0910_P2_DEMOD_TYPE  0xf2110003
575 
576 /* P2_DSTATUS */
577 #define RSTV0910_P2_DSTATUS  0xf212
578 #define FSTV0910_P2_CAR_LOCK  0xf2127080
579 #define FSTV0910_P2_TMGLOCK_QUALITY  0xf2125060
580 #define FSTV0910_P2_LOCK_DEFINITIF  0xf2123008
581 #define FSTV0910_P2_OVADC_DETECT  0xf2120001
582 
583 /* P2_DSTATUS2 */
584 #define RSTV0910_P2_DSTATUS2  0xf213
585 #define FSTV0910_P2_DEMOD_DELOCK  0xf2137080
586 #define FSTV0910_P2_MODCODRQ_SYNCTAG  0xf2135020
587 #define FSTV0910_P2_POLYPH_SATEVENT  0xf2134010
588 #define FSTV0910_P2_AGC1_NOSIGNALACK  0xf2133008
589 #define FSTV0910_P2_AGC2_OVERFLOW  0xf2132004
590 #define FSTV0910_P2_CFR_OVERFLOW  0xf2131002
591 #define FSTV0910_P2_GAMMA_OVERUNDER  0xf2130001
592 
593 /* P2_DMDCFGMD */
594 #define RSTV0910_P2_DMDCFGMD  0xf214
595 #define FSTV0910_P2_DVBS2_ENABLE  0xf2147080
596 #define FSTV0910_P2_DVBS1_ENABLE  0xf2146040
597 #define FSTV0910_P2_SCAN_ENABLE  0xf2144010
598 #define FSTV0910_P2_CFR_AUTOSCAN  0xf2143008
599 #define FSTV0910_P2_TUN_RNG  0xf2140003
600 
601 /* P2_DMDCFG2 */
602 #define RSTV0910_P2_DMDCFG2  0xf215
603 #define FSTV0910_P2_S1S2_SEQUENTIAL  0xf2156040
604 #define FSTV0910_P2_INFINITE_RELOCK  0xf2154010
605 
606 /* P2_DMDISTATE */
607 #define RSTV0910_P2_DMDISTATE  0xf216
608 #define FSTV0910_P2_I2C_NORESETDMODE  0xf2167080
609 #define FSTV0910_P2_I2C_DEMOD_MODE  0xf216001f
610 
611 /* P2_DMDT0M */
612 #define RSTV0910_P2_DMDT0M  0xf217
613 #define FSTV0910_P2_DMDT0_MIN  0xf21700ff
614 
615 /* P2_DMDSTATE */
616 #define RSTV0910_P2_DMDSTATE  0xf21b
617 #define FSTV0910_P2_HEADER_MODE  0xf21b5060
618 
619 /* P2_DMDFLYW */
620 #define RSTV0910_P2_DMDFLYW  0xf21c
621 #define FSTV0910_P2_I2C_IRQVAL  0xf21c40f0
622 #define FSTV0910_P2_FLYWHEEL_CPT  0xf21c000f
623 
624 /* P2_DSTATUS3 */
625 #define RSTV0910_P2_DSTATUS3  0xf21d
626 #define FSTV0910_P2_CFR_ZIGZAG  0xf21d7080
627 #define FSTV0910_P2_DEMOD_CFGMODE  0xf21d5060
628 #define FSTV0910_P2_GAMMA_LOWBAUDRATE  0xf21d4010
629 
630 /* P2_DMDCFG3 */
631 #define RSTV0910_P2_DMDCFG3  0xf21e
632 #define FSTV0910_P2_NOSTOP_FIFOFULL  0xf21e3008
633 
634 /* P2_DMDCFG4 */
635 #define RSTV0910_P2_DMDCFG4  0xf21f
636 #define FSTV0910_P2_DIS_VITLOCK  0xf21f7080
637 #define FSTV0910_P2_DIS_CLKENABLE  0xf21f2004
638 
639 /* P2_CORRELMANT */
640 #define RSTV0910_P2_CORRELMANT  0xf220
641 #define FSTV0910_P2_CORREL_MANT  0xf22000ff
642 
643 /* P2_CORRELABS */
644 #define RSTV0910_P2_CORRELABS  0xf221
645 #define FSTV0910_P2_CORREL_ABS  0xf22100ff
646 
647 /* P2_CORRELEXP */
648 #define RSTV0910_P2_CORRELEXP  0xf222
649 #define FSTV0910_P2_CORREL_ABSEXP  0xf22240f0
650 #define FSTV0910_P2_CORREL_EXP  0xf222000f
651 
652 /* P2_PLHMODCOD */
653 #define RSTV0910_P2_PLHMODCOD  0xf224
654 #define FSTV0910_P2_SPECINV_DEMOD  0xf2247080
655 #define FSTV0910_P2_PLH_MODCOD  0xf224207c
656 #define FSTV0910_P2_PLH_TYPE  0xf2240003
657 
658 /* P2_DMDREG */
659 #define RSTV0910_P2_DMDREG  0xf225
660 #define FSTV0910_P2_DECIM_PLFRAMES  0xf2250001
661 
662 /* P2_AGCNADJ */
663 #define RSTV0910_P2_AGCNADJ  0xf226
664 #define FSTV0910_P2_RADJOFF_AGC2  0xf2267080
665 #define FSTV0910_P2_RADJOFF_AGC1  0xf2266040
666 #define FSTV0910_P2_AGC_NADJ  0xf226013f
667 
668 /* P2_AGCKS */
669 #define RSTV0910_P2_AGCKS  0xf227
670 #define FSTV0910_P2_RSADJ_MANUALCFG  0xf2277080
671 #define FSTV0910_P2_RSADJ_CCMMODE  0xf2276040
672 #define FSTV0910_P2_RADJ_SPSK  0xf227013f
673 
674 /* P2_AGCKQ */
675 #define RSTV0910_P2_AGCKQ  0xf228
676 #define FSTV0910_P2_RADJON_DVBS1  0xf2286040
677 #define FSTV0910_P2_RADJ_QPSK  0xf228013f
678 
679 /* P2_AGCK8 */
680 #define RSTV0910_P2_AGCK8  0xf229
681 #define FSTV0910_P2_RADJ_8PSK  0xf229013f
682 
683 /* P2_AGCK16 */
684 #define RSTV0910_P2_AGCK16  0xf22a
685 #define FSTV0910_P2_R2ADJOFF_16APSK  0xf22a6040
686 #define FSTV0910_P2_R1ADJOFF_16APSK  0xf22a5020
687 #define FSTV0910_P2_RADJ_16APSK  0xf22a011f
688 
689 /* P2_AGCK32 */
690 #define RSTV0910_P2_AGCK32  0xf22b
691 #define FSTV0910_P2_R3ADJOFF_32APSK  0xf22b7080
692 #define FSTV0910_P2_R2ADJOFF_32APSK  0xf22b6040
693 #define FSTV0910_P2_R1ADJOFF_32APSK  0xf22b5020
694 #define FSTV0910_P2_RADJ_32APSK  0xf22b011f
695 
696 /* P2_AGC2O */
697 #define RSTV0910_P2_AGC2O  0xf22c
698 #define FSTV0910_P2_CSTENV_MODE  0xf22c60c0
699 #define FSTV0910_P2_AGC2_COEF  0xf22c0007
700 
701 /* P2_AGC2REF */
702 #define RSTV0910_P2_AGC2REF  0xf22d
703 #define FSTV0910_P2_AGC2_REF  0xf22d00ff
704 
705 /* P2_AGC1ADJ */
706 #define RSTV0910_P2_AGC1ADJ  0xf22e
707 #define FSTV0910_P2_AGC1_ADJUSTED  0xf22e007f
708 
709 /* P2_AGCRSADJ */
710 #define RSTV0910_P2_AGCRSADJ  0xf22f
711 #define FSTV0910_P2_RS_ADJUSTED  0xf22f007f
712 
713 /* P2_AGCRQADJ */
714 #define RSTV0910_P2_AGCRQADJ  0xf230
715 #define FSTV0910_P2_RQ_ADJUSTED  0xf230007f
716 
717 /* P2_AGCR8ADJ */
718 #define RSTV0910_P2_AGCR8ADJ  0xf231
719 #define FSTV0910_P2_R8_ADJUSTED  0xf231007f
720 
721 /* P2_AGCR1ADJ */
722 #define RSTV0910_P2_AGCR1ADJ  0xf232
723 #define FSTV0910_P2_R1_ADJUSTED  0xf232007f
724 
725 /* P2_AGCR2ADJ */
726 #define RSTV0910_P2_AGCR2ADJ  0xf233
727 #define FSTV0910_P2_R2_ADJUSTED  0xf233007f
728 
729 /* P2_AGCR3ADJ */
730 #define RSTV0910_P2_AGCR3ADJ  0xf234
731 #define FSTV0910_P2_R3_ADJUSTED  0xf234007f
732 
733 /* P2_AGCREFADJ */
734 #define RSTV0910_P2_AGCREFADJ  0xf235
735 #define FSTV0910_P2_AGC2REF_ADJUSTED  0xf235007f
736 
737 /* P2_AGC2I1 */
738 #define RSTV0910_P2_AGC2I1  0xf236
739 #define FSTV0910_P2_AGC2_INTEGRATOR1  0xf23600ff
740 
741 /* P2_AGC2I0 */
742 #define RSTV0910_P2_AGC2I0  0xf237
743 #define FSTV0910_P2_AGC2_INTEGRATOR0  0xf23700ff
744 
745 /* P2_CARCFG */
746 #define RSTV0910_P2_CARCFG  0xf238
747 #define FSTV0910_P2_ROTAON  0xf2382004
748 #define FSTV0910_P2_PH_DET_ALGO  0xf2380003
749 
750 /* P2_ACLC */
751 #define RSTV0910_P2_ACLC  0xf239
752 #define FSTV0910_P2_CAR_ALPHA_MANT  0xf2394030
753 #define FSTV0910_P2_CAR_ALPHA_EXP  0xf239000f
754 
755 /* P2_BCLC */
756 #define RSTV0910_P2_BCLC  0xf23a
757 #define FSTV0910_P2_CAR_BETA_MANT  0xf23a4030
758 #define FSTV0910_P2_CAR_BETA_EXP  0xf23a000f
759 
760 /* P2_ACLCS2 */
761 #define RSTV0910_P2_ACLCS2  0xf23b
762 #define FSTV0910_P2_CARS2_APLHA_MANTISSE  0xf23b4030
763 #define FSTV0910_P2_CARS2_ALPHA_EXP  0xf23b000f
764 
765 /* P2_BCLCS2 */
766 #define RSTV0910_P2_BCLCS2  0xf23c
767 #define FSTV0910_P2_CARS2_BETA_MANTISSE  0xf23c4030
768 #define FSTV0910_P2_CARS2_BETA_EXP  0xf23c000f
769 
770 /* P2_CARFREQ */
771 #define RSTV0910_P2_CARFREQ  0xf23d
772 #define FSTV0910_P2_KC_COARSE_EXP  0xf23d40f0
773 #define FSTV0910_P2_BETA_FREQ  0xf23d000f
774 
775 /* P2_CARHDR */
776 #define RSTV0910_P2_CARHDR  0xf23e
777 #define FSTV0910_P2_K_FREQ_HDR  0xf23e00ff
778 
779 /* P2_LDT */
780 #define RSTV0910_P2_LDT  0xf23f
781 #define FSTV0910_P2_CARLOCK_THRES  0xf23f01ff
782 
783 /* P2_LDT2 */
784 #define RSTV0910_P2_LDT2  0xf240
785 #define FSTV0910_P2_CARLOCK_THRES2  0xf24001ff
786 
787 /* P2_CFRICFG */
788 #define RSTV0910_P2_CFRICFG  0xf241
789 #define FSTV0910_P2_NEG_CFRSTEP  0xf2410001
790 
791 /* P2_CFRUP1 */
792 #define RSTV0910_P2_CFRUP1  0xf242
793 #define FSTV0910_P2_CFR_UP1  0xf24201ff
794 
795 /* P2_CFRUP0 */
796 #define RSTV0910_P2_CFRUP0  0xf243
797 #define FSTV0910_P2_CFR_UP0  0xf24300ff
798 
799 /* P2_CFRIBASE1 */
800 #define RSTV0910_P2_CFRIBASE1  0xf244
801 #define FSTV0910_P2_CFRINIT_BASE1  0xf24400ff
802 
803 /* P2_CFRIBASE0 */
804 #define RSTV0910_P2_CFRIBASE0  0xf245
805 #define FSTV0910_P2_CFRINIT_BASE0  0xf24500ff
806 
807 /* P2_CFRLOW1 */
808 #define RSTV0910_P2_CFRLOW1  0xf246
809 #define FSTV0910_P2_CFR_LOW1  0xf24601ff
810 
811 /* P2_CFRLOW0 */
812 #define RSTV0910_P2_CFRLOW0  0xf247
813 #define FSTV0910_P2_CFR_LOW0  0xf24700ff
814 
815 /* P2_CFRINIT1 */
816 #define RSTV0910_P2_CFRINIT1  0xf248
817 #define FSTV0910_P2_CFR_INIT1  0xf24801ff
818 
819 /* P2_CFRINIT0 */
820 #define RSTV0910_P2_CFRINIT0  0xf249
821 #define FSTV0910_P2_CFR_INIT0  0xf24900ff
822 
823 /* P2_CFRINC1 */
824 #define RSTV0910_P2_CFRINC1  0xf24a
825 #define FSTV0910_P2_MANUAL_CFRINC  0xf24a7080
826 #define FSTV0910_P2_CFR_INC1  0xf24a003f
827 
828 /* P2_CFRINC0 */
829 #define RSTV0910_P2_CFRINC0  0xf24b
830 #define FSTV0910_P2_CFR_INC0  0xf24b00ff
831 
832 /* P2_CFR2 */
833 #define RSTV0910_P2_CFR2  0xf24c
834 #define FSTV0910_P2_CAR_FREQ2  0xf24c01ff
835 
836 /* P2_CFR1 */
837 #define RSTV0910_P2_CFR1  0xf24d
838 #define FSTV0910_P2_CAR_FREQ1  0xf24d00ff
839 
840 /* P2_CFR0 */
841 #define RSTV0910_P2_CFR0  0xf24e
842 #define FSTV0910_P2_CAR_FREQ0  0xf24e00ff
843 
844 /* P2_LDI */
845 #define RSTV0910_P2_LDI  0xf24f
846 #define FSTV0910_P2_LOCK_DET_INTEGR  0xf24f01ff
847 
848 /* P2_TMGCFG */
849 #define RSTV0910_P2_TMGCFG  0xf250
850 #define FSTV0910_P2_TMGLOCK_BETA  0xf25060c0
851 #define FSTV0910_P2_DO_TIMING_CORR  0xf2504010
852 #define FSTV0910_P2_TMG_MINFREQ  0xf2500003
853 
854 /* P2_RTC */
855 #define RSTV0910_P2_RTC  0xf251
856 #define FSTV0910_P2_TMGALPHA_EXP  0xf25140f0
857 #define FSTV0910_P2_TMGBETA_EXP  0xf251000f
858 
859 /* P2_RTCS2 */
860 #define RSTV0910_P2_RTCS2  0xf252
861 #define FSTV0910_P2_TMGALPHAS2_EXP  0xf25240f0
862 #define FSTV0910_P2_TMGBETAS2_EXP  0xf252000f
863 
864 /* P2_TMGTHRISE */
865 #define RSTV0910_P2_TMGTHRISE  0xf253
866 #define FSTV0910_P2_TMGLOCK_THRISE  0xf25300ff
867 
868 /* P2_TMGTHFALL */
869 #define RSTV0910_P2_TMGTHFALL  0xf254
870 #define FSTV0910_P2_TMGLOCK_THFALL  0xf25400ff
871 
872 /* P2_SFRUPRATIO */
873 #define RSTV0910_P2_SFRUPRATIO  0xf255
874 #define FSTV0910_P2_SFR_UPRATIO  0xf25500ff
875 
876 /* P2_SFRLOWRATIO */
877 #define RSTV0910_P2_SFRLOWRATIO  0xf256
878 #define FSTV0910_P2_SFR_LOWRATIO  0xf25600ff
879 
880 /* P2_KTTMG */
881 #define RSTV0910_P2_KTTMG  0xf257
882 #define FSTV0910_P2_KT_TMG_EXP  0xf25740f0
883 
884 /* P2_KREFTMG */
885 #define RSTV0910_P2_KREFTMG  0xf258
886 #define FSTV0910_P2_KREF_TMG  0xf25800ff
887 
888 /* P2_SFRSTEP */
889 #define RSTV0910_P2_SFRSTEP  0xf259
890 #define FSTV0910_P2_SFR_SCANSTEP  0xf25940f0
891 #define FSTV0910_P2_SFR_CENTERSTEP  0xf259000f
892 
893 /* P2_TMGCFG2 */
894 #define RSTV0910_P2_TMGCFG2  0xf25a
895 #define FSTV0910_P2_DIS_AUTOSAMP  0xf25a3008
896 #define FSTV0910_P2_SFRRATIO_FINE  0xf25a0001
897 
898 /* P2_KREFTMG2 */
899 #define RSTV0910_P2_KREFTMG2  0xf25b
900 #define FSTV0910_P2_KREF_TMG2  0xf25b00ff
901 
902 /* P2_TMGCFG3 */
903 #define RSTV0910_P2_TMGCFG3  0xf25d
904 #define FSTV0910_P2_CONT_TMGCENTER  0xf25d3008
905 #define FSTV0910_P2_AUTO_GUP  0xf25d2004
906 #define FSTV0910_P2_AUTO_GLOW  0xf25d1002
907 
908 /* P2_SFRINIT1 */
909 #define RSTV0910_P2_SFRINIT1  0xf25e
910 #define FSTV0910_P2_SFR_INIT1  0xf25e00ff
911 
912 /* P2_SFRINIT0 */
913 #define RSTV0910_P2_SFRINIT0  0xf25f
914 #define FSTV0910_P2_SFR_INIT0  0xf25f00ff
915 
916 /* P2_SFRUP1 */
917 #define RSTV0910_P2_SFRUP1  0xf260
918 #define FSTV0910_P2_SYMB_FREQ_UP1  0xf26000ff
919 
920 /* P2_SFRUP0 */
921 #define RSTV0910_P2_SFRUP0  0xf261
922 #define FSTV0910_P2_SYMB_FREQ_UP0  0xf26100ff
923 
924 /* P2_SFRLOW1 */
925 #define RSTV0910_P2_SFRLOW1  0xf262
926 #define FSTV0910_P2_SYMB_FREQ_LOW1  0xf26200ff
927 
928 /* P2_SFRLOW0 */
929 #define RSTV0910_P2_SFRLOW0  0xf263
930 #define FSTV0910_P2_SYMB_FREQ_LOW0  0xf26300ff
931 
932 /* P2_SFR3 */
933 #define RSTV0910_P2_SFR3  0xf264
934 #define FSTV0910_P2_SYMB_FREQ3  0xf26400ff
935 
936 /* P2_SFR2 */
937 #define RSTV0910_P2_SFR2  0xf265
938 #define FSTV0910_P2_SYMB_FREQ2  0xf26500ff
939 
940 /* P2_SFR1 */
941 #define RSTV0910_P2_SFR1  0xf266
942 #define FSTV0910_P2_SYMB_FREQ1  0xf26600ff
943 
944 /* P2_SFR0 */
945 #define RSTV0910_P2_SFR0  0xf267
946 #define FSTV0910_P2_SYMB_FREQ0  0xf26700ff
947 
948 /* P2_TMGREG2 */
949 #define RSTV0910_P2_TMGREG2  0xf268
950 #define FSTV0910_P2_TMGREG2  0xf26800ff
951 
952 /* P2_TMGREG1 */
953 #define RSTV0910_P2_TMGREG1  0xf269
954 #define FSTV0910_P2_TMGREG1  0xf26900ff
955 
956 /* P2_TMGREG0 */
957 #define RSTV0910_P2_TMGREG0  0xf26a
958 #define FSTV0910_P2_TMGREG0  0xf26a00ff
959 
960 /* P2_TMGLOCK1 */
961 #define RSTV0910_P2_TMGLOCK1  0xf26b
962 #define FSTV0910_P2_TMGLOCK_LEVEL1  0xf26b01ff
963 
964 /* P2_TMGLOCK0 */
965 #define RSTV0910_P2_TMGLOCK0  0xf26c
966 #define FSTV0910_P2_TMGLOCK_LEVEL0  0xf26c00ff
967 
968 /* P2_TMGOBS */
969 #define RSTV0910_P2_TMGOBS  0xf26d
970 #define FSTV0910_P2_ROLLOFF_STATUS  0xf26d60c0
971 
972 /* P2_EQUALCFG */
973 #define RSTV0910_P2_EQUALCFG  0xf26f
974 #define FSTV0910_P2_EQUAL_ON  0xf26f6040
975 #define FSTV0910_P2_MU_EQUALDFE  0xf26f0007
976 
977 /* P2_EQUAI1 */
978 #define RSTV0910_P2_EQUAI1  0xf270
979 #define FSTV0910_P2_EQUA_ACCI1  0xf27001ff
980 
981 /* P2_EQUAQ1 */
982 #define RSTV0910_P2_EQUAQ1  0xf271
983 #define FSTV0910_P2_EQUA_ACCQ1  0xf27101ff
984 
985 /* P2_EQUAI2 */
986 #define RSTV0910_P2_EQUAI2  0xf272
987 #define FSTV0910_P2_EQUA_ACCI2  0xf27201ff
988 
989 /* P2_EQUAQ2 */
990 #define RSTV0910_P2_EQUAQ2  0xf273
991 #define FSTV0910_P2_EQUA_ACCQ2  0xf27301ff
992 
993 /* P2_EQUAI3 */
994 #define RSTV0910_P2_EQUAI3  0xf274
995 #define FSTV0910_P2_EQUA_ACCI3  0xf27401ff
996 
997 /* P2_EQUAQ3 */
998 #define RSTV0910_P2_EQUAQ3  0xf275
999 #define FSTV0910_P2_EQUA_ACCQ3  0xf27501ff
1000 
1001 /* P2_EQUAI4 */
1002 #define RSTV0910_P2_EQUAI4  0xf276
1003 #define FSTV0910_P2_EQUA_ACCI4  0xf27601ff
1004 
1005 /* P2_EQUAQ4 */
1006 #define RSTV0910_P2_EQUAQ4  0xf277
1007 #define FSTV0910_P2_EQUA_ACCQ4  0xf27701ff
1008 
1009 /* P2_EQUAI5 */
1010 #define RSTV0910_P2_EQUAI5  0xf278
1011 #define FSTV0910_P2_EQUA_ACCI5  0xf27801ff
1012 
1013 /* P2_EQUAQ5 */
1014 #define RSTV0910_P2_EQUAQ5  0xf279
1015 #define FSTV0910_P2_EQUA_ACCQ5  0xf27901ff
1016 
1017 /* P2_EQUAI6 */
1018 #define RSTV0910_P2_EQUAI6  0xf27a
1019 #define FSTV0910_P2_EQUA_ACCI6  0xf27a01ff
1020 
1021 /* P2_EQUAQ6 */
1022 #define RSTV0910_P2_EQUAQ6  0xf27b
1023 #define FSTV0910_P2_EQUA_ACCQ6  0xf27b01ff
1024 
1025 /* P2_EQUAI7 */
1026 #define RSTV0910_P2_EQUAI7  0xf27c
1027 #define FSTV0910_P2_EQUA_ACCI7  0xf27c01ff
1028 
1029 /* P2_EQUAQ7 */
1030 #define RSTV0910_P2_EQUAQ7  0xf27d
1031 #define FSTV0910_P2_EQUA_ACCQ7  0xf27d01ff
1032 
1033 /* P2_EQUAI8 */
1034 #define RSTV0910_P2_EQUAI8  0xf27e
1035 #define FSTV0910_P2_EQUA_ACCI8  0xf27e01ff
1036 
1037 /* P2_EQUAQ8 */
1038 #define RSTV0910_P2_EQUAQ8  0xf27f
1039 #define FSTV0910_P2_EQUA_ACCQ8  0xf27f01ff
1040 
1041 /* P2_NNOSDATAT1 */
1042 #define RSTV0910_P2_NNOSDATAT1  0xf280
1043 #define FSTV0910_P2_NOSDATAT_NORMED1  0xf28000ff
1044 
1045 /* P2_NNOSDATAT0 */
1046 #define RSTV0910_P2_NNOSDATAT0  0xf281
1047 #define FSTV0910_P2_NOSDATAT_NORMED0  0xf28100ff
1048 
1049 /* P2_NNOSDATA1 */
1050 #define RSTV0910_P2_NNOSDATA1  0xf282
1051 #define FSTV0910_P2_NOSDATA_NORMED1  0xf28200ff
1052 
1053 /* P2_NNOSDATA0 */
1054 #define RSTV0910_P2_NNOSDATA0  0xf283
1055 #define FSTV0910_P2_NOSDATA_NORMED0  0xf28300ff
1056 
1057 /* P2_NNOSPLHT1 */
1058 #define RSTV0910_P2_NNOSPLHT1  0xf284
1059 #define FSTV0910_P2_NOSPLHT_NORMED1  0xf28400ff
1060 
1061 /* P2_NNOSPLHT0 */
1062 #define RSTV0910_P2_NNOSPLHT0  0xf285
1063 #define FSTV0910_P2_NOSPLHT_NORMED0  0xf28500ff
1064 
1065 /* P2_NNOSPLH1 */
1066 #define RSTV0910_P2_NNOSPLH1  0xf286
1067 #define FSTV0910_P2_NOSPLH_NORMED1  0xf28600ff
1068 
1069 /* P2_NNOSPLH0 */
1070 #define RSTV0910_P2_NNOSPLH0  0xf287
1071 #define FSTV0910_P2_NOSPLH_NORMED0  0xf28700ff
1072 
1073 /* P2_NOSDATAT1 */
1074 #define RSTV0910_P2_NOSDATAT1  0xf288
1075 #define FSTV0910_P2_NOSDATAT_UNNORMED1  0xf28800ff
1076 
1077 /* P2_NOSDATAT0 */
1078 #define RSTV0910_P2_NOSDATAT0  0xf289
1079 #define FSTV0910_P2_NOSDATAT_UNNORMED0  0xf28900ff
1080 
1081 /* P2_NNOSFRAME1 */
1082 #define RSTV0910_P2_NNOSFRAME1  0xf28a
1083 #define FSTV0910_P2_NOSFRAME_NORMED1  0xf28a00ff
1084 
1085 /* P2_NNOSFRAME0 */
1086 #define RSTV0910_P2_NNOSFRAME0  0xf28b
1087 #define FSTV0910_P2_NOSFRAME_NORMED0  0xf28b00ff
1088 
1089 /* P2_NNOSRAD1 */
1090 #define RSTV0910_P2_NNOSRAD1  0xf28c
1091 #define FSTV0910_P2_NOSRADIAL_NORMED1  0xf28c00ff
1092 
1093 /* P2_NNOSRAD0 */
1094 #define RSTV0910_P2_NNOSRAD0  0xf28d
1095 #define FSTV0910_P2_NOSRADIAL_NORMED0  0xf28d00ff
1096 
1097 /* P2_NOSCFGF1 */
1098 #define RSTV0910_P2_NOSCFGF1  0xf28e
1099 #define FSTV0910_P2_LOWNOISE_MESURE  0xf28e7080
1100 #define FSTV0910_P2_NOS_DELFRAME  0xf28e6040
1101 #define FSTV0910_P2_NOSDATA_MODE  0xf28e4030
1102 #define FSTV0910_P2_FRAMESEL_TYPESEL  0xf28e200c
1103 #define FSTV0910_P2_FRAMESEL_TYPE  0xf28e0003
1104 
1105 /* P2_NOSCFGF2 */
1106 #define RSTV0910_P2_NOSCFGF2  0xf28f
1107 #define FSTV0910_P2_DIS_NOSPILOTS  0xf28f7080
1108 #define FSTV0910_P2_FRAMESEL_MODCODSEL  0xf28f5060
1109 #define FSTV0910_P2_FRAMESEL_MODCOD  0xf28f001f
1110 
1111 /* P2_CAR2CFG */
1112 #define RSTV0910_P2_CAR2CFG  0xf290
1113 #define FSTV0910_P2_ROTA2ON  0xf2902004
1114 #define FSTV0910_P2_PH_DET_ALGO2  0xf2900003
1115 
1116 /* P2_CFR2CFR1 */
1117 #define RSTV0910_P2_CFR2CFR1  0xf291
1118 #define FSTV0910_P2_EN_S2CAR2CENTER  0xf2915020
1119 #define FSTV0910_P2_CFR2TOCFR1_BETA  0xf2910007
1120 
1121 /* P2_CAR3CFG */
1122 #define RSTV0910_P2_CAR3CFG  0xf292
1123 #define FSTV0910_P2_CARRIER23_MODE  0xf29260c0
1124 #define FSTV0910_P2_CAR3INTERM_DVBS1  0xf2925020
1125 #define FSTV0910_P2_ABAMPLIF_MODE  0xf2923018
1126 #define FSTV0910_P2_CARRIER3_ALPHA3DL  0xf2920007
1127 
1128 /* P2_CFR22 */
1129 #define RSTV0910_P2_CFR22  0xf293
1130 #define FSTV0910_P2_CAR2_FREQ2  0xf29301ff
1131 
1132 /* P2_CFR21 */
1133 #define RSTV0910_P2_CFR21  0xf294
1134 #define FSTV0910_P2_CAR2_FREQ1  0xf29400ff
1135 
1136 /* P2_CFR20 */
1137 #define RSTV0910_P2_CFR20  0xf295
1138 #define FSTV0910_P2_CAR2_FREQ0  0xf29500ff
1139 
1140 /* P2_ACLC2S2Q */
1141 #define RSTV0910_P2_ACLC2S2Q  0xf297
1142 #define FSTV0910_P2_ENAB_SPSKSYMB  0xf2977080
1143 #define FSTV0910_P2_CAR2S2_Q_ALPH_M  0xf2974030
1144 #define FSTV0910_P2_CAR2S2_Q_ALPH_E  0xf297000f
1145 
1146 /* P2_ACLC2S28 */
1147 #define RSTV0910_P2_ACLC2S28  0xf298
1148 #define FSTV0910_P2_CAR2S2_8_ALPH_M  0xf2984030
1149 #define FSTV0910_P2_CAR2S2_8_ALPH_E  0xf298000f
1150 
1151 /* P2_ACLC2S216A */
1152 #define RSTV0910_P2_ACLC2S216A  0xf299
1153 #define FSTV0910_P2_CAR2S2_16A_ALPH_M  0xf2994030
1154 #define FSTV0910_P2_CAR2S2_16A_ALPH_E  0xf299000f
1155 
1156 /* P2_ACLC2S232A */
1157 #define RSTV0910_P2_ACLC2S232A  0xf29a
1158 #define FSTV0910_P2_CAR2S2_32A_ALPH_M  0xf29a4030
1159 #define FSTV0910_P2_CAR2S2_32A_ALPH_E  0xf29a000f
1160 
1161 /* P2_BCLC2S2Q */
1162 #define RSTV0910_P2_BCLC2S2Q  0xf29c
1163 #define FSTV0910_P2_CAR2S2_Q_BETA_M  0xf29c4030
1164 #define FSTV0910_P2_CAR2S2_Q_BETA_E  0xf29c000f
1165 
1166 /* P2_BCLC2S28 */
1167 #define RSTV0910_P2_BCLC2S28  0xf29d
1168 #define FSTV0910_P2_CAR2S2_8_BETA_M  0xf29d4030
1169 #define FSTV0910_P2_CAR2S2_8_BETA_E  0xf29d000f
1170 
1171 /* P2_BCLC2S216A */
1172 #define RSTV0910_P2_BCLC2S216A  0xf29e
1173 #define FSTV0910_P2_DVBS2S216A_NIP  0xf29e7080
1174 #define FSTV0910_P2_CAR2S2_16A_BETA_M  0xf29e4030
1175 #define FSTV0910_P2_CAR2S2_16A_BETA_E  0xf29e000f
1176 
1177 /* P2_BCLC2S232A */
1178 #define RSTV0910_P2_BCLC2S232A  0xf29f
1179 #define FSTV0910_P2_DVBS2S232A_NIP  0xf29f7080
1180 #define FSTV0910_P2_CAR2S2_32A_BETA_M  0xf29f4030
1181 #define FSTV0910_P2_CAR2S2_32A_BETA_E  0xf29f000f
1182 
1183 /* P2_PLROOT2 */
1184 #define RSTV0910_P2_PLROOT2  0xf2ac
1185 #define FSTV0910_P2_PLSCRAMB_MODE  0xf2ac200c
1186 #define FSTV0910_P2_PLSCRAMB_ROOT2  0xf2ac0003
1187 
1188 /* P2_PLROOT1 */
1189 #define RSTV0910_P2_PLROOT1  0xf2ad
1190 #define FSTV0910_P2_PLSCRAMB_ROOT1  0xf2ad00ff
1191 
1192 /* P2_PLROOT0 */
1193 #define RSTV0910_P2_PLROOT0  0xf2ae
1194 #define FSTV0910_P2_PLSCRAMB_ROOT0  0xf2ae00ff
1195 
1196 /* P2_MODCODLST0 */
1197 #define RSTV0910_P2_MODCODLST0  0xf2b0
1198 #define FSTV0910_P2_NACCES_MODCODCH  0xf2b00001
1199 
1200 /* P2_MODCODLST1 */
1201 #define RSTV0910_P2_MODCODLST1  0xf2b1
1202 #define FSTV0910_P2_SYMBRATE_FILTER  0xf2b13008
1203 #define FSTV0910_P2_NRESET_MODCODLST  0xf2b12004
1204 #define FSTV0910_P2_DIS_32PSK_9_10  0xf2b10003
1205 
1206 /* P2_MODCODLST2 */
1207 #define RSTV0910_P2_MODCODLST2  0xf2b2
1208 #define FSTV0910_P2_DIS_32PSK_8_9  0xf2b240f0
1209 #define FSTV0910_P2_DIS_32PSK_5_6  0xf2b2000f
1210 
1211 /* P2_MODCODLST3 */
1212 #define RSTV0910_P2_MODCODLST3  0xf2b3
1213 #define FSTV0910_P2_DIS_32PSK_4_5  0xf2b340f0
1214 #define FSTV0910_P2_DIS_32PSK_3_4  0xf2b3000f
1215 
1216 /* P2_MODCODLST4 */
1217 #define RSTV0910_P2_MODCODLST4  0xf2b4
1218 #define FSTV0910_P2_DUMMYPL_PILOT  0xf2b47080
1219 #define FSTV0910_P2_DUMMYPL_NOPILOT  0xf2b46040
1220 #define FSTV0910_P2_DIS_16PSK_9_10  0xf2b44030
1221 #define FSTV0910_P2_DIS_16PSK_8_9  0xf2b4000f
1222 
1223 /* P2_MODCODLST5 */
1224 #define RSTV0910_P2_MODCODLST5  0xf2b5
1225 #define FSTV0910_P2_DIS_16PSK_5_6  0xf2b540f0
1226 #define FSTV0910_P2_DIS_16PSK_4_5  0xf2b5000f
1227 
1228 /* P2_MODCODLST6 */
1229 #define RSTV0910_P2_MODCODLST6  0xf2b6
1230 #define FSTV0910_P2_DIS_16PSK_3_4  0xf2b640f0
1231 #define FSTV0910_P2_DIS_16PSK_2_3  0xf2b6000f
1232 
1233 /* P2_MODCODLST7 */
1234 #define RSTV0910_P2_MODCODLST7  0xf2b7
1235 #define FSTV0910_P2_MODCOD_NNOSFILTER  0xf2b77080
1236 #define FSTV0910_P2_DIS_8PSK_9_10  0xf2b74030
1237 #define FSTV0910_P2_DIS_8PSK_8_9  0xf2b7000f
1238 
1239 /* P2_MODCODLST8 */
1240 #define RSTV0910_P2_MODCODLST8  0xf2b8
1241 #define FSTV0910_P2_DIS_8PSK_5_6  0xf2b840f0
1242 #define FSTV0910_P2_DIS_8PSK_3_4  0xf2b8000f
1243 
1244 /* P2_MODCODLST9 */
1245 #define RSTV0910_P2_MODCODLST9  0xf2b9
1246 #define FSTV0910_P2_DIS_8PSK_2_3  0xf2b940f0
1247 #define FSTV0910_P2_DIS_8PSK_3_5  0xf2b9000f
1248 
1249 /* P2_MODCODLSTA */
1250 #define RSTV0910_P2_MODCODLSTA  0xf2ba
1251 #define FSTV0910_P2_NOSFILTER_LIMITE  0xf2ba7080
1252 #define FSTV0910_P2_DIS_QPSK_9_10  0xf2ba4030
1253 #define FSTV0910_P2_DIS_QPSK_8_9  0xf2ba000f
1254 
1255 /* P2_MODCODLSTB */
1256 #define RSTV0910_P2_MODCODLSTB  0xf2bb
1257 #define FSTV0910_P2_DIS_QPSK_5_6  0xf2bb40f0
1258 #define FSTV0910_P2_DIS_QPSK_4_5  0xf2bb000f
1259 
1260 /* P2_MODCODLSTC */
1261 #define RSTV0910_P2_MODCODLSTC  0xf2bc
1262 #define FSTV0910_P2_DIS_QPSK_3_4  0xf2bc40f0
1263 #define FSTV0910_P2_DIS_QPSK_2_3  0xf2bc000f
1264 
1265 /* P2_MODCODLSTD */
1266 #define RSTV0910_P2_MODCODLSTD  0xf2bd
1267 #define FSTV0910_P2_DIS_QPSK_3_5  0xf2bd40f0
1268 #define FSTV0910_P2_DIS_QPSK_1_2  0xf2bd000f
1269 
1270 /* P2_MODCODLSTE */
1271 #define RSTV0910_P2_MODCODLSTE  0xf2be
1272 #define FSTV0910_P2_DIS_QPSK_2_5  0xf2be40f0
1273 #define FSTV0910_P2_DIS_QPSK_1_3  0xf2be000f
1274 
1275 /* P2_MODCODLSTF */
1276 #define RSTV0910_P2_MODCODLSTF  0xf2bf
1277 #define FSTV0910_P2_DIS_QPSK_1_4  0xf2bf40f0
1278 #define FSTV0910_P2_DEMOD_INVMODLST  0xf2bf3008
1279 #define FSTV0910_P2_DEMODOUT_ENABLE  0xf2bf2004
1280 #define FSTV0910_P2_DDEMOD_NSET  0xf2bf1002
1281 #define FSTV0910_P2_MODCOD_NSTOCK  0xf2bf0001
1282 
1283 /* P2_GAUSSR0 */
1284 #define RSTV0910_P2_GAUSSR0  0xf2c0
1285 #define FSTV0910_P2_EN_CCIMODE  0xf2c07080
1286 #define FSTV0910_P2_R0_GAUSSIEN  0xf2c0007f
1287 
1288 /* P2_CCIR0 */
1289 #define RSTV0910_P2_CCIR0  0xf2c1
1290 #define FSTV0910_P2_CCIDETECT_PLHONLY  0xf2c17080
1291 #define FSTV0910_P2_R0_CCI  0xf2c1007f
1292 
1293 /* P2_CCIQUANT */
1294 #define RSTV0910_P2_CCIQUANT  0xf2c2
1295 #define FSTV0910_P2_CCI_BETA  0xf2c250e0
1296 #define FSTV0910_P2_CCI_QUANT  0xf2c2001f
1297 
1298 /* P2_CCITHRES */
1299 #define RSTV0910_P2_CCITHRES  0xf2c3
1300 #define FSTV0910_P2_CCI_THRESHOLD  0xf2c300ff
1301 
1302 /* P2_CCIACC */
1303 #define RSTV0910_P2_CCIACC  0xf2c4
1304 #define FSTV0910_P2_CCI_VALUE  0xf2c400ff
1305 
1306 /* P2_DSTATUS4 */
1307 #define RSTV0910_P2_DSTATUS4  0xf2c5
1308 #define FSTV0910_P2_RAINFADE_DETECT  0xf2c57080
1309 #define FSTV0910_P2_NOTHRES2_FAIL  0xf2c56040
1310 #define FSTV0910_P2_NOTHRES1_FAIL  0xf2c55020
1311 #define FSTV0910_P2_DMDPROG_ERROR  0xf2c52004
1312 #define FSTV0910_P2_CSTENV_DETECT  0xf2c51002
1313 #define FSTV0910_P2_DETECTION_TRIAX  0xf2c50001
1314 
1315 /* P2_DMDRESCFG */
1316 #define RSTV0910_P2_DMDRESCFG  0xf2c6
1317 #define FSTV0910_P2_DMDRES_RESET  0xf2c67080
1318 #define FSTV0910_P2_DMDRES_STRALL  0xf2c63008
1319 #define FSTV0910_P2_DMDRES_NEWONLY  0xf2c62004
1320 #define FSTV0910_P2_DMDRES_NOSTORE  0xf2c61002
1321 
1322 /* P2_DMDRESADR */
1323 #define RSTV0910_P2_DMDRESADR  0xf2c7
1324 #define FSTV0910_P2_DMDRES_VALIDCFR  0xf2c76040
1325 #define FSTV0910_P2_DMDRES_MEMFULL  0xf2c74030
1326 #define FSTV0910_P2_DMDRES_RESNBR  0xf2c7000f
1327 
1328 /* P2_DMDRESDATA7 */
1329 #define RSTV0910_P2_DMDRESDATA7  0xf2c8
1330 #define FSTV0910_P2_DMDRES_DATA7  0xf2c800ff
1331 
1332 /* P2_DMDRESDATA6 */
1333 #define RSTV0910_P2_DMDRESDATA6  0xf2c9
1334 #define FSTV0910_P2_DMDRES_DATA6  0xf2c900ff
1335 
1336 /* P2_DMDRESDATA5 */
1337 #define RSTV0910_P2_DMDRESDATA5  0xf2ca
1338 #define FSTV0910_P2_DMDRES_DATA5  0xf2ca00ff
1339 
1340 /* P2_DMDRESDATA4 */
1341 #define RSTV0910_P2_DMDRESDATA4  0xf2cb
1342 #define FSTV0910_P2_DMDRES_DATA4  0xf2cb00ff
1343 
1344 /* P2_DMDRESDATA3 */
1345 #define RSTV0910_P2_DMDRESDATA3  0xf2cc
1346 #define FSTV0910_P2_DMDRES_DATA3  0xf2cc00ff
1347 
1348 /* P2_DMDRESDATA2 */
1349 #define RSTV0910_P2_DMDRESDATA2  0xf2cd
1350 #define FSTV0910_P2_DMDRES_DATA2  0xf2cd00ff
1351 
1352 /* P2_DMDRESDATA1 */
1353 #define RSTV0910_P2_DMDRESDATA1  0xf2ce
1354 #define FSTV0910_P2_DMDRES_DATA1  0xf2ce00ff
1355 
1356 /* P2_DMDRESDATA0 */
1357 #define RSTV0910_P2_DMDRESDATA0  0xf2cf
1358 #define FSTV0910_P2_DMDRES_DATA0  0xf2cf00ff
1359 
1360 /* P2_FFEI1 */
1361 #define RSTV0910_P2_FFEI1  0xf2d0
1362 #define FSTV0910_P2_FFE_ACCI1  0xf2d001ff
1363 
1364 /* P2_FFEQ1 */
1365 #define RSTV0910_P2_FFEQ1  0xf2d1
1366 #define FSTV0910_P2_FFE_ACCQ1  0xf2d101ff
1367 
1368 /* P2_FFEI2 */
1369 #define RSTV0910_P2_FFEI2  0xf2d2
1370 #define FSTV0910_P2_FFE_ACCI2  0xf2d201ff
1371 
1372 /* P2_FFEQ2 */
1373 #define RSTV0910_P2_FFEQ2  0xf2d3
1374 #define FSTV0910_P2_FFE_ACCQ2  0xf2d301ff
1375 
1376 /* P2_FFEI3 */
1377 #define RSTV0910_P2_FFEI3  0xf2d4
1378 #define FSTV0910_P2_FFE_ACCI3  0xf2d401ff
1379 
1380 /* P2_FFEQ3 */
1381 #define RSTV0910_P2_FFEQ3  0xf2d5
1382 #define FSTV0910_P2_FFE_ACCQ3  0xf2d501ff
1383 
1384 /* P2_FFEI4 */
1385 #define RSTV0910_P2_FFEI4  0xf2d6
1386 #define FSTV0910_P2_FFE_ACCI4  0xf2d601ff
1387 
1388 /* P2_FFEQ4 */
1389 #define RSTV0910_P2_FFEQ4  0xf2d7
1390 #define FSTV0910_P2_FFE_ACCQ4  0xf2d701ff
1391 
1392 /* P2_FFECFG */
1393 #define RSTV0910_P2_FFECFG  0xf2d8
1394 #define FSTV0910_P2_EQUALFFE_ON  0xf2d86040
1395 #define FSTV0910_P2_EQUAL_USEDSYMB  0xf2d84030
1396 #define FSTV0910_P2_MU_EQUALFFE  0xf2d80007
1397 
1398 /* P2_TNRCFG2 */
1399 #define RSTV0910_P2_TNRCFG2  0xf2e1
1400 #define FSTV0910_P2_TUN_IQSWAP  0xf2e17080
1401 
1402 /* P2_SMAPCOEF7 */
1403 #define RSTV0910_P2_SMAPCOEF7  0xf300
1404 #define FSTV0910_P2_DIS_QSCALE  0xf3007080
1405 #define FSTV0910_P2_SMAPCOEF_Q_LLR12  0xf300017f
1406 
1407 /* P2_SMAPCOEF6 */
1408 #define RSTV0910_P2_SMAPCOEF6  0xf301
1409 #define FSTV0910_P2_DIS_AGC2SCALE  0xf3017080
1410 #define FSTV0910_P2_ADJ_8PSKLLR1  0xf3012004
1411 #define FSTV0910_P2_OLD_8PSKLLR1  0xf3011002
1412 #define FSTV0910_P2_DIS_AB8PSK  0xf3010001
1413 
1414 /* P2_SMAPCOEF5 */
1415 #define RSTV0910_P2_SMAPCOEF5  0xf302
1416 #define FSTV0910_P2_DIS_8SCALE  0xf3027080
1417 #define FSTV0910_P2_SMAPCOEF_8P_LLR23  0xf302017f
1418 
1419 /* P2_SMAPCOEF4 */
1420 #define RSTV0910_P2_SMAPCOEF4  0xf303
1421 #define FSTV0910_P2_SMAPCOEF_16APSK_LLR12  0xf303017f
1422 
1423 /* P2_SMAPCOEF3 */
1424 #define RSTV0910_P2_SMAPCOEF3  0xf304
1425 #define FSTV0910_P2_SMAPCOEF_16APSK_LLR34  0xf304017f
1426 
1427 /* P2_SMAPCOEF2 */
1428 #define RSTV0910_P2_SMAPCOEF2  0xf305
1429 #define FSTV0910_P2_SMAPCOEF_32APSK_R2R3  0xf30541f0
1430 #define FSTV0910_P2_SMAPCOEF_32APSK_LLR2  0xf305010f
1431 
1432 /* P2_SMAPCOEF1 */
1433 #define RSTV0910_P2_SMAPCOEF1  0xf306
1434 #define FSTV0910_P2_DIS_16SCALE  0xf3067080
1435 #define FSTV0910_P2_SMAPCOEF_32_LLR34  0xf306017f
1436 
1437 /* P2_SMAPCOEF0 */
1438 #define RSTV0910_P2_SMAPCOEF0  0xf307
1439 #define FSTV0910_P2_DIS_32SCALE  0xf3077080
1440 #define FSTV0910_P2_SMAPCOEF_32_LLR15  0xf307017f
1441 
1442 /* P2_NOSTHRES1 */
1443 #define RSTV0910_P2_NOSTHRES1  0xf309
1444 #define FSTV0910_P2_NOS_THRESHOLD1  0xf30900ff
1445 
1446 /* P2_NOSTHRES2 */
1447 #define RSTV0910_P2_NOSTHRES2  0xf30a
1448 #define FSTV0910_P2_NOS_THRESHOLD2  0xf30a00ff
1449 
1450 /* P2_NOSDIFF1 */
1451 #define RSTV0910_P2_NOSDIFF1  0xf30b
1452 #define FSTV0910_P2_NOSTHRES1_DIFF  0xf30b00ff
1453 
1454 /* P2_RAINFADE */
1455 #define RSTV0910_P2_RAINFADE  0xf30c
1456 #define FSTV0910_P2_NOSTHRES_DATAT  0xf30c7080
1457 #define FSTV0910_P2_RAINFADE_CNLIMIT  0xf30c4070
1458 #define FSTV0910_P2_RAINFADE_TIMEOUT  0xf30c0007
1459 
1460 /* P2_NOSRAMCFG */
1461 #define RSTV0910_P2_NOSRAMCFG  0xf30d
1462 #define FSTV0910_P2_NOSRAM_ACTIVATION  0xf30d4030
1463 #define FSTV0910_P2_NOSRAM_CNRONLY  0xf30d3008
1464 #define FSTV0910_P2_NOSRAM_LGNCNR1  0xf30d0007
1465 
1466 /* P2_NOSRAMPOS */
1467 #define RSTV0910_P2_NOSRAMPOS  0xf30e
1468 #define FSTV0910_P2_NOSRAM_LGNCNR0  0xf30e40f0
1469 #define FSTV0910_P2_NOSRAM_VALIDE  0xf30e2004
1470 #define FSTV0910_P2_NOSRAM_CNRVAL1  0xf30e0003
1471 
1472 /* P2_NOSRAMVAL */
1473 #define RSTV0910_P2_NOSRAMVAL  0xf30f
1474 #define FSTV0910_P2_NOSRAM_CNRVAL0  0xf30f00ff
1475 
1476 /* P2_DMDPLHSTAT */
1477 #define RSTV0910_P2_DMDPLHSTAT  0xf320
1478 #define FSTV0910_P2_PLH_STATISTIC  0xf32000ff
1479 
1480 /* P2_LOCKTIME3 */
1481 #define RSTV0910_P2_LOCKTIME3  0xf322
1482 #define FSTV0910_P2_DEMOD_LOCKTIME3  0xf32200ff
1483 
1484 /* P2_LOCKTIME2 */
1485 #define RSTV0910_P2_LOCKTIME2  0xf323
1486 #define FSTV0910_P2_DEMOD_LOCKTIME2  0xf32300ff
1487 
1488 /* P2_LOCKTIME1 */
1489 #define RSTV0910_P2_LOCKTIME1  0xf324
1490 #define FSTV0910_P2_DEMOD_LOCKTIME1  0xf32400ff
1491 
1492 /* P2_LOCKTIME0 */
1493 #define RSTV0910_P2_LOCKTIME0  0xf325
1494 #define FSTV0910_P2_DEMOD_LOCKTIME0  0xf32500ff
1495 
1496 /* P2_VITSCALE */
1497 #define RSTV0910_P2_VITSCALE  0xf332
1498 #define FSTV0910_P2_NVTH_NOSRANGE  0xf3327080
1499 #define FSTV0910_P2_VERROR_MAXMODE  0xf3326040
1500 #define FSTV0910_P2_NSLOWSN_LOCKED  0xf3323008
1501 #define FSTV0910_P2_DIS_RSFLOCK  0xf3321002
1502 
1503 /* P2_FECM */
1504 #define RSTV0910_P2_FECM  0xf333
1505 #define FSTV0910_P2_DSS_DVB  0xf3337080
1506 #define FSTV0910_P2_DSS_SRCH  0xf3334010
1507 #define FSTV0910_P2_SYNCVIT  0xf3331002
1508 #define FSTV0910_P2_IQINV  0xf3330001
1509 
1510 /* P2_VTH12 */
1511 #define RSTV0910_P2_VTH12  0xf334
1512 #define FSTV0910_P2_VTH12  0xf33400ff
1513 
1514 /* P2_VTH23 */
1515 #define RSTV0910_P2_VTH23  0xf335
1516 #define FSTV0910_P2_VTH23  0xf33500ff
1517 
1518 /* P2_VTH34 */
1519 #define RSTV0910_P2_VTH34  0xf336
1520 #define FSTV0910_P2_VTH34  0xf33600ff
1521 
1522 /* P2_VTH56 */
1523 #define RSTV0910_P2_VTH56  0xf337
1524 #define FSTV0910_P2_VTH56  0xf33700ff
1525 
1526 /* P2_VTH67 */
1527 #define RSTV0910_P2_VTH67  0xf338
1528 #define FSTV0910_P2_VTH67  0xf33800ff
1529 
1530 /* P2_VTH78 */
1531 #define RSTV0910_P2_VTH78  0xf339
1532 #define FSTV0910_P2_VTH78  0xf33900ff
1533 
1534 /* P2_VITCURPUN */
1535 #define RSTV0910_P2_VITCURPUN  0xf33a
1536 #define FSTV0910_P2_VIT_CURPUN  0xf33a001f
1537 
1538 /* P2_VERROR */
1539 #define RSTV0910_P2_VERROR  0xf33b
1540 #define FSTV0910_P2_REGERR_VIT  0xf33b00ff
1541 
1542 /* P2_PRVIT */
1543 #define RSTV0910_P2_PRVIT  0xf33c
1544 #define FSTV0910_P2_DIS_VTHLOCK  0xf33c6040
1545 #define FSTV0910_P2_E7_8VIT  0xf33c5020
1546 #define FSTV0910_P2_E6_7VIT  0xf33c4010
1547 #define FSTV0910_P2_E5_6VIT  0xf33c3008
1548 #define FSTV0910_P2_E3_4VIT  0xf33c2004
1549 #define FSTV0910_P2_E2_3VIT  0xf33c1002
1550 #define FSTV0910_P2_E1_2VIT  0xf33c0001
1551 
1552 /* P2_VAVSRVIT */
1553 #define RSTV0910_P2_VAVSRVIT  0xf33d
1554 #define FSTV0910_P2_AMVIT  0xf33d7080
1555 #define FSTV0910_P2_FROZENVIT  0xf33d6040
1556 #define FSTV0910_P2_SNVIT  0xf33d4030
1557 #define FSTV0910_P2_TOVVIT  0xf33d200c
1558 #define FSTV0910_P2_HYPVIT  0xf33d0003
1559 
1560 /* P2_VSTATUSVIT */
1561 #define RSTV0910_P2_VSTATUSVIT  0xf33e
1562 #define FSTV0910_P2_PRFVIT  0xf33e4010
1563 #define FSTV0910_P2_LOCKEDVIT  0xf33e3008
1564 
1565 /* P2_VTHINUSE */
1566 #define RSTV0910_P2_VTHINUSE  0xf33f
1567 #define FSTV0910_P2_VIT_INUSE  0xf33f00ff
1568 
1569 /* P2_KDIV12 */
1570 #define RSTV0910_P2_KDIV12  0xf340
1571 #define FSTV0910_P2_K_DIVIDER_12  0xf340007f
1572 
1573 /* P2_KDIV23 */
1574 #define RSTV0910_P2_KDIV23  0xf341
1575 #define FSTV0910_P2_K_DIVIDER_23  0xf341007f
1576 
1577 /* P2_KDIV34 */
1578 #define RSTV0910_P2_KDIV34  0xf342
1579 #define FSTV0910_P2_K_DIVIDER_34  0xf342007f
1580 
1581 /* P2_KDIV56 */
1582 #define RSTV0910_P2_KDIV56  0xf343
1583 #define FSTV0910_P2_K_DIVIDER_56  0xf343007f
1584 
1585 /* P2_KDIV67 */
1586 #define RSTV0910_P2_KDIV67  0xf344
1587 #define FSTV0910_P2_K_DIVIDER_67  0xf344007f
1588 
1589 /* P2_KDIV78 */
1590 #define RSTV0910_P2_KDIV78  0xf345
1591 #define FSTV0910_P2_K_DIVIDER_78  0xf345007f
1592 
1593 /* P2_TSPIDFLT1 */
1594 #define RSTV0910_P2_TSPIDFLT1  0xf346
1595 #define FSTV0910_P2_PIDFLT_ADDR  0xf34600ff
1596 
1597 /* P2_TSPIDFLT0 */
1598 #define RSTV0910_P2_TSPIDFLT0  0xf347
1599 #define FSTV0910_P2_PIDFLT_DATA  0xf34700ff
1600 
1601 /* P2_PDELCTRL0 */
1602 #define RSTV0910_P2_PDELCTRL0  0xf34f
1603 #define FSTV0910_P2_ISIOBS_MODE  0xf34f4030
1604 
1605 /* P2_PDELCTRL1 */
1606 #define RSTV0910_P2_PDELCTRL1  0xf350
1607 #define FSTV0910_P2_INV_MISMASK  0xf3507080
1608 #define FSTV0910_P2_FILTER_EN  0xf3505020
1609 #define FSTV0910_P2_HYSTEN  0xf3503008
1610 #define FSTV0910_P2_HYSTSWRST  0xf3502004
1611 #define FSTV0910_P2_EN_MIS00  0xf3501002
1612 #define FSTV0910_P2_ALGOSWRST  0xf3500001
1613 
1614 /* P2_PDELCTRL2 */
1615 #define RSTV0910_P2_PDELCTRL2  0xf351
1616 #define FSTV0910_P2_FORCE_CONTINUOUS  0xf3517080
1617 #define FSTV0910_P2_RESET_UPKO_COUNT  0xf3516040
1618 #define FSTV0910_P2_USER_PKTDELIN_NB  0xf3515020
1619 #define FSTV0910_P2_FRAME_MODE  0xf3511002
1620 
1621 /* P2_HYSTTHRESH */
1622 #define RSTV0910_P2_HYSTTHRESH  0xf354
1623 #define FSTV0910_P2_DELIN_LOCKTHRES  0xf35440f0
1624 #define FSTV0910_P2_DELIN_UNLOCKTHRES  0xf354000f
1625 
1626 /* P2_UPLCCST0 */
1627 #define RSTV0910_P2_UPLCCST0  0xf358
1628 #define FSTV0910_P2_UPL_CST0  0xf35830f8
1629 #define FSTV0910_P2_UPL_MODE  0xf3580007
1630 
1631 /* P2_ISIENTRY */
1632 #define RSTV0910_P2_ISIENTRY  0xf35e
1633 #define FSTV0910_P2_ISI_ENTRY  0xf35e00ff
1634 
1635 /* P2_ISIBITENA */
1636 #define RSTV0910_P2_ISIBITENA  0xf35f
1637 #define FSTV0910_P2_ISI_BIT_EN  0xf35f00ff
1638 
1639 /* P2_MATSTR1 */
1640 #define RSTV0910_P2_MATSTR1  0xf360
1641 #define FSTV0910_P2_MATYPE_CURRENT1  0xf36000ff
1642 
1643 /* P2_MATSTR0 */
1644 #define RSTV0910_P2_MATSTR0  0xf361
1645 #define FSTV0910_P2_MATYPE_CURRENT0  0xf36100ff
1646 
1647 /* P2_UPLSTR1 */
1648 #define RSTV0910_P2_UPLSTR1  0xf362
1649 #define FSTV0910_P2_UPL_CURRENT1  0xf36200ff
1650 
1651 /* P2_UPLSTR0 */
1652 #define RSTV0910_P2_UPLSTR0  0xf363
1653 #define FSTV0910_P2_UPL_CURRENT0  0xf36300ff
1654 
1655 /* P2_DFLSTR1 */
1656 #define RSTV0910_P2_DFLSTR1  0xf364
1657 #define FSTV0910_P2_DFL_CURRENT1  0xf36400ff
1658 
1659 /* P2_DFLSTR0 */
1660 #define RSTV0910_P2_DFLSTR0  0xf365
1661 #define FSTV0910_P2_DFL_CURRENT0  0xf36500ff
1662 
1663 /* P2_SYNCSTR */
1664 #define RSTV0910_P2_SYNCSTR  0xf366
1665 #define FSTV0910_P2_SYNC_CURRENT  0xf36600ff
1666 
1667 /* P2_SYNCDSTR1 */
1668 #define RSTV0910_P2_SYNCDSTR1  0xf367
1669 #define FSTV0910_P2_SYNCD_CURRENT1  0xf36700ff
1670 
1671 /* P2_SYNCDSTR0 */
1672 #define RSTV0910_P2_SYNCDSTR0  0xf368
1673 #define FSTV0910_P2_SYNCD_CURRENT0  0xf36800ff
1674 
1675 /* P2_PDELSTATUS1 */
1676 #define RSTV0910_P2_PDELSTATUS1  0xf369
1677 #define FSTV0910_P2_PKTDELIN_DELOCK  0xf3697080
1678 #define FSTV0910_P2_SYNCDUPDFL_BADDFL  0xf3696040
1679 #define FSTV0910_P2_UNACCEPTED_STREAM  0xf3694010
1680 #define FSTV0910_P2_BCH_ERROR_FLAG  0xf3693008
1681 #define FSTV0910_P2_PKTDELIN_LOCK  0xf3691002
1682 #define FSTV0910_P2_FIRST_LOCK  0xf3690001
1683 
1684 /* P2_PDELSTATUS2 */
1685 #define RSTV0910_P2_PDELSTATUS2  0xf36a
1686 #define FSTV0910_P2_FRAME_MODCOD  0xf36a207c
1687 #define FSTV0910_P2_FRAME_TYPE  0xf36a0003
1688 
1689 /* P2_BBFCRCKO1 */
1690 #define RSTV0910_P2_BBFCRCKO1  0xf36b
1691 #define FSTV0910_P2_BBHCRC_KOCNT1  0xf36b00ff
1692 
1693 /* P2_BBFCRCKO0 */
1694 #define RSTV0910_P2_BBFCRCKO0  0xf36c
1695 #define FSTV0910_P2_BBHCRC_KOCNT0  0xf36c00ff
1696 
1697 /* P2_UPCRCKO1 */
1698 #define RSTV0910_P2_UPCRCKO1  0xf36d
1699 #define FSTV0910_P2_PKTCRC_KOCNT1  0xf36d00ff
1700 
1701 /* P2_UPCRCKO0 */
1702 #define RSTV0910_P2_UPCRCKO0  0xf36e
1703 #define FSTV0910_P2_PKTCRC_KOCNT0  0xf36e00ff
1704 
1705 /* P2_PDELCTRL3 */
1706 #define RSTV0910_P2_PDELCTRL3  0xf36f
1707 #define FSTV0910_P2_NOFIFO_BCHERR  0xf36f5020
1708 #define FSTV0910_P2_PKTDELIN_DELACMERR  0xf36f4010
1709 
1710 /* P2_TSSTATEM */
1711 #define RSTV0910_P2_TSSTATEM  0xf370
1712 #define FSTV0910_P2_TSDIL_ON  0xf3707080
1713 #define FSTV0910_P2_TSRS_ON  0xf3705020
1714 #define FSTV0910_P2_TSDESCRAMB_ON  0xf3704010
1715 #define FSTV0910_P2_TSFRAME_MODE  0xf3703008
1716 #define FSTV0910_P2_TS_DISABLE  0xf3702004
1717 #define FSTV0910_P2_TSACM_MODE  0xf3701002
1718 #define FSTV0910_P2_TSOUT_NOSYNC  0xf3700001
1719 
1720 /* P2_TSSTATEL */
1721 #define RSTV0910_P2_TSSTATEL  0xf371
1722 #define FSTV0910_P2_TSNOSYNCBYTE  0xf3717080
1723 #define FSTV0910_P2_TSPARITY_ON  0xf3716040
1724 #define FSTV0910_P2_TSISSYI_ON  0xf3713008
1725 #define FSTV0910_P2_TSNPD_ON  0xf3712004
1726 #define FSTV0910_P2_TSCRC8_ON  0xf3711002
1727 #define FSTV0910_P2_TSDSS_PACKET  0xf3710001
1728 
1729 /* P2_TSCFGH */
1730 #define RSTV0910_P2_TSCFGH  0xf372
1731 #define FSTV0910_P2_TSFIFO_DVBCI  0xf3727080
1732 #define FSTV0910_P2_TSFIFO_SERIAL  0xf3726040
1733 #define FSTV0910_P2_TSFIFO_TEIUPDATE  0xf3725020
1734 #define FSTV0910_P2_TSFIFO_DUTY50  0xf3724010
1735 #define FSTV0910_P2_TSFIFO_HSGNLOUT  0xf3723008
1736 #define FSTV0910_P2_TSFIFO_ERRMODE  0xf3721006
1737 #define FSTV0910_P2_RST_HWARE  0xf3720001
1738 
1739 /* P2_TSCFGM */
1740 #define RSTV0910_P2_TSCFGM  0xf373
1741 #define FSTV0910_P2_TSFIFO_MANSPEED  0xf37360c0
1742 #define FSTV0910_P2_TSFIFO_PERMDATA  0xf3735020
1743 #define FSTV0910_P2_TSFIFO_NONEWSGNL  0xf3734010
1744 #define FSTV0910_P2_TSFIFO_INVDATA  0xf3730001
1745 
1746 /* P2_TSCFGL */
1747 #define RSTV0910_P2_TSCFGL  0xf374
1748 #define FSTV0910_P2_TSFIFO_BCLKDEL1CK  0xf37460c0
1749 #define FSTV0910_P2_BCHERROR_MODE  0xf3744030
1750 #define FSTV0910_P2_TSFIFO_NSGNL2DATA  0xf3743008
1751 #define FSTV0910_P2_TSFIFO_EMBINDVB  0xf3742004
1752 #define FSTV0910_P2_TSFIFO_BITSPEED  0xf3740003
1753 
1754 /* P2_TSSYNC */
1755 #define RSTV0910_P2_TSSYNC  0xf375
1756 #define FSTV0910_P2_TSFIFO_SYNCMODE  0xf3753018
1757 
1758 /* P2_TSINSDELH */
1759 #define RSTV0910_P2_TSINSDELH  0xf376
1760 #define FSTV0910_P2_TSDEL_SYNCBYTE  0xf3767080
1761 #define FSTV0910_P2_TSDEL_XXHEADER  0xf3766040
1762 #define FSTV0910_P2_TSDEL_DATAFIELD  0xf3764010
1763 #define FSTV0910_P2_TSINSDEL_RSPARITY  0xf3761002
1764 #define FSTV0910_P2_TSINSDEL_CRC8  0xf3760001
1765 
1766 /* P2_TSINSDELM */
1767 #define RSTV0910_P2_TSINSDELM  0xf377
1768 #define FSTV0910_P2_TSINS_EMODCOD  0xf3774010
1769 #define FSTV0910_P2_TSINS_TOKEN  0xf3773008
1770 #define FSTV0910_P2_TSINS_XXXERR  0xf3772004
1771 #define FSTV0910_P2_TSINS_MATYPE  0xf3771002
1772 #define FSTV0910_P2_TSINS_UPL  0xf3770001
1773 
1774 /* P2_TSINSDELL */
1775 #define RSTV0910_P2_TSINSDELL  0xf378
1776 #define FSTV0910_P2_TSINS_DFL  0xf3787080
1777 #define FSTV0910_P2_TSINS_SYNCD  0xf3786040
1778 #define FSTV0910_P2_TSINS_BLOCLEN  0xf3785020
1779 #define FSTV0910_P2_TSINS_SIGPCOUNT  0xf3784010
1780 #define FSTV0910_P2_TSINS_FIFO  0xf3783008
1781 #define FSTV0910_P2_TSINS_REALPACK  0xf3782004
1782 #define FSTV0910_P2_TSINS_TSCONFIG  0xf3781002
1783 #define FSTV0910_P2_TSINS_LATENCY  0xf3780001
1784 
1785 /* P2_TSDIVN */
1786 #define RSTV0910_P2_TSDIVN  0xf379
1787 #define FSTV0910_P2_TSFIFO_SPEEDMODE  0xf37960c0
1788 #define FSTV0910_P2_TSFIFO_RISEOK  0xf3790007
1789 
1790 /* P2_TSCFG4 */
1791 #define RSTV0910_P2_TSCFG4  0xf37a
1792 #define FSTV0910_P2_TSFIFO_TSSPEEDMODE  0xf37a60c0
1793 
1794 /* P2_TSSPEED */
1795 #define RSTV0910_P2_TSSPEED  0xf380
1796 #define FSTV0910_P2_TSFIFO_OUTSPEED  0xf38000ff
1797 
1798 /* P2_TSSTATUS */
1799 #define RSTV0910_P2_TSSTATUS  0xf381
1800 #define FSTV0910_P2_TSFIFO_LINEOK  0xf3817080
1801 #define FSTV0910_P2_TSFIFO_ERROR  0xf3816040
1802 #define FSTV0910_P2_TSFIFO_NOSYNC  0xf3814010
1803 #define FSTV0910_P2_TSREGUL_ERROR  0xf3812004
1804 #define FSTV0910_P2_DIL_READY  0xf3810001
1805 
1806 /* P2_TSSTATUS2 */
1807 #define RSTV0910_P2_TSSTATUS2  0xf382
1808 #define FSTV0910_P2_TSFIFO_DEMODSEL  0xf3827080
1809 #define FSTV0910_P2_TSFIFOSPEED_STORE  0xf3826040
1810 #define FSTV0910_P2_DILXX_RESET  0xf3825020
1811 #define FSTV0910_P2_SCRAMBDETECT  0xf3821002
1812 
1813 /* P2_TSBITRATE1 */
1814 #define RSTV0910_P2_TSBITRATE1  0xf383
1815 #define FSTV0910_P2_TSFIFO_BITRATE1  0xf38300ff
1816 
1817 /* P2_TSBITRATE0 */
1818 #define RSTV0910_P2_TSBITRATE0  0xf384
1819 #define FSTV0910_P2_TSFIFO_BITRATE0  0xf38400ff
1820 
1821 /* P2_TSPACKLEN1 */
1822 #define RSTV0910_P2_TSPACKLEN1  0xf385
1823 #define FSTV0910_P2_TSFIFO_PACKCPT  0xf38550e0
1824 
1825 /* P2_TSDLY2 */
1826 #define RSTV0910_P2_TSDLY2  0xf389
1827 #define FSTV0910_P2_SOFFIFO_LATENCY2  0xf389000f
1828 
1829 /* P2_TSDLY1 */
1830 #define RSTV0910_P2_TSDLY1  0xf38a
1831 #define FSTV0910_P2_SOFFIFO_LATENCY1  0xf38a00ff
1832 
1833 /* P2_TSDLY0 */
1834 #define RSTV0910_P2_TSDLY0  0xf38b
1835 #define FSTV0910_P2_SOFFIFO_LATENCY0  0xf38b00ff
1836 
1837 /* P2_TSNPDAV */
1838 #define RSTV0910_P2_TSNPDAV  0xf38c
1839 #define FSTV0910_P2_TSNPD_AVERAGE  0xf38c00ff
1840 
1841 /* P2_TSBUFSTAT2 */
1842 #define RSTV0910_P2_TSBUFSTAT2  0xf38d
1843 #define FSTV0910_P2_TSISCR_3BYTES  0xf38d7080
1844 #define FSTV0910_P2_TSISCR_NEWDATA  0xf38d6040
1845 #define FSTV0910_P2_TSISCR_BUFSTAT2  0xf38d003f
1846 
1847 /* P2_TSBUFSTAT1 */
1848 #define RSTV0910_P2_TSBUFSTAT1  0xf38e
1849 #define FSTV0910_P2_TSISCR_BUFSTAT1  0xf38e00ff
1850 
1851 /* P2_TSBUFSTAT0 */
1852 #define RSTV0910_P2_TSBUFSTAT0  0xf38f
1853 #define FSTV0910_P2_TSISCR_BUFSTAT0  0xf38f00ff
1854 
1855 /* P2_TSDEBUGL */
1856 #define RSTV0910_P2_TSDEBUGL  0xf391
1857 #define FSTV0910_P2_TSFIFO_ERROR_EVNT  0xf3912004
1858 #define FSTV0910_P2_TSFIFO_OVERFLOWM  0xf3910001
1859 
1860 /* P2_TSDLYSET2 */
1861 #define RSTV0910_P2_TSDLYSET2  0xf392
1862 #define FSTV0910_P2_SOFFIFO_OFFSET  0xf39260c0
1863 #define FSTV0910_P2_HYSTERESIS_THRESHOLD  0xf3924030
1864 #define FSTV0910_P2_SOFFIFO_SYMBOFFS2  0xf392000f
1865 
1866 /* P2_TSDLYSET1 */
1867 #define RSTV0910_P2_TSDLYSET1  0xf393
1868 #define FSTV0910_P2_SOFFIFO_SYMBOFFS1  0xf39300ff
1869 
1870 /* P2_TSDLYSET0 */
1871 #define RSTV0910_P2_TSDLYSET0  0xf394
1872 #define FSTV0910_P2_SOFFIFO_SYMBOFFS0  0xf39400ff
1873 
1874 /* P2_ERRCTRL1 */
1875 #define RSTV0910_P2_ERRCTRL1  0xf398
1876 #define FSTV0910_P2_ERR_SOURCE1  0xf39840f0
1877 #define FSTV0910_P2_NUM_EVENT1  0xf3980007
1878 
1879 /* P2_ERRCNT12 */
1880 #define RSTV0910_P2_ERRCNT12  0xf399
1881 #define FSTV0910_P2_ERRCNT1_OLDVALUE  0xf3997080
1882 #define FSTV0910_P2_ERR_CNT12  0xf399007f
1883 
1884 /* P2_ERRCNT11 */
1885 #define RSTV0910_P2_ERRCNT11  0xf39a
1886 #define FSTV0910_P2_ERR_CNT11  0xf39a00ff
1887 
1888 /* P2_ERRCNT10 */
1889 #define RSTV0910_P2_ERRCNT10  0xf39b
1890 #define FSTV0910_P2_ERR_CNT10  0xf39b00ff
1891 
1892 /* P2_ERRCTRL2 */
1893 #define RSTV0910_P2_ERRCTRL2  0xf39c
1894 #define FSTV0910_P2_ERR_SOURCE2  0xf39c40f0
1895 #define FSTV0910_P2_NUM_EVENT2  0xf39c0007
1896 
1897 /* P2_ERRCNT22 */
1898 #define RSTV0910_P2_ERRCNT22  0xf39d
1899 #define FSTV0910_P2_ERRCNT2_OLDVALUE  0xf39d7080
1900 #define FSTV0910_P2_ERR_CNT22  0xf39d007f
1901 
1902 /* P2_ERRCNT21 */
1903 #define RSTV0910_P2_ERRCNT21  0xf39e
1904 #define FSTV0910_P2_ERR_CNT21  0xf39e00ff
1905 
1906 /* P2_ERRCNT20 */
1907 #define RSTV0910_P2_ERRCNT20  0xf39f
1908 #define FSTV0910_P2_ERR_CNT20  0xf39f00ff
1909 
1910 /* P2_FECSPY */
1911 #define RSTV0910_P2_FECSPY  0xf3a0
1912 #define FSTV0910_P2_SPY_ENABLE  0xf3a07080
1913 #define FSTV0910_P2_NO_SYNCBYTE  0xf3a06040
1914 #define FSTV0910_P2_SERIAL_MODE  0xf3a05020
1915 #define FSTV0910_P2_UNUSUAL_PACKET  0xf3a04010
1916 #define FSTV0910_P2_BERMETER_DATAMODE  0xf3a0200c
1917 #define FSTV0910_P2_BERMETER_LMODE  0xf3a01002
1918 #define FSTV0910_P2_BERMETER_RESET  0xf3a00001
1919 
1920 /* P2_FSPYCFG */
1921 #define RSTV0910_P2_FSPYCFG  0xf3a1
1922 #define FSTV0910_P2_FECSPY_INPUT  0xf3a160c0
1923 #define FSTV0910_P2_RST_ON_ERROR  0xf3a15020
1924 #define FSTV0910_P2_ONE_SHOT  0xf3a14010
1925 #define FSTV0910_P2_I2C_MODE  0xf3a1200c
1926 #define FSTV0910_P2_SPY_HYSTERESIS  0xf3a10003
1927 
1928 /* P2_FSPYDATA */
1929 #define RSTV0910_P2_FSPYDATA  0xf3a2
1930 #define FSTV0910_P2_SPY_STUFFING  0xf3a27080
1931 #define FSTV0910_P2_SPY_CNULLPKT  0xf3a25020
1932 #define FSTV0910_P2_SPY_OUTDATA_MODE  0xf3a2001f
1933 
1934 /* P2_FSPYOUT */
1935 #define RSTV0910_P2_FSPYOUT  0xf3a3
1936 #define FSTV0910_P2_FSPY_DIRECT  0xf3a37080
1937 #define FSTV0910_P2_STUFF_MODE  0xf3a30007
1938 
1939 /* P2_FSTATUS */
1940 #define RSTV0910_P2_FSTATUS  0xf3a4
1941 #define FSTV0910_P2_SPY_ENDSIM  0xf3a47080
1942 #define FSTV0910_P2_VALID_SIM  0xf3a46040
1943 #define FSTV0910_P2_FOUND_SIGNAL  0xf3a45020
1944 #define FSTV0910_P2_DSS_SYNCBYTE  0xf3a44010
1945 #define FSTV0910_P2_RESULT_STATE  0xf3a4000f
1946 
1947 /* P2_FBERCPT4 */
1948 #define RSTV0910_P2_FBERCPT4  0xf3a8
1949 #define FSTV0910_P2_FBERMETER_CPT4  0xf3a800ff
1950 
1951 /* P2_FBERCPT3 */
1952 #define RSTV0910_P2_FBERCPT3  0xf3a9
1953 #define FSTV0910_P2_FBERMETER_CPT3  0xf3a900ff
1954 
1955 /* P2_FBERCPT2 */
1956 #define RSTV0910_P2_FBERCPT2  0xf3aa
1957 #define FSTV0910_P2_FBERMETER_CPT2  0xf3aa00ff
1958 
1959 /* P2_FBERCPT1 */
1960 #define RSTV0910_P2_FBERCPT1  0xf3ab
1961 #define FSTV0910_P2_FBERMETER_CPT1  0xf3ab00ff
1962 
1963 /* P2_FBERCPT0 */
1964 #define RSTV0910_P2_FBERCPT0  0xf3ac
1965 #define FSTV0910_P2_FBERMETER_CPT0  0xf3ac00ff
1966 
1967 /* P2_FBERERR2 */
1968 #define RSTV0910_P2_FBERERR2  0xf3ad
1969 #define FSTV0910_P2_FBERMETER_ERR2  0xf3ad00ff
1970 
1971 /* P2_FBERERR1 */
1972 #define RSTV0910_P2_FBERERR1  0xf3ae
1973 #define FSTV0910_P2_FBERMETER_ERR1  0xf3ae00ff
1974 
1975 /* P2_FBERERR0 */
1976 #define RSTV0910_P2_FBERERR0  0xf3af
1977 #define FSTV0910_P2_FBERMETER_ERR0  0xf3af00ff
1978 
1979 /* P2_FSPYBER */
1980 #define RSTV0910_P2_FSPYBER  0xf3b2
1981 #define FSTV0910_P2_FSPYBER_SYNCBYTE  0xf3b24010
1982 #define FSTV0910_P2_FSPYBER_UNSYNC  0xf3b23008
1983 #define FSTV0910_P2_FSPYBER_CTIME  0xf3b20007
1984 
1985 /* P2_SFERROR */
1986 #define RSTV0910_P2_SFERROR  0xf3c1
1987 #define FSTV0910_P2_SFEC_REGERR_VIT  0xf3c100ff
1988 
1989 /* P2_SFECSTATUS */
1990 #define RSTV0910_P2_SFECSTATUS  0xf3c3
1991 #define FSTV0910_P2_SFEC_ON  0xf3c37080
1992 #define FSTV0910_P2_SFEC_OFF  0xf3c36040
1993 #define FSTV0910_P2_LOCKEDSFEC  0xf3c33008
1994 #define FSTV0910_P2_SFEC_DELOCK  0xf3c32004
1995 #define FSTV0910_P2_SFEC_DEMODSEL  0xf3c31002
1996 #define FSTV0910_P2_SFEC_OVFON  0xf3c30001
1997 
1998 /* P2_SFKDIV12 */
1999 #define RSTV0910_P2_SFKDIV12  0xf3c4
2000 #define FSTV0910_P2_SFECKDIV12_MAN  0xf3c47080
2001 
2002 /* P2_SFKDIV23 */
2003 #define RSTV0910_P2_SFKDIV23  0xf3c5
2004 #define FSTV0910_P2_SFECKDIV23_MAN  0xf3c57080
2005 
2006 /* P2_SFKDIV34 */
2007 #define RSTV0910_P2_SFKDIV34  0xf3c6
2008 #define FSTV0910_P2_SFECKDIV34_MAN  0xf3c67080
2009 
2010 /* P2_SFKDIV56 */
2011 #define RSTV0910_P2_SFKDIV56  0xf3c7
2012 #define FSTV0910_P2_SFECKDIV56_MAN  0xf3c77080
2013 
2014 /* P2_SFKDIV67 */
2015 #define RSTV0910_P2_SFKDIV67  0xf3c8
2016 #define FSTV0910_P2_SFECKDIV67_MAN  0xf3c87080
2017 
2018 /* P2_SFKDIV78 */
2019 #define RSTV0910_P2_SFKDIV78  0xf3c9
2020 #define FSTV0910_P2_SFECKDIV78_MAN  0xf3c97080
2021 
2022 /* P2_SFSTATUS */
2023 #define RSTV0910_P2_SFSTATUS  0xf3cc
2024 #define FSTV0910_P2_SFEC_LINEOK  0xf3cc7080
2025 #define FSTV0910_P2_SFEC_ERROR  0xf3cc6040
2026 #define FSTV0910_P2_SFEC_DATA7  0xf3cc5020
2027 #define FSTV0910_P2_SFEC_PKTDNBRFAIL  0xf3cc4010
2028 #define FSTV0910_P2_TSSFEC_DEMODSEL  0xf3cc3008
2029 #define FSTV0910_P2_SFEC_NOSYNC  0xf3cc2004
2030 #define FSTV0910_P2_SFEC_UNREGULA  0xf3cc1002
2031 #define FSTV0910_P2_SFEC_READY  0xf3cc0001
2032 
2033 /* P2_SFDLYSET2 */
2034 #define RSTV0910_P2_SFDLYSET2  0xf3d0
2035 #define FSTV0910_P2_SFEC_DISABLE  0xf3d01002
2036 
2037 /* P2_SFERRCTRL */
2038 #define RSTV0910_P2_SFERRCTRL  0xf3d8
2039 #define FSTV0910_P2_SFEC_ERR_SOURCE  0xf3d840f0
2040 #define FSTV0910_P2_SFEC_NUM_EVENT  0xf3d80007
2041 
2042 /* P2_SFERRCNT2 */
2043 #define RSTV0910_P2_SFERRCNT2  0xf3d9
2044 #define FSTV0910_P2_SFERRC_OLDVALUE  0xf3d97080
2045 #define FSTV0910_P2_SFEC_ERR_CNT2  0xf3d9007f
2046 
2047 /* P2_SFERRCNT1 */
2048 #define RSTV0910_P2_SFERRCNT1  0xf3da
2049 #define FSTV0910_P2_SFEC_ERR_CNT1  0xf3da00ff
2050 
2051 /* P2_SFERRCNT0 */
2052 #define RSTV0910_P2_SFERRCNT0  0xf3db
2053 #define FSTV0910_P2_SFEC_ERR_CNT0  0xf3db00ff
2054 
2055 /* P1_IQCONST */
2056 #define RSTV0910_P1_IQCONST  0xf400
2057 #define FSTV0910_P1_CONSTEL_SELECT  0xf4005060
2058 #define FSTV0910_P1_IQSYMB_SEL  0xf400001f
2059 
2060 /* P1_NOSCFG */
2061 #define RSTV0910_P1_NOSCFG  0xf401
2062 #define FSTV0910_P1_DUMMYPL_NOSDATA  0xf4015020
2063 #define FSTV0910_P1_NOSPLH_BETA  0xf4013018
2064 #define FSTV0910_P1_NOSDATA_BETA  0xf4010007
2065 
2066 /* P1_ISYMB */
2067 #define RSTV0910_P1_ISYMB  0xf402
2068 #define FSTV0910_P1_I_SYMBOL  0xf40201ff
2069 
2070 /* P1_QSYMB */
2071 #define RSTV0910_P1_QSYMB  0xf403
2072 #define FSTV0910_P1_Q_SYMBOL  0xf40301ff
2073 
2074 /* P1_AGC1CFG */
2075 #define RSTV0910_P1_AGC1CFG  0xf404
2076 #define FSTV0910_P1_DC_FROZEN  0xf4047080
2077 #define FSTV0910_P1_DC_CORRECT  0xf4046040
2078 #define FSTV0910_P1_AMM_FROZEN  0xf4045020
2079 #define FSTV0910_P1_AMM_CORRECT  0xf4044010
2080 #define FSTV0910_P1_QUAD_FROZEN  0xf4043008
2081 #define FSTV0910_P1_QUAD_CORRECT  0xf4042004
2082 
2083 /* P1_AGC1CN */
2084 #define RSTV0910_P1_AGC1CN  0xf406
2085 #define FSTV0910_P1_AGC1_LOCKED  0xf4067080
2086 #define FSTV0910_P1_AGC1_MINPOWER  0xf4064010
2087 #define FSTV0910_P1_AGCOUT_FAST  0xf4063008
2088 #define FSTV0910_P1_AGCIQ_BETA  0xf4060007
2089 
2090 /* P1_AGC1REF */
2091 #define RSTV0910_P1_AGC1REF  0xf407
2092 #define FSTV0910_P1_AGCIQ_REF  0xf40700ff
2093 
2094 /* P1_IDCCOMP */
2095 #define RSTV0910_P1_IDCCOMP  0xf408
2096 #define FSTV0910_P1_IAVERAGE_ADJ  0xf40801ff
2097 
2098 /* P1_QDCCOMP */
2099 #define RSTV0910_P1_QDCCOMP  0xf409
2100 #define FSTV0910_P1_QAVERAGE_ADJ  0xf40901ff
2101 
2102 /* P1_POWERI */
2103 #define RSTV0910_P1_POWERI  0xf40a
2104 #define FSTV0910_P1_POWER_I  0xf40a00ff
2105 
2106 /* P1_POWERQ */
2107 #define RSTV0910_P1_POWERQ  0xf40b
2108 #define FSTV0910_P1_POWER_Q  0xf40b00ff
2109 
2110 /* P1_AGC1AMM */
2111 #define RSTV0910_P1_AGC1AMM  0xf40c
2112 #define FSTV0910_P1_AMM_VALUE  0xf40c00ff
2113 
2114 /* P1_AGC1QUAD */
2115 #define RSTV0910_P1_AGC1QUAD  0xf40d
2116 #define FSTV0910_P1_QUAD_VALUE  0xf40d01ff
2117 
2118 /* P1_AGCIQIN1 */
2119 #define RSTV0910_P1_AGCIQIN1  0xf40e
2120 #define FSTV0910_P1_AGCIQ_VALUE1  0xf40e00ff
2121 
2122 /* P1_AGCIQIN0 */
2123 #define RSTV0910_P1_AGCIQIN0  0xf40f
2124 #define FSTV0910_P1_AGCIQ_VALUE0  0xf40f00ff
2125 
2126 /* P1_DEMOD */
2127 #define RSTV0910_P1_DEMOD  0xf410
2128 #define FSTV0910_P1_MANUALS2_ROLLOFF  0xf4107080
2129 #define FSTV0910_P1_SPECINV_CONTROL  0xf4104030
2130 #define FSTV0910_P1_MANUALSX_ROLLOFF  0xf4102004
2131 #define FSTV0910_P1_ROLLOFF_CONTROL  0xf4100003
2132 
2133 /* P1_DMDMODCOD */
2134 #define RSTV0910_P1_DMDMODCOD  0xf411
2135 #define FSTV0910_P1_MANUAL_MODCOD  0xf4117080
2136 #define FSTV0910_P1_DEMOD_MODCOD  0xf411207c
2137 #define FSTV0910_P1_DEMOD_TYPE  0xf4110003
2138 
2139 /* P1_DSTATUS */
2140 #define RSTV0910_P1_DSTATUS  0xf412
2141 #define FSTV0910_P1_CAR_LOCK  0xf4127080
2142 #define FSTV0910_P1_TMGLOCK_QUALITY  0xf4125060
2143 #define FSTV0910_P1_LOCK_DEFINITIF  0xf4123008
2144 #define FSTV0910_P1_OVADC_DETECT  0xf4120001
2145 
2146 /* P1_DSTATUS2 */
2147 #define RSTV0910_P1_DSTATUS2  0xf413
2148 #define FSTV0910_P1_DEMOD_DELOCK  0xf4137080
2149 #define FSTV0910_P1_MODCODRQ_SYNCTAG  0xf4135020
2150 #define FSTV0910_P1_POLYPH_SATEVENT  0xf4134010
2151 #define FSTV0910_P1_AGC1_NOSIGNALACK  0xf4133008
2152 #define FSTV0910_P1_AGC2_OVERFLOW  0xf4132004
2153 #define FSTV0910_P1_CFR_OVERFLOW  0xf4131002
2154 #define FSTV0910_P1_GAMMA_OVERUNDER  0xf4130001
2155 
2156 /* P1_DMDCFGMD */
2157 #define RSTV0910_P1_DMDCFGMD  0xf414
2158 #define FSTV0910_P1_DVBS2_ENABLE  0xf4147080
2159 #define FSTV0910_P1_DVBS1_ENABLE  0xf4146040
2160 #define FSTV0910_P1_SCAN_ENABLE  0xf4144010
2161 #define FSTV0910_P1_CFR_AUTOSCAN  0xf4143008
2162 #define FSTV0910_P1_TUN_RNG  0xf4140003
2163 
2164 /* P1_DMDCFG2 */
2165 #define RSTV0910_P1_DMDCFG2  0xf415
2166 #define FSTV0910_P1_S1S2_SEQUENTIAL  0xf4156040
2167 #define FSTV0910_P1_INFINITE_RELOCK  0xf4154010
2168 
2169 /* P1_DMDISTATE */
2170 #define RSTV0910_P1_DMDISTATE  0xf416
2171 #define FSTV0910_P1_I2C_NORESETDMODE  0xf4167080
2172 #define FSTV0910_P1_I2C_DEMOD_MODE  0xf416001f
2173 
2174 /* P1_DMDT0M */
2175 #define RSTV0910_P1_DMDT0M  0xf417
2176 #define FSTV0910_P1_DMDT0_MIN  0xf41700ff
2177 
2178 /* P1_DMDSTATE */
2179 #define RSTV0910_P1_DMDSTATE  0xf41b
2180 #define FSTV0910_P1_HEADER_MODE  0xf41b5060
2181 
2182 /* P1_DMDFLYW */
2183 #define RSTV0910_P1_DMDFLYW  0xf41c
2184 #define FSTV0910_P1_I2C_IRQVAL  0xf41c40f0
2185 #define FSTV0910_P1_FLYWHEEL_CPT  0xf41c000f
2186 
2187 /* P1_DSTATUS3 */
2188 #define RSTV0910_P1_DSTATUS3  0xf41d
2189 #define FSTV0910_P1_CFR_ZIGZAG  0xf41d7080
2190 #define FSTV0910_P1_DEMOD_CFGMODE  0xf41d5060
2191 #define FSTV0910_P1_GAMMA_LOWBAUDRATE  0xf41d4010
2192 
2193 /* P1_DMDCFG3 */
2194 #define RSTV0910_P1_DMDCFG3  0xf41e
2195 #define FSTV0910_P1_NOSTOP_FIFOFULL  0xf41e3008
2196 
2197 /* P1_DMDCFG4 */
2198 #define RSTV0910_P1_DMDCFG4  0xf41f
2199 #define FSTV0910_P1_DIS_VITLOCK  0xf41f7080
2200 #define FSTV0910_P1_DIS_CLKENABLE  0xf41f2004
2201 
2202 /* P1_CORRELMANT */
2203 #define RSTV0910_P1_CORRELMANT  0xf420
2204 #define FSTV0910_P1_CORREL_MANT  0xf42000ff
2205 
2206 /* P1_CORRELABS */
2207 #define RSTV0910_P1_CORRELABS  0xf421
2208 #define FSTV0910_P1_CORREL_ABS  0xf42100ff
2209 
2210 /* P1_CORRELEXP */
2211 #define RSTV0910_P1_CORRELEXP  0xf422
2212 #define FSTV0910_P1_CORREL_ABSEXP  0xf42240f0
2213 #define FSTV0910_P1_CORREL_EXP  0xf422000f
2214 
2215 /* P1_PLHMODCOD */
2216 #define RSTV0910_P1_PLHMODCOD  0xf424
2217 #define FSTV0910_P1_SPECINV_DEMOD  0xf4247080
2218 #define FSTV0910_P1_PLH_MODCOD  0xf424207c
2219 #define FSTV0910_P1_PLH_TYPE  0xf4240003
2220 
2221 /* P1_DMDREG */
2222 #define RSTV0910_P1_DMDREG  0xf425
2223 #define FSTV0910_P1_DECIM_PLFRAMES  0xf4250001
2224 
2225 /* P1_AGCNADJ */
2226 #define RSTV0910_P1_AGCNADJ  0xf426
2227 #define FSTV0910_P1_RADJOFF_AGC2  0xf4267080
2228 #define FSTV0910_P1_RADJOFF_AGC1  0xf4266040
2229 #define FSTV0910_P1_AGC_NADJ  0xf426013f
2230 
2231 /* P1_AGCKS */
2232 #define RSTV0910_P1_AGCKS  0xf427
2233 #define FSTV0910_P1_RSADJ_MANUALCFG  0xf4277080
2234 #define FSTV0910_P1_RSADJ_CCMMODE  0xf4276040
2235 #define FSTV0910_P1_RADJ_SPSK  0xf427013f
2236 
2237 /* P1_AGCKQ */
2238 #define RSTV0910_P1_AGCKQ  0xf428
2239 #define FSTV0910_P1_RADJON_DVBS1  0xf4286040
2240 #define FSTV0910_P1_RADJ_QPSK  0xf428013f
2241 
2242 /* P1_AGCK8 */
2243 #define RSTV0910_P1_AGCK8  0xf429
2244 #define FSTV0910_P1_RADJ_8PSK  0xf429013f
2245 
2246 /* P1_AGCK16 */
2247 #define RSTV0910_P1_AGCK16  0xf42a
2248 #define FSTV0910_P1_R2ADJOFF_16APSK  0xf42a6040
2249 #define FSTV0910_P1_R1ADJOFF_16APSK  0xf42a5020
2250 #define FSTV0910_P1_RADJ_16APSK  0xf42a011f
2251 
2252 /* P1_AGCK32 */
2253 #define RSTV0910_P1_AGCK32  0xf42b
2254 #define FSTV0910_P1_R3ADJOFF_32APSK  0xf42b7080
2255 #define FSTV0910_P1_R2ADJOFF_32APSK  0xf42b6040
2256 #define FSTV0910_P1_R1ADJOFF_32APSK  0xf42b5020
2257 #define FSTV0910_P1_RADJ_32APSK  0xf42b011f
2258 
2259 /* P1_AGC2O */
2260 #define RSTV0910_P1_AGC2O  0xf42c
2261 #define FSTV0910_P1_CSTENV_MODE  0xf42c60c0
2262 #define FSTV0910_P1_AGC2_COEF  0xf42c0007
2263 
2264 /* P1_AGC2REF */
2265 #define RSTV0910_P1_AGC2REF  0xf42d
2266 #define FSTV0910_P1_AGC2_REF  0xf42d00ff
2267 
2268 /* P1_AGC1ADJ */
2269 #define RSTV0910_P1_AGC1ADJ  0xf42e
2270 #define FSTV0910_P1_AGC1_ADJUSTED  0xf42e007f
2271 
2272 /* P1_AGCRSADJ */
2273 #define RSTV0910_P1_AGCRSADJ  0xf42f
2274 #define FSTV0910_P1_RS_ADJUSTED  0xf42f007f
2275 
2276 /* P1_AGCRQADJ */
2277 #define RSTV0910_P1_AGCRQADJ  0xf430
2278 #define FSTV0910_P1_RQ_ADJUSTED  0xf430007f
2279 
2280 /* P1_AGCR8ADJ */
2281 #define RSTV0910_P1_AGCR8ADJ  0xf431
2282 #define FSTV0910_P1_R8_ADJUSTED  0xf431007f
2283 
2284 /* P1_AGCR1ADJ */
2285 #define RSTV0910_P1_AGCR1ADJ  0xf432
2286 #define FSTV0910_P1_R1_ADJUSTED  0xf432007f
2287 
2288 /* P1_AGCR2ADJ */
2289 #define RSTV0910_P1_AGCR2ADJ  0xf433
2290 #define FSTV0910_P1_R2_ADJUSTED  0xf433007f
2291 
2292 /* P1_AGCR3ADJ */
2293 #define RSTV0910_P1_AGCR3ADJ  0xf434
2294 #define FSTV0910_P1_R3_ADJUSTED  0xf434007f
2295 
2296 /* P1_AGCREFADJ */
2297 #define RSTV0910_P1_AGCREFADJ  0xf435
2298 #define FSTV0910_P1_AGC2REF_ADJUSTED  0xf435007f
2299 
2300 /* P1_AGC2I1 */
2301 #define RSTV0910_P1_AGC2I1  0xf436
2302 #define FSTV0910_P1_AGC2_INTEGRATOR1  0xf43600ff
2303 
2304 /* P1_AGC2I0 */
2305 #define RSTV0910_P1_AGC2I0  0xf437
2306 #define FSTV0910_P1_AGC2_INTEGRATOR0  0xf43700ff
2307 
2308 /* P1_CARCFG */
2309 #define RSTV0910_P1_CARCFG  0xf438
2310 #define FSTV0910_P1_ROTAON  0xf4382004
2311 #define FSTV0910_P1_PH_DET_ALGO  0xf4380003
2312 
2313 /* P1_ACLC */
2314 #define RSTV0910_P1_ACLC  0xf439
2315 #define FSTV0910_P1_CAR_ALPHA_MANT  0xf4394030
2316 #define FSTV0910_P1_CAR_ALPHA_EXP  0xf439000f
2317 
2318 /* P1_BCLC */
2319 #define RSTV0910_P1_BCLC  0xf43a
2320 #define FSTV0910_P1_CAR_BETA_MANT  0xf43a4030
2321 #define FSTV0910_P1_CAR_BETA_EXP  0xf43a000f
2322 
2323 /* P1_ACLCS2 */
2324 #define RSTV0910_P1_ACLCS2  0xf43b
2325 #define FSTV0910_P1_CARS2_APLHA_MANTISSE  0xf43b4030
2326 #define FSTV0910_P1_CARS2_ALPHA_EXP  0xf43b000f
2327 
2328 /* P1_BCLCS2 */
2329 #define RSTV0910_P1_BCLCS2  0xf43c
2330 #define FSTV0910_P1_CARS2_BETA_MANTISSE  0xf43c4030
2331 #define FSTV0910_P1_CARS2_BETA_EXP  0xf43c000f
2332 
2333 /* P1_CARFREQ */
2334 #define RSTV0910_P1_CARFREQ  0xf43d
2335 #define FSTV0910_P1_KC_COARSE_EXP  0xf43d40f0
2336 #define FSTV0910_P1_BETA_FREQ  0xf43d000f
2337 
2338 /* P1_CARHDR */
2339 #define RSTV0910_P1_CARHDR  0xf43e
2340 #define FSTV0910_P1_K_FREQ_HDR  0xf43e00ff
2341 
2342 /* P1_LDT */
2343 #define RSTV0910_P1_LDT  0xf43f
2344 #define FSTV0910_P1_CARLOCK_THRES  0xf43f01ff
2345 
2346 /* P1_LDT2 */
2347 #define RSTV0910_P1_LDT2  0xf440
2348 #define FSTV0910_P1_CARLOCK_THRES2  0xf44001ff
2349 
2350 /* P1_CFRICFG */
2351 #define RSTV0910_P1_CFRICFG  0xf441
2352 #define FSTV0910_P1_NEG_CFRSTEP  0xf4410001
2353 
2354 /* P1_CFRUP1 */
2355 #define RSTV0910_P1_CFRUP1  0xf442
2356 #define FSTV0910_P1_CFR_UP1  0xf44201ff
2357 
2358 /* P1_CFRUP0 */
2359 #define RSTV0910_P1_CFRUP0  0xf443
2360 #define FSTV0910_P1_CFR_UP0  0xf44300ff
2361 
2362 /* P1_CFRIBASE1 */
2363 #define RSTV0910_P1_CFRIBASE1  0xf444
2364 #define FSTV0910_P1_CFRINIT_BASE1  0xf44400ff
2365 
2366 /* P1_CFRIBASE0 */
2367 #define RSTV0910_P1_CFRIBASE0  0xf445
2368 #define FSTV0910_P1_CFRINIT_BASE0  0xf44500ff
2369 
2370 /* P1_CFRLOW1 */
2371 #define RSTV0910_P1_CFRLOW1  0xf446
2372 #define FSTV0910_P1_CFR_LOW1  0xf44601ff
2373 
2374 /* P1_CFRLOW0 */
2375 #define RSTV0910_P1_CFRLOW0  0xf447
2376 #define FSTV0910_P1_CFR_LOW0  0xf44700ff
2377 
2378 /* P1_CFRINIT1 */
2379 #define RSTV0910_P1_CFRINIT1  0xf448
2380 #define FSTV0910_P1_CFR_INIT1  0xf44801ff
2381 
2382 /* P1_CFRINIT0 */
2383 #define RSTV0910_P1_CFRINIT0  0xf449
2384 #define FSTV0910_P1_CFR_INIT0  0xf44900ff
2385 
2386 /* P1_CFRINC1 */
2387 #define RSTV0910_P1_CFRINC1  0xf44a
2388 #define FSTV0910_P1_MANUAL_CFRINC  0xf44a7080
2389 #define FSTV0910_P1_CFR_INC1  0xf44a003f
2390 
2391 /* P1_CFRINC0 */
2392 #define RSTV0910_P1_CFRINC0  0xf44b
2393 #define FSTV0910_P1_CFR_INC0  0xf44b00ff
2394 
2395 /* P1_CFR2 */
2396 #define RSTV0910_P1_CFR2  0xf44c
2397 #define FSTV0910_P1_CAR_FREQ2  0xf44c01ff
2398 
2399 /* P1_CFR1 */
2400 #define RSTV0910_P1_CFR1  0xf44d
2401 #define FSTV0910_P1_CAR_FREQ1  0xf44d00ff
2402 
2403 /* P1_CFR0 */
2404 #define RSTV0910_P1_CFR0  0xf44e
2405 #define FSTV0910_P1_CAR_FREQ0  0xf44e00ff
2406 
2407 /* P1_LDI */
2408 #define RSTV0910_P1_LDI  0xf44f
2409 #define FSTV0910_P1_LOCK_DET_INTEGR  0xf44f01ff
2410 
2411 /* P1_TMGCFG */
2412 #define RSTV0910_P1_TMGCFG  0xf450
2413 #define FSTV0910_P1_TMGLOCK_BETA  0xf45060c0
2414 #define FSTV0910_P1_DO_TIMING_CORR  0xf4504010
2415 #define FSTV0910_P1_TMG_MINFREQ  0xf4500003
2416 
2417 /* P1_RTC */
2418 #define RSTV0910_P1_RTC  0xf451
2419 #define FSTV0910_P1_TMGALPHA_EXP  0xf45140f0
2420 #define FSTV0910_P1_TMGBETA_EXP  0xf451000f
2421 
2422 /* P1_RTCS2 */
2423 #define RSTV0910_P1_RTCS2  0xf452
2424 #define FSTV0910_P1_TMGALPHAS2_EXP  0xf45240f0
2425 #define FSTV0910_P1_TMGBETAS2_EXP  0xf452000f
2426 
2427 /* P1_TMGTHRISE */
2428 #define RSTV0910_P1_TMGTHRISE  0xf453
2429 #define FSTV0910_P1_TMGLOCK_THRISE  0xf45300ff
2430 
2431 /* P1_TMGTHFALL */
2432 #define RSTV0910_P1_TMGTHFALL  0xf454
2433 #define FSTV0910_P1_TMGLOCK_THFALL  0xf45400ff
2434 
2435 /* P1_SFRUPRATIO */
2436 #define RSTV0910_P1_SFRUPRATIO  0xf455
2437 #define FSTV0910_P1_SFR_UPRATIO  0xf45500ff
2438 
2439 /* P1_SFRLOWRATIO */
2440 #define RSTV0910_P1_SFRLOWRATIO  0xf456
2441 #define FSTV0910_P1_SFR_LOWRATIO  0xf45600ff
2442 
2443 /* P1_KTTMG */
2444 #define RSTV0910_P1_KTTMG  0xf457
2445 #define FSTV0910_P1_KT_TMG_EXP  0xf45740f0
2446 
2447 /* P1_KREFTMG */
2448 #define RSTV0910_P1_KREFTMG  0xf458
2449 #define FSTV0910_P1_KREF_TMG  0xf45800ff
2450 
2451 /* P1_SFRSTEP */
2452 #define RSTV0910_P1_SFRSTEP  0xf459
2453 #define FSTV0910_P1_SFR_SCANSTEP  0xf45940f0
2454 #define FSTV0910_P1_SFR_CENTERSTEP  0xf459000f
2455 
2456 /* P1_TMGCFG2 */
2457 #define RSTV0910_P1_TMGCFG2  0xf45a
2458 #define FSTV0910_P1_DIS_AUTOSAMP  0xf45a3008
2459 #define FSTV0910_P1_SFRRATIO_FINE  0xf45a0001
2460 
2461 /* P1_KREFTMG2 */
2462 #define RSTV0910_P1_KREFTMG2  0xf45b
2463 #define FSTV0910_P1_KREF_TMG2  0xf45b00ff
2464 
2465 /* P1_TMGCFG3 */
2466 #define RSTV0910_P1_TMGCFG3  0xf45d
2467 #define FSTV0910_P1_CONT_TMGCENTER  0xf45d3008
2468 #define FSTV0910_P1_AUTO_GUP  0xf45d2004
2469 #define FSTV0910_P1_AUTO_GLOW  0xf45d1002
2470 
2471 /* P1_SFRINIT1 */
2472 #define RSTV0910_P1_SFRINIT1  0xf45e
2473 #define FSTV0910_P1_SFR_INIT1  0xf45e00ff
2474 
2475 /* P1_SFRINIT0 */
2476 #define RSTV0910_P1_SFRINIT0  0xf45f
2477 #define FSTV0910_P1_SFR_INIT0  0xf45f00ff
2478 
2479 /* P1_SFRUP1 */
2480 #define RSTV0910_P1_SFRUP1  0xf460
2481 #define FSTV0910_P1_SYMB_FREQ_UP1  0xf46000ff
2482 
2483 /* P1_SFRUP0 */
2484 #define RSTV0910_P1_SFRUP0  0xf461
2485 #define FSTV0910_P1_SYMB_FREQ_UP0  0xf46100ff
2486 
2487 /* P1_SFRLOW1 */
2488 #define RSTV0910_P1_SFRLOW1  0xf462
2489 #define FSTV0910_P1_SYMB_FREQ_LOW1  0xf46200ff
2490 
2491 /* P1_SFRLOW0 */
2492 #define RSTV0910_P1_SFRLOW0  0xf463
2493 #define FSTV0910_P1_SYMB_FREQ_LOW0  0xf46300ff
2494 
2495 /* P1_SFR3 */
2496 #define RSTV0910_P1_SFR3  0xf464
2497 #define FSTV0910_P1_SYMB_FREQ3  0xf46400ff
2498 
2499 /* P1_SFR2 */
2500 #define RSTV0910_P1_SFR2  0xf465
2501 #define FSTV0910_P1_SYMB_FREQ2  0xf46500ff
2502 
2503 /* P1_SFR1 */
2504 #define RSTV0910_P1_SFR1  0xf466
2505 #define FSTV0910_P1_SYMB_FREQ1  0xf46600ff
2506 
2507 /* P1_SFR0 */
2508 #define RSTV0910_P1_SFR0  0xf467
2509 #define FSTV0910_P1_SYMB_FREQ0  0xf46700ff
2510 
2511 /* P1_TMGREG2 */
2512 #define RSTV0910_P1_TMGREG2  0xf468
2513 #define FSTV0910_P1_TMGREG2  0xf46800ff
2514 
2515 /* P1_TMGREG1 */
2516 #define RSTV0910_P1_TMGREG1  0xf469
2517 #define FSTV0910_P1_TMGREG1  0xf46900ff
2518 
2519 /* P1_TMGREG0 */
2520 #define RSTV0910_P1_TMGREG0  0xf46a
2521 #define FSTV0910_P1_TMGREG0  0xf46a00ff
2522 
2523 /* P1_TMGLOCK1 */
2524 #define RSTV0910_P1_TMGLOCK1  0xf46b
2525 #define FSTV0910_P1_TMGLOCK_LEVEL1  0xf46b01ff
2526 
2527 /* P1_TMGLOCK0 */
2528 #define RSTV0910_P1_TMGLOCK0  0xf46c
2529 #define FSTV0910_P1_TMGLOCK_LEVEL0  0xf46c00ff
2530 
2531 /* P1_TMGOBS */
2532 #define RSTV0910_P1_TMGOBS  0xf46d
2533 #define FSTV0910_P1_ROLLOFF_STATUS  0xf46d60c0
2534 
2535 /* P1_EQUALCFG */
2536 #define RSTV0910_P1_EQUALCFG  0xf46f
2537 #define FSTV0910_P1_EQUAL_ON  0xf46f6040
2538 #define FSTV0910_P1_MU_EQUALDFE  0xf46f0007
2539 
2540 /* P1_EQUAI1 */
2541 #define RSTV0910_P1_EQUAI1  0xf470
2542 #define FSTV0910_P1_EQUA_ACCI1  0xf47001ff
2543 
2544 /* P1_EQUAQ1 */
2545 #define RSTV0910_P1_EQUAQ1  0xf471
2546 #define FSTV0910_P1_EQUA_ACCQ1  0xf47101ff
2547 
2548 /* P1_EQUAI2 */
2549 #define RSTV0910_P1_EQUAI2  0xf472
2550 #define FSTV0910_P1_EQUA_ACCI2  0xf47201ff
2551 
2552 /* P1_EQUAQ2 */
2553 #define RSTV0910_P1_EQUAQ2  0xf473
2554 #define FSTV0910_P1_EQUA_ACCQ2  0xf47301ff
2555 
2556 /* P1_EQUAI3 */
2557 #define RSTV0910_P1_EQUAI3  0xf474
2558 #define FSTV0910_P1_EQUA_ACCI3  0xf47401ff
2559 
2560 /* P1_EQUAQ3 */
2561 #define RSTV0910_P1_EQUAQ3  0xf475
2562 #define FSTV0910_P1_EQUA_ACCQ3  0xf47501ff
2563 
2564 /* P1_EQUAI4 */
2565 #define RSTV0910_P1_EQUAI4  0xf476
2566 #define FSTV0910_P1_EQUA_ACCI4  0xf47601ff
2567 
2568 /* P1_EQUAQ4 */
2569 #define RSTV0910_P1_EQUAQ4  0xf477
2570 #define FSTV0910_P1_EQUA_ACCQ4  0xf47701ff
2571 
2572 /* P1_EQUAI5 */
2573 #define RSTV0910_P1_EQUAI5  0xf478
2574 #define FSTV0910_P1_EQUA_ACCI5  0xf47801ff
2575 
2576 /* P1_EQUAQ5 */
2577 #define RSTV0910_P1_EQUAQ5  0xf479
2578 #define FSTV0910_P1_EQUA_ACCQ5  0xf47901ff
2579 
2580 /* P1_EQUAI6 */
2581 #define RSTV0910_P1_EQUAI6  0xf47a
2582 #define FSTV0910_P1_EQUA_ACCI6  0xf47a01ff
2583 
2584 /* P1_EQUAQ6 */
2585 #define RSTV0910_P1_EQUAQ6  0xf47b
2586 #define FSTV0910_P1_EQUA_ACCQ6  0xf47b01ff
2587 
2588 /* P1_EQUAI7 */
2589 #define RSTV0910_P1_EQUAI7  0xf47c
2590 #define FSTV0910_P1_EQUA_ACCI7  0xf47c01ff
2591 
2592 /* P1_EQUAQ7 */
2593 #define RSTV0910_P1_EQUAQ7  0xf47d
2594 #define FSTV0910_P1_EQUA_ACCQ7  0xf47d01ff
2595 
2596 /* P1_EQUAI8 */
2597 #define RSTV0910_P1_EQUAI8  0xf47e
2598 #define FSTV0910_P1_EQUA_ACCI8  0xf47e01ff
2599 
2600 /* P1_EQUAQ8 */
2601 #define RSTV0910_P1_EQUAQ8  0xf47f
2602 #define FSTV0910_P1_EQUA_ACCQ8  0xf47f01ff
2603 
2604 /* P1_NNOSDATAT1 */
2605 #define RSTV0910_P1_NNOSDATAT1  0xf480
2606 #define FSTV0910_P1_NOSDATAT_NORMED1  0xf48000ff
2607 
2608 /* P1_NNOSDATAT0 */
2609 #define RSTV0910_P1_NNOSDATAT0  0xf481
2610 #define FSTV0910_P1_NOSDATAT_NORMED0  0xf48100ff
2611 
2612 /* P1_NNOSDATA1 */
2613 #define RSTV0910_P1_NNOSDATA1  0xf482
2614 #define FSTV0910_P1_NOSDATA_NORMED1  0xf48200ff
2615 
2616 /* P1_NNOSDATA0 */
2617 #define RSTV0910_P1_NNOSDATA0  0xf483
2618 #define FSTV0910_P1_NOSDATA_NORMED0  0xf48300ff
2619 
2620 /* P1_NNOSPLHT1 */
2621 #define RSTV0910_P1_NNOSPLHT1  0xf484
2622 #define FSTV0910_P1_NOSPLHT_NORMED1  0xf48400ff
2623 
2624 /* P1_NNOSPLHT0 */
2625 #define RSTV0910_P1_NNOSPLHT0  0xf485
2626 #define FSTV0910_P1_NOSPLHT_NORMED0  0xf48500ff
2627 
2628 /* P1_NNOSPLH1 */
2629 #define RSTV0910_P1_NNOSPLH1  0xf486
2630 #define FSTV0910_P1_NOSPLH_NORMED1  0xf48600ff
2631 
2632 /* P1_NNOSPLH0 */
2633 #define RSTV0910_P1_NNOSPLH0  0xf487
2634 #define FSTV0910_P1_NOSPLH_NORMED0  0xf48700ff
2635 
2636 /* P1_NOSDATAT1 */
2637 #define RSTV0910_P1_NOSDATAT1  0xf488
2638 #define FSTV0910_P1_NOSDATAT_UNNORMED1  0xf48800ff
2639 
2640 /* P1_NOSDATAT0 */
2641 #define RSTV0910_P1_NOSDATAT0  0xf489
2642 #define FSTV0910_P1_NOSDATAT_UNNORMED0  0xf48900ff
2643 
2644 /* P1_NNOSFRAME1 */
2645 #define RSTV0910_P1_NNOSFRAME1  0xf48a
2646 #define FSTV0910_P1_NOSFRAME_NORMED1  0xf48a00ff
2647 
2648 /* P1_NNOSFRAME0 */
2649 #define RSTV0910_P1_NNOSFRAME0  0xf48b
2650 #define FSTV0910_P1_NOSFRAME_NORMED0  0xf48b00ff
2651 
2652 /* P1_NNOSRAD1 */
2653 #define RSTV0910_P1_NNOSRAD1  0xf48c
2654 #define FSTV0910_P1_NOSRADIAL_NORMED1  0xf48c00ff
2655 
2656 /* P1_NNOSRAD0 */
2657 #define RSTV0910_P1_NNOSRAD0  0xf48d
2658 #define FSTV0910_P1_NOSRADIAL_NORMED0  0xf48d00ff
2659 
2660 /* P1_NOSCFGF1 */
2661 #define RSTV0910_P1_NOSCFGF1  0xf48e
2662 #define FSTV0910_P1_LOWNOISE_MESURE  0xf48e7080
2663 #define FSTV0910_P1_NOS_DELFRAME  0xf48e6040
2664 #define FSTV0910_P1_NOSDATA_MODE  0xf48e4030
2665 #define FSTV0910_P1_FRAMESEL_TYPESEL  0xf48e200c
2666 #define FSTV0910_P1_FRAMESEL_TYPE  0xf48e0003
2667 
2668 /* P1_NOSCFGF2 */
2669 #define RSTV0910_P1_NOSCFGF2  0xf48f
2670 #define FSTV0910_P1_DIS_NOSPILOTS  0xf48f7080
2671 #define FSTV0910_P1_FRAMESEL_MODCODSEL  0xf48f5060
2672 #define FSTV0910_P1_FRAMESEL_MODCOD  0xf48f001f
2673 
2674 /* P1_CAR2CFG */
2675 #define RSTV0910_P1_CAR2CFG  0xf490
2676 #define FSTV0910_P1_ROTA2ON  0xf4902004
2677 #define FSTV0910_P1_PH_DET_ALGO2  0xf4900003
2678 
2679 /* P1_CFR2CFR1 */
2680 #define RSTV0910_P1_CFR2CFR1  0xf491
2681 #define FSTV0910_P1_EN_S2CAR2CENTER  0xf4915020
2682 #define FSTV0910_P1_CFR2TOCFR1_BETA  0xf4910007
2683 
2684 /* P1_CAR3CFG */
2685 #define RSTV0910_P1_CAR3CFG  0xf492
2686 #define FSTV0910_P1_CARRIER23_MODE  0xf49260c0
2687 #define FSTV0910_P1_CAR3INTERM_DVBS1  0xf4925020
2688 #define FSTV0910_P1_ABAMPLIF_MODE  0xf4923018
2689 #define FSTV0910_P1_CARRIER3_ALPHA3DL  0xf4920007
2690 
2691 /* P1_CFR22 */
2692 #define RSTV0910_P1_CFR22  0xf493
2693 #define FSTV0910_P1_CAR2_FREQ2  0xf49301ff
2694 
2695 /* P1_CFR21 */
2696 #define RSTV0910_P1_CFR21  0xf494
2697 #define FSTV0910_P1_CAR2_FREQ1  0xf49400ff
2698 
2699 /* P1_CFR20 */
2700 #define RSTV0910_P1_CFR20  0xf495
2701 #define FSTV0910_P1_CAR2_FREQ0  0xf49500ff
2702 
2703 /* P1_ACLC2S2Q */
2704 #define RSTV0910_P1_ACLC2S2Q  0xf497
2705 #define FSTV0910_P1_ENAB_SPSKSYMB  0xf4977080
2706 #define FSTV0910_P1_CAR2S2_Q_ALPH_M  0xf4974030
2707 #define FSTV0910_P1_CAR2S2_Q_ALPH_E  0xf497000f
2708 
2709 /* P1_ACLC2S28 */
2710 #define RSTV0910_P1_ACLC2S28  0xf498
2711 #define FSTV0910_P1_CAR2S2_8_ALPH_M  0xf4984030
2712 #define FSTV0910_P1_CAR2S2_8_ALPH_E  0xf498000f
2713 
2714 /* P1_ACLC2S216A */
2715 #define RSTV0910_P1_ACLC2S216A  0xf499
2716 #define FSTV0910_P1_CAR2S2_16A_ALPH_M  0xf4994030
2717 #define FSTV0910_P1_CAR2S2_16A_ALPH_E  0xf499000f
2718 
2719 /* P1_ACLC2S232A */
2720 #define RSTV0910_P1_ACLC2S232A  0xf49a
2721 #define FSTV0910_P1_CAR2S2_32A_ALPH_M  0xf49a4030
2722 #define FSTV0910_P1_CAR2S2_32A_ALPH_E  0xf49a000f
2723 
2724 /* P1_BCLC2S2Q */
2725 #define RSTV0910_P1_BCLC2S2Q  0xf49c
2726 #define FSTV0910_P1_CAR2S2_Q_BETA_M  0xf49c4030
2727 #define FSTV0910_P1_CAR2S2_Q_BETA_E  0xf49c000f
2728 
2729 /* P1_BCLC2S28 */
2730 #define RSTV0910_P1_BCLC2S28  0xf49d
2731 #define FSTV0910_P1_CAR2S2_8_BETA_M  0xf49d4030
2732 #define FSTV0910_P1_CAR2S2_8_BETA_E  0xf49d000f
2733 
2734 /* P1_BCLC2S216A */
2735 #define RSTV0910_P1_BCLC2S216A  0xf49e
2736 #define FSTV0910_P1_DVBS2S216A_NIP  0xf49e7080
2737 #define FSTV0910_P1_CAR2S2_16A_BETA_M  0xf49e4030
2738 #define FSTV0910_P1_CAR2S2_16A_BETA_E  0xf49e000f
2739 
2740 /* P1_BCLC2S232A */
2741 #define RSTV0910_P1_BCLC2S232A  0xf49f
2742 #define FSTV0910_P1_DVBS2S232A_NIP  0xf49f7080
2743 #define FSTV0910_P1_CAR2S2_32A_BETA_M  0xf49f4030
2744 #define FSTV0910_P1_CAR2S2_32A_BETA_E  0xf49f000f
2745 
2746 /* P1_PLROOT2 */
2747 #define RSTV0910_P1_PLROOT2  0xf4ac
2748 #define FSTV0910_P1_PLSCRAMB_MODE  0xf4ac200c
2749 #define FSTV0910_P1_PLSCRAMB_ROOT2  0xf4ac0003
2750 
2751 /* P1_PLROOT1 */
2752 #define RSTV0910_P1_PLROOT1  0xf4ad
2753 #define FSTV0910_P1_PLSCRAMB_ROOT1  0xf4ad00ff
2754 
2755 /* P1_PLROOT0 */
2756 #define RSTV0910_P1_PLROOT0  0xf4ae
2757 #define FSTV0910_P1_PLSCRAMB_ROOT0  0xf4ae00ff
2758 
2759 /* P1_MODCODLST0 */
2760 #define RSTV0910_P1_MODCODLST0  0xf4b0
2761 #define FSTV0910_P1_NACCES_MODCODCH  0xf4b00001
2762 
2763 /* P1_MODCODLST1 */
2764 #define RSTV0910_P1_MODCODLST1  0xf4b1
2765 #define FSTV0910_P1_SYMBRATE_FILTER  0xf4b13008
2766 #define FSTV0910_P1_NRESET_MODCODLST  0xf4b12004
2767 #define FSTV0910_P1_DIS_32PSK_9_10  0xf4b10003
2768 
2769 /* P1_MODCODLST2 */
2770 #define RSTV0910_P1_MODCODLST2  0xf4b2
2771 #define FSTV0910_P1_DIS_32PSK_8_9  0xf4b240f0
2772 #define FSTV0910_P1_DIS_32PSK_5_6  0xf4b2000f
2773 
2774 /* P1_MODCODLST3 */
2775 #define RSTV0910_P1_MODCODLST3  0xf4b3
2776 #define FSTV0910_P1_DIS_32PSK_4_5  0xf4b340f0
2777 #define FSTV0910_P1_DIS_32PSK_3_4  0xf4b3000f
2778 
2779 /* P1_MODCODLST4 */
2780 #define RSTV0910_P1_MODCODLST4  0xf4b4
2781 #define FSTV0910_P1_DUMMYPL_PILOT  0xf4b47080
2782 #define FSTV0910_P1_DUMMYPL_NOPILOT  0xf4b46040
2783 #define FSTV0910_P1_DIS_16PSK_9_10  0xf4b44030
2784 #define FSTV0910_P1_DIS_16PSK_8_9  0xf4b4000f
2785 
2786 /* P1_MODCODLST5 */
2787 #define RSTV0910_P1_MODCODLST5  0xf4b5
2788 #define FSTV0910_P1_DIS_16PSK_5_6  0xf4b540f0
2789 #define FSTV0910_P1_DIS_16PSK_4_5  0xf4b5000f
2790 
2791 /* P1_MODCODLST6 */
2792 #define RSTV0910_P1_MODCODLST6  0xf4b6
2793 #define FSTV0910_P1_DIS_16PSK_3_4  0xf4b640f0
2794 #define FSTV0910_P1_DIS_16PSK_2_3  0xf4b6000f
2795 
2796 /* P1_MODCODLST7 */
2797 #define RSTV0910_P1_MODCODLST7  0xf4b7
2798 #define FSTV0910_P1_MODCOD_NNOSFILTER  0xf4b77080
2799 #define FSTV0910_P1_DIS_8PSK_9_10  0xf4b74030
2800 #define FSTV0910_P1_DIS_8PSK_8_9  0xf4b7000f
2801 
2802 /* P1_MODCODLST8 */
2803 #define RSTV0910_P1_MODCODLST8  0xf4b8
2804 #define FSTV0910_P1_DIS_8PSK_5_6  0xf4b840f0
2805 #define FSTV0910_P1_DIS_8PSK_3_4  0xf4b8000f
2806 
2807 /* P1_MODCODLST9 */
2808 #define RSTV0910_P1_MODCODLST9  0xf4b9
2809 #define FSTV0910_P1_DIS_8PSK_2_3  0xf4b940f0
2810 #define FSTV0910_P1_DIS_8PSK_3_5  0xf4b9000f
2811 
2812 /* P1_MODCODLSTA */
2813 #define RSTV0910_P1_MODCODLSTA  0xf4ba
2814 #define FSTV0910_P1_NOSFILTER_LIMITE  0xf4ba7080
2815 #define FSTV0910_P1_DIS_QPSK_9_10  0xf4ba4030
2816 #define FSTV0910_P1_DIS_QPSK_8_9  0xf4ba000f
2817 
2818 /* P1_MODCODLSTB */
2819 #define RSTV0910_P1_MODCODLSTB  0xf4bb
2820 #define FSTV0910_P1_DIS_QPSK_5_6  0xf4bb40f0
2821 #define FSTV0910_P1_DIS_QPSK_4_5  0xf4bb000f
2822 
2823 /* P1_MODCODLSTC */
2824 #define RSTV0910_P1_MODCODLSTC  0xf4bc
2825 #define FSTV0910_P1_DIS_QPSK_3_4  0xf4bc40f0
2826 #define FSTV0910_P1_DIS_QPSK_2_3  0xf4bc000f
2827 
2828 /* P1_MODCODLSTD */
2829 #define RSTV0910_P1_MODCODLSTD  0xf4bd
2830 #define FSTV0910_P1_DIS_QPSK_3_5  0xf4bd40f0
2831 #define FSTV0910_P1_DIS_QPSK_1_2  0xf4bd000f
2832 
2833 /* P1_MODCODLSTE */
2834 #define RSTV0910_P1_MODCODLSTE  0xf4be
2835 #define FSTV0910_P1_DIS_QPSK_2_5  0xf4be40f0
2836 #define FSTV0910_P1_DIS_QPSK_1_3  0xf4be000f
2837 
2838 /* P1_MODCODLSTF */
2839 #define RSTV0910_P1_MODCODLSTF  0xf4bf
2840 #define FSTV0910_P1_DIS_QPSK_1_4  0xf4bf40f0
2841 #define FSTV0910_P1_DEMOD_INVMODLST  0xf4bf3008
2842 #define FSTV0910_P1_DEMODOUT_ENABLE  0xf4bf2004
2843 #define FSTV0910_P1_DDEMOD_NSET  0xf4bf1002
2844 #define FSTV0910_P1_MODCOD_NSTOCK  0xf4bf0001
2845 
2846 /* P1_GAUSSR0 */
2847 #define RSTV0910_P1_GAUSSR0  0xf4c0
2848 #define FSTV0910_P1_EN_CCIMODE  0xf4c07080
2849 #define FSTV0910_P1_R0_GAUSSIEN  0xf4c0007f
2850 
2851 /* P1_CCIR0 */
2852 #define RSTV0910_P1_CCIR0  0xf4c1
2853 #define FSTV0910_P1_CCIDETECT_PLHONLY  0xf4c17080
2854 #define FSTV0910_P1_R0_CCI  0xf4c1007f
2855 
2856 /* P1_CCIQUANT */
2857 #define RSTV0910_P1_CCIQUANT  0xf4c2
2858 #define FSTV0910_P1_CCI_BETA  0xf4c250e0
2859 #define FSTV0910_P1_CCI_QUANT  0xf4c2001f
2860 
2861 /* P1_CCITHRES */
2862 #define RSTV0910_P1_CCITHRES  0xf4c3
2863 #define FSTV0910_P1_CCI_THRESHOLD  0xf4c300ff
2864 
2865 /* P1_CCIACC */
2866 #define RSTV0910_P1_CCIACC  0xf4c4
2867 #define FSTV0910_P1_CCI_VALUE  0xf4c400ff
2868 
2869 /* P1_DSTATUS4 */
2870 #define RSTV0910_P1_DSTATUS4  0xf4c5
2871 #define FSTV0910_P1_RAINFADE_DETECT  0xf4c57080
2872 #define FSTV0910_P1_NOTHRES2_FAIL  0xf4c56040
2873 #define FSTV0910_P1_NOTHRES1_FAIL  0xf4c55020
2874 #define FSTV0910_P1_DMDPROG_ERROR  0xf4c52004
2875 #define FSTV0910_P1_CSTENV_DETECT  0xf4c51002
2876 #define FSTV0910_P1_DETECTION_TRIAX  0xf4c50001
2877 
2878 /* P1_DMDRESCFG */
2879 #define RSTV0910_P1_DMDRESCFG  0xf4c6
2880 #define FSTV0910_P1_DMDRES_RESET  0xf4c67080
2881 #define FSTV0910_P1_DMDRES_STRALL  0xf4c63008
2882 #define FSTV0910_P1_DMDRES_NEWONLY  0xf4c62004
2883 #define FSTV0910_P1_DMDRES_NOSTORE  0xf4c61002
2884 
2885 /* P1_DMDRESADR */
2886 #define RSTV0910_P1_DMDRESADR  0xf4c7
2887 #define FSTV0910_P1_DMDRES_VALIDCFR  0xf4c76040
2888 #define FSTV0910_P1_DMDRES_MEMFULL  0xf4c74030
2889 #define FSTV0910_P1_DMDRES_RESNBR  0xf4c7000f
2890 
2891 /* P1_DMDRESDATA7 */
2892 #define RSTV0910_P1_DMDRESDATA7  0xf4c8
2893 #define FSTV0910_P1_DMDRES_DATA7  0xf4c800ff
2894 
2895 /* P1_DMDRESDATA6 */
2896 #define RSTV0910_P1_DMDRESDATA6  0xf4c9
2897 #define FSTV0910_P1_DMDRES_DATA6  0xf4c900ff
2898 
2899 /* P1_DMDRESDATA5 */
2900 #define RSTV0910_P1_DMDRESDATA5  0xf4ca
2901 #define FSTV0910_P1_DMDRES_DATA5  0xf4ca00ff
2902 
2903 /* P1_DMDRESDATA4 */
2904 #define RSTV0910_P1_DMDRESDATA4  0xf4cb
2905 #define FSTV0910_P1_DMDRES_DATA4  0xf4cb00ff
2906 
2907 /* P1_DMDRESDATA3 */
2908 #define RSTV0910_P1_DMDRESDATA3  0xf4cc
2909 #define FSTV0910_P1_DMDRES_DATA3  0xf4cc00ff
2910 
2911 /* P1_DMDRESDATA2 */
2912 #define RSTV0910_P1_DMDRESDATA2  0xf4cd
2913 #define FSTV0910_P1_DMDRES_DATA2  0xf4cd00ff
2914 
2915 /* P1_DMDRESDATA1 */
2916 #define RSTV0910_P1_DMDRESDATA1  0xf4ce
2917 #define FSTV0910_P1_DMDRES_DATA1  0xf4ce00ff
2918 
2919 /* P1_DMDRESDATA0 */
2920 #define RSTV0910_P1_DMDRESDATA0  0xf4cf
2921 #define FSTV0910_P1_DMDRES_DATA0  0xf4cf00ff
2922 
2923 /* P1_FFEI1 */
2924 #define RSTV0910_P1_FFEI1  0xf4d0
2925 #define FSTV0910_P1_FFE_ACCI1  0xf4d001ff
2926 
2927 /* P1_FFEQ1 */
2928 #define RSTV0910_P1_FFEQ1  0xf4d1
2929 #define FSTV0910_P1_FFE_ACCQ1  0xf4d101ff
2930 
2931 /* P1_FFEI2 */
2932 #define RSTV0910_P1_FFEI2  0xf4d2
2933 #define FSTV0910_P1_FFE_ACCI2  0xf4d201ff
2934 
2935 /* P1_FFEQ2 */
2936 #define RSTV0910_P1_FFEQ2  0xf4d3
2937 #define FSTV0910_P1_FFE_ACCQ2  0xf4d301ff
2938 
2939 /* P1_FFEI3 */
2940 #define RSTV0910_P1_FFEI3  0xf4d4
2941 #define FSTV0910_P1_FFE_ACCI3  0xf4d401ff
2942 
2943 /* P1_FFEQ3 */
2944 #define RSTV0910_P1_FFEQ3  0xf4d5
2945 #define FSTV0910_P1_FFE_ACCQ3  0xf4d501ff
2946 
2947 /* P1_FFEI4 */
2948 #define RSTV0910_P1_FFEI4  0xf4d6
2949 #define FSTV0910_P1_FFE_ACCI4  0xf4d601ff
2950 
2951 /* P1_FFEQ4 */
2952 #define RSTV0910_P1_FFEQ4  0xf4d7
2953 #define FSTV0910_P1_FFE_ACCQ4  0xf4d701ff
2954 
2955 /* P1_FFECFG */
2956 #define RSTV0910_P1_FFECFG  0xf4d8
2957 #define FSTV0910_P1_EQUALFFE_ON  0xf4d86040
2958 #define FSTV0910_P1_EQUAL_USEDSYMB  0xf4d84030
2959 #define FSTV0910_P1_MU_EQUALFFE  0xf4d80007
2960 
2961 /* P1_TNRCFG2 */
2962 #define RSTV0910_P1_TNRCFG2  0xf4e1
2963 #define FSTV0910_P1_TUN_IQSWAP  0xf4e17080
2964 
2965 /* P1_SMAPCOEF7 */
2966 #define RSTV0910_P1_SMAPCOEF7  0xf500
2967 #define FSTV0910_P1_DIS_QSCALE  0xf5007080
2968 #define FSTV0910_P1_SMAPCOEF_Q_LLR12  0xf500017f
2969 
2970 /* P1_SMAPCOEF6 */
2971 #define RSTV0910_P1_SMAPCOEF6  0xf501
2972 #define FSTV0910_P1_DIS_AGC2SCALE  0xf5017080
2973 #define FSTV0910_P1_ADJ_8PSKLLR1  0xf5012004
2974 #define FSTV0910_P1_OLD_8PSKLLR1  0xf5011002
2975 #define FSTV0910_P1_DIS_AB8PSK  0xf5010001
2976 
2977 /* P1_SMAPCOEF5 */
2978 #define RSTV0910_P1_SMAPCOEF5  0xf502
2979 #define FSTV0910_P1_DIS_8SCALE  0xf5027080
2980 #define FSTV0910_P1_SMAPCOEF_8P_LLR23  0xf502017f
2981 
2982 /* P1_SMAPCOEF4 */
2983 #define RSTV0910_P1_SMAPCOEF4  0xf503
2984 #define FSTV0910_P1_SMAPCOEF_16APSK_LLR12  0xf503017f
2985 
2986 /* P1_SMAPCOEF3 */
2987 #define RSTV0910_P1_SMAPCOEF3  0xf504
2988 #define FSTV0910_P1_SMAPCOEF_16APSK_LLR34  0xf504017f
2989 
2990 /* P1_SMAPCOEF2 */
2991 #define RSTV0910_P1_SMAPCOEF2  0xf505
2992 #define FSTV0910_P1_SMAPCOEF_32APSK_R2R3  0xf50541f0
2993 #define FSTV0910_P1_SMAPCOEF_32APSK_LLR2  0xf505010f
2994 
2995 /* P1_SMAPCOEF1 */
2996 #define RSTV0910_P1_SMAPCOEF1  0xf506
2997 #define FSTV0910_P1_DIS_16SCALE  0xf5067080
2998 #define FSTV0910_P1_SMAPCOEF_32_LLR34  0xf506017f
2999 
3000 /* P1_SMAPCOEF0 */
3001 #define RSTV0910_P1_SMAPCOEF0  0xf507
3002 #define FSTV0910_P1_DIS_32SCALE  0xf5077080
3003 #define FSTV0910_P1_SMAPCOEF_32_LLR15  0xf507017f
3004 
3005 /* P1_NOSTHRES1 */
3006 #define RSTV0910_P1_NOSTHRES1  0xf509
3007 #define FSTV0910_P1_NOS_THRESHOLD1  0xf50900ff
3008 
3009 /* P1_NOSTHRES2 */
3010 #define RSTV0910_P1_NOSTHRES2  0xf50a
3011 #define FSTV0910_P1_NOS_THRESHOLD2  0xf50a00ff
3012 
3013 /* P1_NOSDIFF1 */
3014 #define RSTV0910_P1_NOSDIFF1  0xf50b
3015 #define FSTV0910_P1_NOSTHRES1_DIFF  0xf50b00ff
3016 
3017 /* P1_RAINFADE */
3018 #define RSTV0910_P1_RAINFADE  0xf50c
3019 #define FSTV0910_P1_NOSTHRES_DATAT  0xf50c7080
3020 #define FSTV0910_P1_RAINFADE_CNLIMIT  0xf50c4070
3021 #define FSTV0910_P1_RAINFADE_TIMEOUT  0xf50c0007
3022 
3023 /* P1_NOSRAMCFG */
3024 #define RSTV0910_P1_NOSRAMCFG  0xf50d
3025 #define FSTV0910_P1_NOSRAM_ACTIVATION  0xf50d4030
3026 #define FSTV0910_P1_NOSRAM_CNRONLY  0xf50d3008
3027 #define FSTV0910_P1_NOSRAM_LGNCNR1  0xf50d0007
3028 
3029 /* P1_NOSRAMPOS */
3030 #define RSTV0910_P1_NOSRAMPOS  0xf50e
3031 #define FSTV0910_P1_NOSRAM_LGNCNR0  0xf50e40f0
3032 #define FSTV0910_P1_NOSRAM_VALIDE  0xf50e2004
3033 #define FSTV0910_P1_NOSRAM_CNRVAL1  0xf50e0003
3034 
3035 /* P1_NOSRAMVAL */
3036 #define RSTV0910_P1_NOSRAMVAL  0xf50f
3037 #define FSTV0910_P1_NOSRAM_CNRVAL0  0xf50f00ff
3038 
3039 /* P1_DMDPLHSTAT */
3040 #define RSTV0910_P1_DMDPLHSTAT  0xf520
3041 #define FSTV0910_P1_PLH_STATISTIC  0xf52000ff
3042 
3043 /* P1_LOCKTIME3 */
3044 #define RSTV0910_P1_LOCKTIME3  0xf522
3045 #define FSTV0910_P1_DEMOD_LOCKTIME3  0xf52200ff
3046 
3047 /* P1_LOCKTIME2 */
3048 #define RSTV0910_P1_LOCKTIME2  0xf523
3049 #define FSTV0910_P1_DEMOD_LOCKTIME2  0xf52300ff
3050 
3051 /* P1_LOCKTIME1 */
3052 #define RSTV0910_P1_LOCKTIME1  0xf524
3053 #define FSTV0910_P1_DEMOD_LOCKTIME1  0xf52400ff
3054 
3055 /* P1_LOCKTIME0 */
3056 #define RSTV0910_P1_LOCKTIME0  0xf525
3057 #define FSTV0910_P1_DEMOD_LOCKTIME0  0xf52500ff
3058 
3059 /* P1_VITSCALE */
3060 #define RSTV0910_P1_VITSCALE  0xf532
3061 #define FSTV0910_P1_NVTH_NOSRANGE  0xf5327080
3062 #define FSTV0910_P1_VERROR_MAXMODE  0xf5326040
3063 #define FSTV0910_P1_NSLOWSN_LOCKED  0xf5323008
3064 #define FSTV0910_P1_DIS_RSFLOCK  0xf5321002
3065 
3066 /* P1_FECM */
3067 #define RSTV0910_P1_FECM  0xf533
3068 #define FSTV0910_P1_DSS_DVB  0xf5337080
3069 #define FSTV0910_P1_DSS_SRCH  0xf5334010
3070 #define FSTV0910_P1_SYNCVIT  0xf5331002
3071 #define FSTV0910_P1_IQINV  0xf5330001
3072 
3073 /* P1_VTH12 */
3074 #define RSTV0910_P1_VTH12  0xf534
3075 #define FSTV0910_P1_VTH12  0xf53400ff
3076 
3077 /* P1_VTH23 */
3078 #define RSTV0910_P1_VTH23  0xf535
3079 #define FSTV0910_P1_VTH23  0xf53500ff
3080 
3081 /* P1_VTH34 */
3082 #define RSTV0910_P1_VTH34  0xf536
3083 #define FSTV0910_P1_VTH34  0xf53600ff
3084 
3085 /* P1_VTH56 */
3086 #define RSTV0910_P1_VTH56  0xf537
3087 #define FSTV0910_P1_VTH56  0xf53700ff
3088 
3089 /* P1_VTH67 */
3090 #define RSTV0910_P1_VTH67  0xf538
3091 #define FSTV0910_P1_VTH67  0xf53800ff
3092 
3093 /* P1_VTH78 */
3094 #define RSTV0910_P1_VTH78  0xf539
3095 #define FSTV0910_P1_VTH78  0xf53900ff
3096 
3097 /* P1_VITCURPUN */
3098 #define RSTV0910_P1_VITCURPUN  0xf53a
3099 #define FSTV0910_P1_VIT_CURPUN  0xf53a001f
3100 
3101 /* P1_VERROR */
3102 #define RSTV0910_P1_VERROR  0xf53b
3103 #define FSTV0910_P1_REGERR_VIT  0xf53b00ff
3104 
3105 /* P1_PRVIT */
3106 #define RSTV0910_P1_PRVIT  0xf53c
3107 #define FSTV0910_P1_DIS_VTHLOCK  0xf53c6040
3108 #define FSTV0910_P1_E7_8VIT  0xf53c5020
3109 #define FSTV0910_P1_E6_7VIT  0xf53c4010
3110 #define FSTV0910_P1_E5_6VIT  0xf53c3008
3111 #define FSTV0910_P1_E3_4VIT  0xf53c2004
3112 #define FSTV0910_P1_E2_3VIT  0xf53c1002
3113 #define FSTV0910_P1_E1_2VIT  0xf53c0001
3114 
3115 /* P1_VAVSRVIT */
3116 #define RSTV0910_P1_VAVSRVIT  0xf53d
3117 #define FSTV0910_P1_AMVIT  0xf53d7080
3118 #define FSTV0910_P1_FROZENVIT  0xf53d6040
3119 #define FSTV0910_P1_SNVIT  0xf53d4030
3120 #define FSTV0910_P1_TOVVIT  0xf53d200c
3121 #define FSTV0910_P1_HYPVIT  0xf53d0003
3122 
3123 /* P1_VSTATUSVIT */
3124 #define RSTV0910_P1_VSTATUSVIT  0xf53e
3125 #define FSTV0910_P1_PRFVIT  0xf53e4010
3126 #define FSTV0910_P1_LOCKEDVIT  0xf53e3008
3127 
3128 /* P1_VTHINUSE */
3129 #define RSTV0910_P1_VTHINUSE  0xf53f
3130 #define FSTV0910_P1_VIT_INUSE  0xf53f00ff
3131 
3132 /* P1_KDIV12 */
3133 #define RSTV0910_P1_KDIV12  0xf540
3134 #define FSTV0910_P1_K_DIVIDER_12  0xf540007f
3135 
3136 /* P1_KDIV23 */
3137 #define RSTV0910_P1_KDIV23  0xf541
3138 #define FSTV0910_P1_K_DIVIDER_23  0xf541007f
3139 
3140 /* P1_KDIV34 */
3141 #define RSTV0910_P1_KDIV34  0xf542
3142 #define FSTV0910_P1_K_DIVIDER_34  0xf542007f
3143 
3144 /* P1_KDIV56 */
3145 #define RSTV0910_P1_KDIV56  0xf543
3146 #define FSTV0910_P1_K_DIVIDER_56  0xf543007f
3147 
3148 /* P1_KDIV67 */
3149 #define RSTV0910_P1_KDIV67  0xf544
3150 #define FSTV0910_P1_K_DIVIDER_67  0xf544007f
3151 
3152 /* P1_KDIV78 */
3153 #define RSTV0910_P1_KDIV78  0xf545
3154 #define FSTV0910_P1_K_DIVIDER_78  0xf545007f
3155 
3156 /* P1_TSPIDFLT1 */
3157 #define RSTV0910_P1_TSPIDFLT1  0xf546
3158 #define FSTV0910_P1_PIDFLT_ADDR  0xf54600ff
3159 
3160 /* P1_TSPIDFLT0 */
3161 #define RSTV0910_P1_TSPIDFLT0  0xf547
3162 #define FSTV0910_P1_PIDFLT_DATA  0xf54700ff
3163 
3164 /* P1_PDELCTRL0 */
3165 #define RSTV0910_P1_PDELCTRL0  0xf54f
3166 #define FSTV0910_P1_ISIOBS_MODE  0xf54f4030
3167 
3168 /* P1_PDELCTRL1 */
3169 #define RSTV0910_P1_PDELCTRL1  0xf550
3170 #define FSTV0910_P1_INV_MISMASK  0xf5507080
3171 #define FSTV0910_P1_FILTER_EN  0xf5505020
3172 #define FSTV0910_P1_HYSTEN  0xf5503008
3173 #define FSTV0910_P1_HYSTSWRST  0xf5502004
3174 #define FSTV0910_P1_EN_MIS00  0xf5501002
3175 #define FSTV0910_P1_ALGOSWRST  0xf5500001
3176 
3177 /* P1_PDELCTRL2 */
3178 #define RSTV0910_P1_PDELCTRL2  0xf551
3179 #define FSTV0910_P1_FORCE_CONTINUOUS  0xf5517080
3180 #define FSTV0910_P1_RESET_UPKO_COUNT  0xf5516040
3181 #define FSTV0910_P1_USER_PKTDELIN_NB  0xf5515020
3182 #define FSTV0910_P1_FRAME_MODE  0xf5511002
3183 
3184 /* P1_HYSTTHRESH */
3185 #define RSTV0910_P1_HYSTTHRESH  0xf554
3186 #define FSTV0910_P1_DELIN_LOCKTHRES  0xf55440f0
3187 #define FSTV0910_P1_DELIN_UNLOCKTHRES  0xf554000f
3188 
3189 /* P1_UPLCCST0 */
3190 #define RSTV0910_P1_UPLCCST0  0xf558
3191 #define FSTV0910_P1_UPL_CST0  0xf55830f8
3192 #define FSTV0910_P1_UPL_MODE  0xf5580007
3193 
3194 /* P1_ISIENTRY */
3195 #define RSTV0910_P1_ISIENTRY  0xf55e
3196 #define FSTV0910_P1_ISI_ENTRY  0xf55e00ff
3197 
3198 /* P1_ISIBITENA */
3199 #define RSTV0910_P1_ISIBITENA  0xf55f
3200 #define FSTV0910_P1_ISI_BIT_EN  0xf55f00ff
3201 
3202 /* P1_MATSTR1 */
3203 #define RSTV0910_P1_MATSTR1  0xf560
3204 #define FSTV0910_P1_MATYPE_CURRENT1  0xf56000ff
3205 
3206 /* P1_MATSTR0 */
3207 #define RSTV0910_P1_MATSTR0  0xf561
3208 #define FSTV0910_P1_MATYPE_CURRENT0  0xf56100ff
3209 
3210 /* P1_UPLSTR1 */
3211 #define RSTV0910_P1_UPLSTR1  0xf562
3212 #define FSTV0910_P1_UPL_CURRENT1  0xf56200ff
3213 
3214 /* P1_UPLSTR0 */
3215 #define RSTV0910_P1_UPLSTR0  0xf563
3216 #define FSTV0910_P1_UPL_CURRENT0  0xf56300ff
3217 
3218 /* P1_DFLSTR1 */
3219 #define RSTV0910_P1_DFLSTR1  0xf564
3220 #define FSTV0910_P1_DFL_CURRENT1  0xf56400ff
3221 
3222 /* P1_DFLSTR0 */
3223 #define RSTV0910_P1_DFLSTR0  0xf565
3224 #define FSTV0910_P1_DFL_CURRENT0  0xf56500ff
3225 
3226 /* P1_SYNCSTR */
3227 #define RSTV0910_P1_SYNCSTR  0xf566
3228 #define FSTV0910_P1_SYNC_CURRENT  0xf56600ff
3229 
3230 /* P1_SYNCDSTR1 */
3231 #define RSTV0910_P1_SYNCDSTR1  0xf567
3232 #define FSTV0910_P1_SYNCD_CURRENT1  0xf56700ff
3233 
3234 /* P1_SYNCDSTR0 */
3235 #define RSTV0910_P1_SYNCDSTR0  0xf568
3236 #define FSTV0910_P1_SYNCD_CURRENT0  0xf56800ff
3237 
3238 /* P1_PDELSTATUS1 */
3239 #define RSTV0910_P1_PDELSTATUS1  0xf569
3240 #define FSTV0910_P1_PKTDELIN_DELOCK  0xf5697080
3241 #define FSTV0910_P1_SYNCDUPDFL_BADDFL  0xf5696040
3242 #define FSTV0910_P1_UNACCEPTED_STREAM  0xf5694010
3243 #define FSTV0910_P1_BCH_ERROR_FLAG  0xf5693008
3244 #define FSTV0910_P1_PKTDELIN_LOCK  0xf5691002
3245 #define FSTV0910_P1_FIRST_LOCK  0xf5690001
3246 
3247 /* P1_PDELSTATUS2 */
3248 #define RSTV0910_P1_PDELSTATUS2  0xf56a
3249 #define FSTV0910_P1_FRAME_MODCOD  0xf56a207c
3250 #define FSTV0910_P1_FRAME_TYPE  0xf56a0003
3251 
3252 /* P1_BBFCRCKO1 */
3253 #define RSTV0910_P1_BBFCRCKO1  0xf56b
3254 #define FSTV0910_P1_BBHCRC_KOCNT1  0xf56b00ff
3255 
3256 /* P1_BBFCRCKO0 */
3257 #define RSTV0910_P1_BBFCRCKO0  0xf56c
3258 #define FSTV0910_P1_BBHCRC_KOCNT0  0xf56c00ff
3259 
3260 /* P1_UPCRCKO1 */
3261 #define RSTV0910_P1_UPCRCKO1  0xf56d
3262 #define FSTV0910_P1_PKTCRC_KOCNT1  0xf56d00ff
3263 
3264 /* P1_UPCRCKO0 */
3265 #define RSTV0910_P1_UPCRCKO0  0xf56e
3266 #define FSTV0910_P1_PKTCRC_KOCNT0  0xf56e00ff
3267 
3268 /* P1_PDELCTRL3 */
3269 #define RSTV0910_P1_PDELCTRL3  0xf56f
3270 #define FSTV0910_P1_NOFIFO_BCHERR  0xf56f5020
3271 #define FSTV0910_P1_PKTDELIN_DELACMERR  0xf56f4010
3272 
3273 /* P1_TSSTATEM */
3274 #define RSTV0910_P1_TSSTATEM  0xf570
3275 #define FSTV0910_P1_TSDIL_ON  0xf5707080
3276 #define FSTV0910_P1_TSRS_ON  0xf5705020
3277 #define FSTV0910_P1_TSDESCRAMB_ON  0xf5704010
3278 #define FSTV0910_P1_TSFRAME_MODE  0xf5703008
3279 #define FSTV0910_P1_TS_DISABLE  0xf5702004
3280 #define FSTV0910_P1_TSACM_MODE  0xf5701002
3281 #define FSTV0910_P1_TSOUT_NOSYNC  0xf5700001
3282 
3283 /* P1_TSSTATEL */
3284 #define RSTV0910_P1_TSSTATEL  0xf571
3285 #define FSTV0910_P1_TSNOSYNCBYTE  0xf5717080
3286 #define FSTV0910_P1_TSPARITY_ON  0xf5716040
3287 #define FSTV0910_P1_TSISSYI_ON  0xf5713008
3288 #define FSTV0910_P1_TSNPD_ON  0xf5712004
3289 #define FSTV0910_P1_TSCRC8_ON  0xf5711002
3290 #define FSTV0910_P1_TSDSS_PACKET  0xf5710001
3291 
3292 /* P1_TSCFGH */
3293 #define RSTV0910_P1_TSCFGH  0xf572
3294 #define FSTV0910_P1_TSFIFO_DVBCI  0xf5727080
3295 #define FSTV0910_P1_TSFIFO_SERIAL  0xf5726040
3296 #define FSTV0910_P1_TSFIFO_TEIUPDATE  0xf5725020
3297 #define FSTV0910_P1_TSFIFO_DUTY50  0xf5724010
3298 #define FSTV0910_P1_TSFIFO_HSGNLOUT  0xf5723008
3299 #define FSTV0910_P1_TSFIFO_ERRMODE  0xf5721006
3300 #define FSTV0910_P1_RST_HWARE  0xf5720001
3301 
3302 /* P1_TSCFGM */
3303 #define RSTV0910_P1_TSCFGM  0xf573
3304 #define FSTV0910_P1_TSFIFO_MANSPEED  0xf57360c0
3305 #define FSTV0910_P1_TSFIFO_PERMDATA  0xf5735020
3306 #define FSTV0910_P1_TSFIFO_NONEWSGNL  0xf5734010
3307 #define FSTV0910_P1_TSFIFO_INVDATA  0xf5730001
3308 
3309 /* P1_TSCFGL */
3310 #define RSTV0910_P1_TSCFGL  0xf574
3311 #define FSTV0910_P1_TSFIFO_BCLKDEL1CK  0xf57460c0
3312 #define FSTV0910_P1_BCHERROR_MODE  0xf5744030
3313 #define FSTV0910_P1_TSFIFO_NSGNL2DATA  0xf5743008
3314 #define FSTV0910_P1_TSFIFO_EMBINDVB  0xf5742004
3315 #define FSTV0910_P1_TSFIFO_BITSPEED  0xf5740003
3316 
3317 /* P1_TSSYNC */
3318 #define RSTV0910_P1_TSSYNC  0xf575
3319 #define FSTV0910_P1_TSFIFO_SYNCMODE  0xf5753018
3320 
3321 /* P1_TSINSDELH */
3322 #define RSTV0910_P1_TSINSDELH  0xf576
3323 #define FSTV0910_P1_TSDEL_SYNCBYTE  0xf5767080
3324 #define FSTV0910_P1_TSDEL_XXHEADER  0xf5766040
3325 #define FSTV0910_P1_TSDEL_DATAFIELD  0xf5764010
3326 #define FSTV0910_P1_TSINSDEL_RSPARITY  0xf5761002
3327 #define FSTV0910_P1_TSINSDEL_CRC8  0xf5760001
3328 
3329 /* P1_TSINSDELM */
3330 #define RSTV0910_P1_TSINSDELM  0xf577
3331 #define FSTV0910_P1_TSINS_EMODCOD  0xf5774010
3332 #define FSTV0910_P1_TSINS_TOKEN  0xf5773008
3333 #define FSTV0910_P1_TSINS_XXXERR  0xf5772004
3334 #define FSTV0910_P1_TSINS_MATYPE  0xf5771002
3335 #define FSTV0910_P1_TSINS_UPL  0xf5770001
3336 
3337 /* P1_TSINSDELL */
3338 #define RSTV0910_P1_TSINSDELL  0xf578
3339 #define FSTV0910_P1_TSINS_DFL  0xf5787080
3340 #define FSTV0910_P1_TSINS_SYNCD  0xf5786040
3341 #define FSTV0910_P1_TSINS_BLOCLEN  0xf5785020
3342 #define FSTV0910_P1_TSINS_SIGPCOUNT  0xf5784010
3343 #define FSTV0910_P1_TSINS_FIFO  0xf5783008
3344 #define FSTV0910_P1_TSINS_REALPACK  0xf5782004
3345 #define FSTV0910_P1_TSINS_TSCONFIG  0xf5781002
3346 #define FSTV0910_P1_TSINS_LATENCY  0xf5780001
3347 
3348 /* P1_TSDIVN */
3349 #define RSTV0910_P1_TSDIVN  0xf579
3350 #define FSTV0910_P1_TSFIFO_SPEEDMODE  0xf57960c0
3351 #define FSTV0910_P1_TSFIFO_RISEOK  0xf5790007
3352 
3353 /* P1_TSCFG4 */
3354 #define RSTV0910_P1_TSCFG4  0xf57a
3355 #define FSTV0910_P1_TSFIFO_TSSPEEDMODE  0xf57a60c0
3356 
3357 /* P1_TSSPEED */
3358 #define RSTV0910_P1_TSSPEED  0xf580
3359 #define FSTV0910_P1_TSFIFO_OUTSPEED  0xf58000ff
3360 
3361 /* P1_TSSTATUS */
3362 #define RSTV0910_P1_TSSTATUS  0xf581
3363 #define FSTV0910_P1_TSFIFO_LINEOK  0xf5817080
3364 #define FSTV0910_P1_TSFIFO_ERROR  0xf5816040
3365 #define FSTV0910_P1_TSFIFO_NOSYNC  0xf5814010
3366 #define FSTV0910_P1_TSREGUL_ERROR  0xf5812004
3367 #define FSTV0910_P1_DIL_READY  0xf5810001
3368 
3369 /* P1_TSSTATUS2 */
3370 #define RSTV0910_P1_TSSTATUS2  0xf582
3371 #define FSTV0910_P1_TSFIFO_DEMODSEL  0xf5827080
3372 #define FSTV0910_P1_TSFIFOSPEED_STORE  0xf5826040
3373 #define FSTV0910_P1_DILXX_RESET  0xf5825020
3374 #define FSTV0910_P1_SCRAMBDETECT  0xf5821002
3375 
3376 /* P1_TSBITRATE1 */
3377 #define RSTV0910_P1_TSBITRATE1  0xf583
3378 #define FSTV0910_P1_TSFIFO_BITRATE1  0xf58300ff
3379 
3380 /* P1_TSBITRATE0 */
3381 #define RSTV0910_P1_TSBITRATE0  0xf584
3382 #define FSTV0910_P1_TSFIFO_BITRATE0  0xf58400ff
3383 
3384 /* P1_TSPACKLEN1 */
3385 #define RSTV0910_P1_TSPACKLEN1  0xf585
3386 #define FSTV0910_P1_TSFIFO_PACKCPT  0xf58550e0
3387 
3388 /* P1_TSDLY2 */
3389 #define RSTV0910_P1_TSDLY2  0xf589
3390 #define FSTV0910_P1_SOFFIFO_LATENCY2  0xf589000f
3391 
3392 /* P1_TSDLY1 */
3393 #define RSTV0910_P1_TSDLY1  0xf58a
3394 #define FSTV0910_P1_SOFFIFO_LATENCY1  0xf58a00ff
3395 
3396 /* P1_TSDLY0 */
3397 #define RSTV0910_P1_TSDLY0  0xf58b
3398 #define FSTV0910_P1_SOFFIFO_LATENCY0  0xf58b00ff
3399 
3400 /* P1_TSNPDAV */
3401 #define RSTV0910_P1_TSNPDAV  0xf58c
3402 #define FSTV0910_P1_TSNPD_AVERAGE  0xf58c00ff
3403 
3404 /* P1_TSBUFSTAT2 */
3405 #define RSTV0910_P1_TSBUFSTAT2  0xf58d
3406 #define FSTV0910_P1_TSISCR_3BYTES  0xf58d7080
3407 #define FSTV0910_P1_TSISCR_NEWDATA  0xf58d6040
3408 #define FSTV0910_P1_TSISCR_BUFSTAT2  0xf58d003f
3409 
3410 /* P1_TSBUFSTAT1 */
3411 #define RSTV0910_P1_TSBUFSTAT1  0xf58e
3412 #define FSTV0910_P1_TSISCR_BUFSTAT1  0xf58e00ff
3413 
3414 /* P1_TSBUFSTAT0 */
3415 #define RSTV0910_P1_TSBUFSTAT0  0xf58f
3416 #define FSTV0910_P1_TSISCR_BUFSTAT0  0xf58f00ff
3417 
3418 /* P1_TSDEBUGL */
3419 #define RSTV0910_P1_TSDEBUGL  0xf591
3420 #define FSTV0910_P1_TSFIFO_ERROR_EVNT  0xf5912004
3421 #define FSTV0910_P1_TSFIFO_OVERFLOWM  0xf5910001
3422 
3423 /* P1_TSDLYSET2 */
3424 #define RSTV0910_P1_TSDLYSET2  0xf592
3425 #define FSTV0910_P1_SOFFIFO_OFFSET  0xf59260c0
3426 #define FSTV0910_P1_HYSTERESIS_THRESHOLD  0xf5924030
3427 #define FSTV0910_P1_SOFFIFO_SYMBOFFS2  0xf592000f
3428 
3429 /* P1_TSDLYSET1 */
3430 #define RSTV0910_P1_TSDLYSET1  0xf593
3431 #define FSTV0910_P1_SOFFIFO_SYMBOFFS1  0xf59300ff
3432 
3433 /* P1_TSDLYSET0 */
3434 #define RSTV0910_P1_TSDLYSET0  0xf594
3435 #define FSTV0910_P1_SOFFIFO_SYMBOFFS0  0xf59400ff
3436 
3437 /* P1_ERRCTRL1 */
3438 #define RSTV0910_P1_ERRCTRL1  0xf598
3439 #define FSTV0910_P1_ERR_SOURCE1  0xf59840f0
3440 #define FSTV0910_P1_NUM_EVENT1  0xf5980007
3441 
3442 /* P1_ERRCNT12 */
3443 #define RSTV0910_P1_ERRCNT12  0xf599
3444 #define FSTV0910_P1_ERRCNT1_OLDVALUE  0xf5997080
3445 #define FSTV0910_P1_ERR_CNT12  0xf599007f
3446 
3447 /* P1_ERRCNT11 */
3448 #define RSTV0910_P1_ERRCNT11  0xf59a
3449 #define FSTV0910_P1_ERR_CNT11  0xf59a00ff
3450 
3451 /* P1_ERRCNT10 */
3452 #define RSTV0910_P1_ERRCNT10  0xf59b
3453 #define FSTV0910_P1_ERR_CNT10  0xf59b00ff
3454 
3455 /* P1_ERRCTRL2 */
3456 #define RSTV0910_P1_ERRCTRL2  0xf59c
3457 #define FSTV0910_P1_ERR_SOURCE2  0xf59c40f0
3458 #define FSTV0910_P1_NUM_EVENT2  0xf59c0007
3459 
3460 /* P1_ERRCNT22 */
3461 #define RSTV0910_P1_ERRCNT22  0xf59d
3462 #define FSTV0910_P1_ERRCNT2_OLDVALUE  0xf59d7080
3463 #define FSTV0910_P1_ERR_CNT22  0xf59d007f
3464 
3465 /* P1_ERRCNT21 */
3466 #define RSTV0910_P1_ERRCNT21  0xf59e
3467 #define FSTV0910_P1_ERR_CNT21  0xf59e00ff
3468 
3469 /* P1_ERRCNT20 */
3470 #define RSTV0910_P1_ERRCNT20  0xf59f
3471 #define FSTV0910_P1_ERR_CNT20  0xf59f00ff
3472 
3473 /* P1_FECSPY */
3474 #define RSTV0910_P1_FECSPY  0xf5a0
3475 #define FSTV0910_P1_SPY_ENABLE  0xf5a07080
3476 #define FSTV0910_P1_NO_SYNCBYTE  0xf5a06040
3477 #define FSTV0910_P1_SERIAL_MODE  0xf5a05020
3478 #define FSTV0910_P1_UNUSUAL_PACKET  0xf5a04010
3479 #define FSTV0910_P1_BERMETER_DATAMODE  0xf5a0200c
3480 #define FSTV0910_P1_BERMETER_LMODE  0xf5a01002
3481 #define FSTV0910_P1_BERMETER_RESET  0xf5a00001
3482 
3483 /* P1_FSPYCFG */
3484 #define RSTV0910_P1_FSPYCFG  0xf5a1
3485 #define FSTV0910_P1_FECSPY_INPUT  0xf5a160c0
3486 #define FSTV0910_P1_RST_ON_ERROR  0xf5a15020
3487 #define FSTV0910_P1_ONE_SHOT  0xf5a14010
3488 #define FSTV0910_P1_I2C_MODE  0xf5a1200c
3489 #define FSTV0910_P1_SPY_HYSTERESIS  0xf5a10003
3490 
3491 /* P1_FSPYDATA */
3492 #define RSTV0910_P1_FSPYDATA  0xf5a2
3493 #define FSTV0910_P1_SPY_STUFFING  0xf5a27080
3494 #define FSTV0910_P1_SPY_CNULLPKT  0xf5a25020
3495 #define FSTV0910_P1_SPY_OUTDATA_MODE  0xf5a2001f
3496 
3497 /* P1_FSPYOUT */
3498 #define RSTV0910_P1_FSPYOUT  0xf5a3
3499 #define FSTV0910_P1_FSPY_DIRECT  0xf5a37080
3500 #define FSTV0910_P1_STUFF_MODE  0xf5a30007
3501 
3502 /* P1_FSTATUS */
3503 #define RSTV0910_P1_FSTATUS  0xf5a4
3504 #define FSTV0910_P1_SPY_ENDSIM  0xf5a47080
3505 #define FSTV0910_P1_VALID_SIM  0xf5a46040
3506 #define FSTV0910_P1_FOUND_SIGNAL  0xf5a45020
3507 #define FSTV0910_P1_DSS_SYNCBYTE  0xf5a44010
3508 #define FSTV0910_P1_RESULT_STATE  0xf5a4000f
3509 
3510 /* P1_FBERCPT4 */
3511 #define RSTV0910_P1_FBERCPT4  0xf5a8
3512 #define FSTV0910_P1_FBERMETER_CPT4  0xf5a800ff
3513 
3514 /* P1_FBERCPT3 */
3515 #define RSTV0910_P1_FBERCPT3  0xf5a9
3516 #define FSTV0910_P1_FBERMETER_CPT3  0xf5a900ff
3517 
3518 /* P1_FBERCPT2 */
3519 #define RSTV0910_P1_FBERCPT2  0xf5aa
3520 #define FSTV0910_P1_FBERMETER_CPT2  0xf5aa00ff
3521 
3522 /* P1_FBERCPT1 */
3523 #define RSTV0910_P1_FBERCPT1  0xf5ab
3524 #define FSTV0910_P1_FBERMETER_CPT1  0xf5ab00ff
3525 
3526 /* P1_FBERCPT0 */
3527 #define RSTV0910_P1_FBERCPT0  0xf5ac
3528 #define FSTV0910_P1_FBERMETER_CPT0  0xf5ac00ff
3529 
3530 /* P1_FBERERR2 */
3531 #define RSTV0910_P1_FBERERR2  0xf5ad
3532 #define FSTV0910_P1_FBERMETER_ERR2  0xf5ad00ff
3533 
3534 /* P1_FBERERR1 */
3535 #define RSTV0910_P1_FBERERR1  0xf5ae
3536 #define FSTV0910_P1_FBERMETER_ERR1  0xf5ae00ff
3537 
3538 /* P1_FBERERR0 */
3539 #define RSTV0910_P1_FBERERR0  0xf5af
3540 #define FSTV0910_P1_FBERMETER_ERR0  0xf5af00ff
3541 
3542 /* P1_FSPYBER */
3543 #define RSTV0910_P1_FSPYBER  0xf5b2
3544 #define FSTV0910_P1_FSPYBER_SYNCBYTE  0xf5b24010
3545 #define FSTV0910_P1_FSPYBER_UNSYNC  0xf5b23008
3546 #define FSTV0910_P1_FSPYBER_CTIME  0xf5b20007
3547 
3548 /* P1_SFERROR */
3549 #define RSTV0910_P1_SFERROR  0xf5c1
3550 #define FSTV0910_P1_SFEC_REGERR_VIT  0xf5c100ff
3551 
3552 /* P1_SFECSTATUS */
3553 #define RSTV0910_P1_SFECSTATUS  0xf5c3
3554 #define FSTV0910_P1_SFEC_ON  0xf5c37080
3555 #define FSTV0910_P1_SFEC_OFF  0xf5c36040
3556 #define FSTV0910_P1_LOCKEDSFEC  0xf5c33008
3557 #define FSTV0910_P1_SFEC_DELOCK  0xf5c32004
3558 #define FSTV0910_P1_SFEC_DEMODSEL  0xf5c31002
3559 #define FSTV0910_P1_SFEC_OVFON  0xf5c30001
3560 
3561 /* P1_SFKDIV12 */
3562 #define RSTV0910_P1_SFKDIV12  0xf5c4
3563 #define FSTV0910_P1_SFECKDIV12_MAN  0xf5c47080
3564 
3565 /* P1_SFKDIV23 */
3566 #define RSTV0910_P1_SFKDIV23  0xf5c5
3567 #define FSTV0910_P1_SFECKDIV23_MAN  0xf5c57080
3568 
3569 /* P1_SFKDIV34 */
3570 #define RSTV0910_P1_SFKDIV34  0xf5c6
3571 #define FSTV0910_P1_SFECKDIV34_MAN  0xf5c67080
3572 
3573 /* P1_SFKDIV56 */
3574 #define RSTV0910_P1_SFKDIV56  0xf5c7
3575 #define FSTV0910_P1_SFECKDIV56_MAN  0xf5c77080
3576 
3577 /* P1_SFKDIV67 */
3578 #define RSTV0910_P1_SFKDIV67  0xf5c8
3579 #define FSTV0910_P1_SFECKDIV67_MAN  0xf5c87080
3580 
3581 /* P1_SFKDIV78 */
3582 #define RSTV0910_P1_SFKDIV78  0xf5c9
3583 #define FSTV0910_P1_SFECKDIV78_MAN  0xf5c97080
3584 
3585 /* P1_SFSTATUS */
3586 #define RSTV0910_P1_SFSTATUS  0xf5cc
3587 #define FSTV0910_P1_SFEC_LINEOK  0xf5cc7080
3588 #define FSTV0910_P1_SFEC_ERROR  0xf5cc6040
3589 #define FSTV0910_P1_SFEC_DATA7  0xf5cc5020
3590 #define FSTV0910_P1_SFEC_PKTDNBRFAIL  0xf5cc4010
3591 #define FSTV0910_P1_TSSFEC_DEMODSEL  0xf5cc3008
3592 #define FSTV0910_P1_SFEC_NOSYNC  0xf5cc2004
3593 #define FSTV0910_P1_SFEC_UNREGULA  0xf5cc1002
3594 #define FSTV0910_P1_SFEC_READY  0xf5cc0001
3595 
3596 /* P1_SFDLYSET2 */
3597 #define RSTV0910_P1_SFDLYSET2  0xf5d0
3598 #define FSTV0910_P1_SFEC_DISABLE  0xf5d01002
3599 
3600 /* P1_SFERRCTRL */
3601 #define RSTV0910_P1_SFERRCTRL  0xf5d8
3602 #define FSTV0910_P1_SFEC_ERR_SOURCE  0xf5d840f0
3603 #define FSTV0910_P1_SFEC_NUM_EVENT  0xf5d80007
3604 
3605 /* P1_SFERRCNT2 */
3606 #define RSTV0910_P1_SFERRCNT2  0xf5d9
3607 #define FSTV0910_P1_SFERRC_OLDVALUE  0xf5d97080
3608 #define FSTV0910_P1_SFEC_ERR_CNT2  0xf5d9007f
3609 
3610 /* P1_SFERRCNT1 */
3611 #define RSTV0910_P1_SFERRCNT1  0xf5da
3612 #define FSTV0910_P1_SFEC_ERR_CNT1  0xf5da00ff
3613 
3614 /* P1_SFERRCNT0 */
3615 #define RSTV0910_P1_SFERRCNT0  0xf5db
3616 #define FSTV0910_P1_SFEC_ERR_CNT0  0xf5db00ff
3617 
3618 /* RCCFG2 */
3619 #define RSTV0910_RCCFG2  0xf600
3620 #define FSTV0910_TSRCFIFO_DVBCI  0xf6007080
3621 #define FSTV0910_TSRCFIFO_SERIAL  0xf6006040
3622 #define FSTV0910_TSRCFIFO_DISABLE  0xf6005020
3623 #define FSTV0910_TSFIFO_2TORC  0xf6004010
3624 #define FSTV0910_TSRCFIFO_HSGNLOUT  0xf6003008
3625 #define FSTV0910_TSRCFIFO_ERRMODE  0xf6001006
3626 
3627 /* RCCFG1 */
3628 #define RSTV0910_RCCFG1  0xf601
3629 #define FSTV0910_TSRCFIFO_MANSPEED  0xf60160c0
3630 #define FSTV0910_TSRCFIFO_PERMDATA  0xf6015020
3631 #define FSTV0910_TSRCFIFO_NONEWSGNL  0xf6014010
3632 #define FSTV0910_TSRCFIFO_INVDATA  0xf6010001
3633 
3634 /* RCCFG0 */
3635 #define RSTV0910_RCCFG0  0xf602
3636 #define FSTV0910_TSRCFIFO_BCLKDEL1CK  0xf60260c0
3637 #define FSTV0910_TSRCFIFO_DUTY50  0xf6024010
3638 #define FSTV0910_TSRCFIFO_NSGNL2DATA  0xf6023008
3639 #define FSTV0910_TSRCFIFO_NPDSGNL  0xf6022004
3640 
3641 /* RCINSDEL2 */
3642 #define RSTV0910_RCINSDEL2  0xf603
3643 #define FSTV0910_TSRCDEL_SYNCBYTE  0xf6037080
3644 #define FSTV0910_TSRCDEL_XXHEADER  0xf6036040
3645 #define FSTV0910_TSRCDEL_BBHEADER  0xf6035020
3646 #define FSTV0910_TSRCDEL_DATAFIELD  0xf6034010
3647 #define FSTV0910_TSRCINSDEL_ISCR  0xf6033008
3648 #define FSTV0910_TSRCINSDEL_NPD  0xf6032004
3649 #define FSTV0910_TSRCINSDEL_RSPARITY  0xf6031002
3650 #define FSTV0910_TSRCINSDEL_CRC8  0xf6030001
3651 
3652 /* RCINSDEL1 */
3653 #define RSTV0910_RCINSDEL1  0xf604
3654 #define FSTV0910_TSRCINS_BBPADDING  0xf6047080
3655 #define FSTV0910_TSRCINS_BCHFEC  0xf6046040
3656 #define FSTV0910_TSRCINS_EMODCOD  0xf6044010
3657 #define FSTV0910_TSRCINS_TOKEN  0xf6043008
3658 #define FSTV0910_TSRCINS_XXXERR  0xf6042004
3659 #define FSTV0910_TSRCINS_MATYPE  0xf6041002
3660 #define FSTV0910_TSRCINS_UPL  0xf6040001
3661 
3662 /* RCINSDEL0 */
3663 #define RSTV0910_RCINSDEL0  0xf605
3664 #define FSTV0910_TSRCINS_DFL  0xf6057080
3665 #define FSTV0910_TSRCINS_SYNCD  0xf6056040
3666 #define FSTV0910_TSRCINS_BLOCLEN  0xf6055020
3667 #define FSTV0910_TSRCINS_SIGPCOUNT  0xf6054010
3668 #define FSTV0910_TSRCINS_FIFO  0xf6053008
3669 #define FSTV0910_TSRCINS_REALPACK  0xf6052004
3670 #define FSTV0910_TSRCINS_TSCONFIG  0xf6051002
3671 #define FSTV0910_TSRCINS_LATENCY  0xf6050001
3672 
3673 /* RCSTATUS */
3674 #define RSTV0910_RCSTATUS  0xf606
3675 #define FSTV0910_TSRCFIFO_LINEOK  0xf6067080
3676 #define FSTV0910_TSRCFIFO_ERROR  0xf6066040
3677 #define FSTV0910_TSRCREGUL_ERROR  0xf6064010
3678 #define FSTV0910_TSRCFIFO_DEMODSEL  0xf6063008
3679 #define FSTV0910_TSRCFIFOSPEED_STORE  0xf6062004
3680 #define FSTV0910_TSRCSPEED_IMPOSSIBLE  0xf6060001
3681 
3682 /* RCSPEED */
3683 #define RSTV0910_RCSPEED  0xf607
3684 #define FSTV0910_TSRCFIFO_OUTSPEED  0xf60700ff
3685 
3686 /* TSGENERAL */
3687 #define RSTV0910_TSGENERAL  0xf630
3688 #define FSTV0910_TSFIFO_DISTS2PAR  0xf6306040
3689 #define FSTV0910_MUXSTREAM_OUTMODE  0xf6303008
3690 #define FSTV0910_TSFIFO_PERMPARAL  0xf6301006
3691 
3692 /* P1_DISIRQCFG */
3693 #define RSTV0910_P1_DISIRQCFG  0xf700
3694 #define FSTV0910_P1_ENRXEND  0xf7006040
3695 #define FSTV0910_P1_ENRXFIFO8B  0xf7005020
3696 #define FSTV0910_P1_ENTRFINISH  0xf7004010
3697 #define FSTV0910_P1_ENTIMEOUT  0xf7003008
3698 #define FSTV0910_P1_ENTXEND  0xf7002004
3699 #define FSTV0910_P1_ENTXFIFO64B  0xf7001002
3700 #define FSTV0910_P1_ENGAPBURST  0xf7000001
3701 
3702 /* P1_DISIRQSTAT */
3703 #define RSTV0910_P1_DISIRQSTAT  0xf701
3704 #define FSTV0910_P1_IRQRXEND  0xf7016040
3705 #define FSTV0910_P1_IRQRXFIFO8B  0xf7015020
3706 #define FSTV0910_P1_IRQTRFINISH  0xf7014010
3707 #define FSTV0910_P1_IRQTIMEOUT  0xf7013008
3708 #define FSTV0910_P1_IRQTXEND  0xf7012004
3709 #define FSTV0910_P1_IRQTXFIFO64B  0xf7011002
3710 #define FSTV0910_P1_IRQGAPBURST  0xf7010001
3711 
3712 /* P1_DISTXCFG */
3713 #define RSTV0910_P1_DISTXCFG  0xf702
3714 #define FSTV0910_P1_DISTX_RESET  0xf7027080
3715 #define FSTV0910_P1_TIM_OFF  0xf7026040
3716 #define FSTV0910_P1_TIM_CMD  0xf7024030
3717 #define FSTV0910_P1_ENVELOP  0xf7023008
3718 #define FSTV0910_P1_DIS_PRECHARGE  0xf7022004
3719 #define FSTV0910_P1_DISEQC_MODE  0xf7020003
3720 
3721 /* P1_DISTXSTATUS */
3722 #define RSTV0910_P1_DISTXSTATUS  0xf703
3723 #define FSTV0910_P1_TX_FIFO_FULL  0xf7036040
3724 #define FSTV0910_P1_TX_IDLE  0xf7035020
3725 #define FSTV0910_P1_GAP_BURST  0xf7034010
3726 #define FSTV0910_P1_TX_FIFO64B  0xf7033008
3727 #define FSTV0910_P1_TX_END  0xf7032004
3728 #define FSTV0910_P1_TR_TIMEOUT  0xf7031002
3729 #define FSTV0910_P1_TR_FINISH  0xf7030001
3730 
3731 /* P1_DISTXBYTES */
3732 #define RSTV0910_P1_DISTXBYTES  0xf704
3733 #define FSTV0910_P1_TXFIFO_BYTES  0xf70400ff
3734 
3735 /* P1_DISTXFIFO */
3736 #define RSTV0910_P1_DISTXFIFO  0xf705
3737 #define FSTV0910_P1_DISEQC_TX_FIFO  0xf70500ff
3738 
3739 /* P1_DISTXF22 */
3740 #define RSTV0910_P1_DISTXF22  0xf706
3741 #define FSTV0910_P1_F22TX  0xf70600ff
3742 
3743 /* P1_DISTIMEOCFG */
3744 #define RSTV0910_P1_DISTIMEOCFG  0xf708
3745 #define FSTV0910_P1_RXCHOICE  0xf7081006
3746 #define FSTV0910_P1_TIMEOUT_OFF  0xf7080001
3747 
3748 /* P1_DISTIMEOUT */
3749 #define RSTV0910_P1_DISTIMEOUT  0xf709
3750 #define FSTV0910_P1_TIMEOUT_COUNT  0xf70900ff
3751 
3752 /* P1_DISRXCFG */
3753 #define RSTV0910_P1_DISRXCFG  0xf70a
3754 #define FSTV0910_P1_DISRX_RESET  0xf70a7080
3755 #define FSTV0910_P1_EXTENVELOP  0xf70a6040
3756 #define FSTV0910_P1_PINSELECT  0xf70a3038
3757 #define FSTV0910_P1_IGNORE_SHORT22K  0xf70a2004
3758 #define FSTV0910_P1_SIGNED_RXIN  0xf70a1002
3759 #define FSTV0910_P1_DISRX_ON  0xf70a0001
3760 
3761 /* P1_DISRXSTAT1 */
3762 #define RSTV0910_P1_DISRXSTAT1  0xf70b
3763 #define FSTV0910_P1_RXEND  0xf70b7080
3764 #define FSTV0910_P1_RXACTIVE  0xf70b6040
3765 #define FSTV0910_P1_RXDETECT  0xf70b5020
3766 #define FSTV0910_P1_CONTTONE  0xf70b4010
3767 #define FSTV0910_P1_8BFIFOREADY  0xf70b3008
3768 #define FSTV0910_P1_FIFOEMPTY  0xf70b2004
3769 
3770 /* P1_DISRXSTAT0 */
3771 #define RSTV0910_P1_DISRXSTAT0  0xf70c
3772 #define FSTV0910_P1_RXFAIL  0xf70c7080
3773 #define FSTV0910_P1_FIFOPFAIL  0xf70c6040
3774 #define FSTV0910_P1_RXNONBYTE  0xf70c5020
3775 #define FSTV0910_P1_FIFOOVF  0xf70c4010
3776 #define FSTV0910_P1_SHORT22K  0xf70c3008
3777 #define FSTV0910_P1_RXMSGLOST  0xf70c2004
3778 
3779 /* P1_DISRXBYTES */
3780 #define RSTV0910_P1_DISRXBYTES  0xf70d
3781 #define FSTV0910_P1_RXFIFO_BYTES  0xf70d001f
3782 
3783 /* P1_DISRXPARITY1 */
3784 #define RSTV0910_P1_DISRXPARITY1  0xf70e
3785 #define FSTV0910_P1_DISRX_PARITY1  0xf70e00ff
3786 
3787 /* P1_DISRXPARITY0 */
3788 #define RSTV0910_P1_DISRXPARITY0  0xf70f
3789 #define FSTV0910_P1_DISRX_PARITY0  0xf70f00ff
3790 
3791 /* P1_DISRXFIFO */
3792 #define RSTV0910_P1_DISRXFIFO  0xf710
3793 #define FSTV0910_P1_DISEQC_RX_FIFO  0xf71000ff
3794 
3795 /* P1_DISRXDC1 */
3796 #define RSTV0910_P1_DISRXDC1  0xf711
3797 #define FSTV0910_P1_DC_VALUE1  0xf7110103
3798 
3799 /* P1_DISRXDC0 */
3800 #define RSTV0910_P1_DISRXDC0  0xf712
3801 #define FSTV0910_P1_DC_VALUE0  0xf71200ff
3802 
3803 /* P1_DISRXF221 */
3804 #define RSTV0910_P1_DISRXF221  0xf714
3805 #define FSTV0910_P1_F22RX1  0xf714000f
3806 
3807 /* P1_DISRXF220 */
3808 #define RSTV0910_P1_DISRXF220  0xf715
3809 #define FSTV0910_P1_F22RX0  0xf71500ff
3810 
3811 /* P1_DISRXF100 */
3812 #define RSTV0910_P1_DISRXF100  0xf716
3813 #define FSTV0910_P1_F100RX  0xf71600ff
3814 
3815 /* P1_DISRXSHORT22K */
3816 #define RSTV0910_P1_DISRXSHORT22K  0xf71c
3817 #define FSTV0910_P1_SHORT22K_LENGTH  0xf71c001f
3818 
3819 /* P1_ACRPRESC */
3820 #define RSTV0910_P1_ACRPRESC  0xf71e
3821 #define FSTV0910_P1_ACR_PRESC  0xf71e0007
3822 
3823 /* P1_ACRDIV */
3824 #define RSTV0910_P1_ACRDIV  0xf71f
3825 #define FSTV0910_P1_ACR_DIV  0xf71f00ff
3826 
3827 /* P2_DISIRQCFG */
3828 #define RSTV0910_P2_DISIRQCFG  0xf740
3829 #define FSTV0910_P2_ENRXEND  0xf7406040
3830 #define FSTV0910_P2_ENRXFIFO8B  0xf7405020
3831 #define FSTV0910_P2_ENTRFINISH  0xf7404010
3832 #define FSTV0910_P2_ENTIMEOUT  0xf7403008
3833 #define FSTV0910_P2_ENTXEND  0xf7402004
3834 #define FSTV0910_P2_ENTXFIFO64B  0xf7401002
3835 #define FSTV0910_P2_ENGAPBURST  0xf7400001
3836 
3837 /* P2_DISIRQSTAT */
3838 #define RSTV0910_P2_DISIRQSTAT  0xf741
3839 #define FSTV0910_P2_IRQRXEND  0xf7416040
3840 #define FSTV0910_P2_IRQRXFIFO8B  0xf7415020
3841 #define FSTV0910_P2_IRQTRFINISH  0xf7414010
3842 #define FSTV0910_P2_IRQTIMEOUT  0xf7413008
3843 #define FSTV0910_P2_IRQTXEND  0xf7412004
3844 #define FSTV0910_P2_IRQTXFIFO64B  0xf7411002
3845 #define FSTV0910_P2_IRQGAPBURST  0xf7410001
3846 
3847 /* P2_DISTXCFG */
3848 #define RSTV0910_P2_DISTXCFG  0xf742
3849 #define FSTV0910_P2_DISTX_RESET  0xf7427080
3850 #define FSTV0910_P2_TIM_OFF  0xf7426040
3851 #define FSTV0910_P2_TIM_CMD  0xf7424030
3852 #define FSTV0910_P2_ENVELOP  0xf7423008
3853 #define FSTV0910_P2_DIS_PRECHARGE  0xf7422004
3854 #define FSTV0910_P2_DISEQC_MODE  0xf7420003
3855 
3856 /* P2_DISTXSTATUS */
3857 #define RSTV0910_P2_DISTXSTATUS  0xf743
3858 #define FSTV0910_P2_TX_FIFO_FULL  0xf7436040
3859 #define FSTV0910_P2_TX_IDLE  0xf7435020
3860 #define FSTV0910_P2_GAP_BURST  0xf7434010
3861 #define FSTV0910_P2_TX_FIFO64B  0xf7433008
3862 #define FSTV0910_P2_TX_END  0xf7432004
3863 #define FSTV0910_P2_TR_TIMEOUT  0xf7431002
3864 #define FSTV0910_P2_TR_FINISH  0xf7430001
3865 
3866 /* P2_DISTXBYTES */
3867 #define RSTV0910_P2_DISTXBYTES  0xf744
3868 #define FSTV0910_P2_TXFIFO_BYTES  0xf74400ff
3869 
3870 /* P2_DISTXFIFO */
3871 #define RSTV0910_P2_DISTXFIFO  0xf745
3872 #define FSTV0910_P2_DISEQC_TX_FIFO  0xf74500ff
3873 
3874 /* P2_DISTXF22 */
3875 #define RSTV0910_P2_DISTXF22  0xf746
3876 #define FSTV0910_P2_F22TX  0xf74600ff
3877 
3878 /* P2_DISTIMEOCFG */
3879 #define RSTV0910_P2_DISTIMEOCFG  0xf748
3880 #define FSTV0910_P2_RXCHOICE  0xf7481006
3881 #define FSTV0910_P2_TIMEOUT_OFF  0xf7480001
3882 
3883 /* P2_DISTIMEOUT */
3884 #define RSTV0910_P2_DISTIMEOUT  0xf749
3885 #define FSTV0910_P2_TIMEOUT_COUNT  0xf74900ff
3886 
3887 /* P2_DISRXCFG */
3888 #define RSTV0910_P2_DISRXCFG  0xf74a
3889 #define FSTV0910_P2_DISRX_RESET  0xf74a7080
3890 #define FSTV0910_P2_EXTENVELOP  0xf74a6040
3891 #define FSTV0910_P2_PINSELECT  0xf74a3038
3892 #define FSTV0910_P2_IGNORE_SHORT22K  0xf74a2004
3893 #define FSTV0910_P2_SIGNED_RXIN  0xf74a1002
3894 #define FSTV0910_P2_DISRX_ON  0xf74a0001
3895 
3896 /* P2_DISRXSTAT1 */
3897 #define RSTV0910_P2_DISRXSTAT1  0xf74b
3898 #define FSTV0910_P2_RXEND  0xf74b7080
3899 #define FSTV0910_P2_RXACTIVE  0xf74b6040
3900 #define FSTV0910_P2_RXDETECT  0xf74b5020
3901 #define FSTV0910_P2_CONTTONE  0xf74b4010
3902 #define FSTV0910_P2_8BFIFOREADY  0xf74b3008
3903 #define FSTV0910_P2_FIFOEMPTY  0xf74b2004
3904 
3905 /* P2_DISRXSTAT0 */
3906 #define RSTV0910_P2_DISRXSTAT0  0xf74c
3907 #define FSTV0910_P2_RXFAIL  0xf74c7080
3908 #define FSTV0910_P2_FIFOPFAIL  0xf74c6040
3909 #define FSTV0910_P2_RXNONBYTE  0xf74c5020
3910 #define FSTV0910_P2_FIFOOVF  0xf74c4010
3911 #define FSTV0910_P2_SHORT22K  0xf74c3008
3912 #define FSTV0910_P2_RXMSGLOST  0xf74c2004
3913 
3914 /* P2_DISRXBYTES */
3915 #define RSTV0910_P2_DISRXBYTES  0xf74d
3916 #define FSTV0910_P2_RXFIFO_BYTES  0xf74d001f
3917 
3918 /* P2_DISRXPARITY1 */
3919 #define RSTV0910_P2_DISRXPARITY1  0xf74e
3920 #define FSTV0910_P2_DISRX_PARITY1  0xf74e00ff
3921 
3922 /* P2_DISRXPARITY0 */
3923 #define RSTV0910_P2_DISRXPARITY0  0xf74f
3924 #define FSTV0910_P2_DISRX_PARITY0  0xf74f00ff
3925 
3926 /* P2_DISRXFIFO */
3927 #define RSTV0910_P2_DISRXFIFO  0xf750
3928 #define FSTV0910_P2_DISEQC_RX_FIFO  0xf75000ff
3929 
3930 /* P2_DISRXDC1 */
3931 #define RSTV0910_P2_DISRXDC1  0xf751
3932 #define FSTV0910_P2_DC_VALUE1  0xf7510103
3933 
3934 /* P2_DISRXDC0 */
3935 #define RSTV0910_P2_DISRXDC0  0xf752
3936 #define FSTV0910_P2_DC_VALUE0  0xf75200ff
3937 
3938 /* P2_DISRXF221 */
3939 #define RSTV0910_P2_DISRXF221  0xf754
3940 #define FSTV0910_P2_F22RX1  0xf754000f
3941 
3942 /* P2_DISRXF220 */
3943 #define RSTV0910_P2_DISRXF220  0xf755
3944 #define FSTV0910_P2_F22RX0  0xf75500ff
3945 
3946 /* P2_DISRXF100 */
3947 #define RSTV0910_P2_DISRXF100  0xf756
3948 #define FSTV0910_P2_F100RX  0xf75600ff
3949 
3950 /* P2_DISRXSHORT22K */
3951 #define RSTV0910_P2_DISRXSHORT22K  0xf75c
3952 #define FSTV0910_P2_SHORT22K_LENGTH  0xf75c001f
3953 
3954 /* P2_ACRPRESC */
3955 #define RSTV0910_P2_ACRPRESC  0xf75e
3956 #define FSTV0910_P2_ACR_PRESC  0xf75e0007
3957 
3958 /* P2_ACRDIV */
3959 #define RSTV0910_P2_ACRDIV  0xf75f
3960 #define FSTV0910_P2_ACR_DIV  0xf75f00ff
3961 
3962 /* P1_NBITER_NF1 */
3963 #define RSTV0910_P1_NBITER_NF1  0xfa00
3964 #define FSTV0910_P1_NBITER_NF_QPSK_1_4  0xfa0000ff
3965 
3966 /* P1_NBITER_NF2 */
3967 #define RSTV0910_P1_NBITER_NF2  0xfa01
3968 #define FSTV0910_P1_NBITER_NF_QPSK_1_3  0xfa0100ff
3969 
3970 /* P1_NBITER_NF3 */
3971 #define RSTV0910_P1_NBITER_NF3  0xfa02
3972 #define FSTV0910_P1_NBITER_NF_QPSK_2_5  0xfa0200ff
3973 
3974 /* P1_NBITER_NF4 */
3975 #define RSTV0910_P1_NBITER_NF4  0xfa03
3976 #define FSTV0910_P1_NBITER_NF_QPSK_1_2  0xfa0300ff
3977 
3978 /* P1_NBITER_NF5 */
3979 #define RSTV0910_P1_NBITER_NF5  0xfa04
3980 #define FSTV0910_P1_NBITER_NF_QPSK_3_5  0xfa0400ff
3981 
3982 /* P1_NBITER_NF6 */
3983 #define RSTV0910_P1_NBITER_NF6  0xfa05
3984 #define FSTV0910_P1_NBITER_NF_QPSK_2_3  0xfa0500ff
3985 
3986 /* P1_NBITER_NF7 */
3987 #define RSTV0910_P1_NBITER_NF7  0xfa06
3988 #define FSTV0910_P1_NBITER_NF_QPSK_3_4  0xfa0600ff
3989 
3990 /* P1_NBITER_NF8 */
3991 #define RSTV0910_P1_NBITER_NF8  0xfa07
3992 #define FSTV0910_P1_NBITER_NF_QPSK_4_5  0xfa0700ff
3993 
3994 /* P1_NBITER_NF9 */
3995 #define RSTV0910_P1_NBITER_NF9  0xfa08
3996 #define FSTV0910_P1_NBITER_NF_QPSK_5_6  0xfa0800ff
3997 
3998 /* P1_NBITER_NF10 */
3999 #define RSTV0910_P1_NBITER_NF10  0xfa09
4000 #define FSTV0910_P1_NBITER_NF_QPSK_8_9  0xfa0900ff
4001 
4002 /* P1_NBITER_NF11 */
4003 #define RSTV0910_P1_NBITER_NF11  0xfa0a
4004 #define FSTV0910_P1_NBITER_NF_QPSK_9_10  0xfa0a00ff
4005 
4006 /* P1_NBITER_NF12 */
4007 #define RSTV0910_P1_NBITER_NF12  0xfa0b
4008 #define FSTV0910_P1_NBITER_NF_8PSK_3_5  0xfa0b00ff
4009 
4010 /* P1_NBITER_NF13 */
4011 #define RSTV0910_P1_NBITER_NF13  0xfa0c
4012 #define FSTV0910_P1_NBITER_NF_8PSK_2_3  0xfa0c00ff
4013 
4014 /* P1_NBITER_NF14 */
4015 #define RSTV0910_P1_NBITER_NF14  0xfa0d
4016 #define FSTV0910_P1_NBITER_NF_8PSK_3_4  0xfa0d00ff
4017 
4018 /* P1_NBITER_NF15 */
4019 #define RSTV0910_P1_NBITER_NF15  0xfa0e
4020 #define FSTV0910_P1_NBITER_NF_8PSK_5_6  0xfa0e00ff
4021 
4022 /* P1_NBITER_NF16 */
4023 #define RSTV0910_P1_NBITER_NF16  0xfa0f
4024 #define FSTV0910_P1_NBITER_NF_8PSK_8_9  0xfa0f00ff
4025 
4026 /* P1_NBITER_NF17 */
4027 #define RSTV0910_P1_NBITER_NF17  0xfa10
4028 #define FSTV0910_P1_NBITER_NF_8PSK_9_10  0xfa1000ff
4029 
4030 /* P1_NBITER_NF18 */
4031 #define RSTV0910_P1_NBITER_NF18  0xfa11
4032 #define FSTV0910_P1_NBITER_NF_16APSK_2_3  0xfa1100ff
4033 
4034 /* P1_NBITER_NF19 */
4035 #define RSTV0910_P1_NBITER_NF19  0xfa12
4036 #define FSTV0910_P1_NBITER_NF_16APSK_3_4  0xfa1200ff
4037 
4038 /* P1_NBITER_NF20 */
4039 #define RSTV0910_P1_NBITER_NF20  0xfa13
4040 #define FSTV0910_P1_NBITER_NF_16APSK_4_5  0xfa1300ff
4041 
4042 /* P1_NBITER_NF21 */
4043 #define RSTV0910_P1_NBITER_NF21  0xfa14
4044 #define FSTV0910_P1_NBITER_NF_16APSK_5_6  0xfa1400ff
4045 
4046 /* P1_NBITER_NF22 */
4047 #define RSTV0910_P1_NBITER_NF22  0xfa15
4048 #define FSTV0910_P1_NBITER_NF_16APSK_8_9  0xfa1500ff
4049 
4050 /* P1_NBITER_NF23 */
4051 #define RSTV0910_P1_NBITER_NF23  0xfa16
4052 #define FSTV0910_P1_NBITER_NF_16APSK_9_10  0xfa1600ff
4053 
4054 /* P1_NBITER_NF24 */
4055 #define RSTV0910_P1_NBITER_NF24  0xfa17
4056 #define FSTV0910_P1_NBITER_NF_32APSK_3_4  0xfa1700ff
4057 
4058 /* P1_NBITER_NF25 */
4059 #define RSTV0910_P1_NBITER_NF25  0xfa18
4060 #define FSTV0910_P1_NBITER_NF_32APSK_4_5  0xfa1800ff
4061 
4062 /* P1_NBITER_NF26 */
4063 #define RSTV0910_P1_NBITER_NF26  0xfa19
4064 #define FSTV0910_P1_NBITER_NF_32APSK_5_6  0xfa1900ff
4065 
4066 /* P1_NBITER_NF27 */
4067 #define RSTV0910_P1_NBITER_NF27  0xfa1a
4068 #define FSTV0910_P1_NBITER_NF_32APSK_8_9  0xfa1a00ff
4069 
4070 /* P1_NBITER_NF28 */
4071 #define RSTV0910_P1_NBITER_NF28  0xfa1b
4072 #define FSTV0910_P1_NBITER_NF_32APSK_9_10  0xfa1b00ff
4073 
4074 /* P1_NBITER_SF1 */
4075 #define RSTV0910_P1_NBITER_SF1  0xfa1c
4076 #define FSTV0910_P1_NBITER_SF_QPSK_1_4  0xfa1c00ff
4077 
4078 /* P1_NBITER_SF2 */
4079 #define RSTV0910_P1_NBITER_SF2  0xfa1d
4080 #define FSTV0910_P1_NBITER_SF_QPSK_1_3  0xfa1d00ff
4081 
4082 /* P1_NBITER_SF3 */
4083 #define RSTV0910_P1_NBITER_SF3  0xfa1e
4084 #define FSTV0910_P1_NBITER_SF_QPSK_2_5  0xfa1e00ff
4085 
4086 /* P1_NBITER_SF4 */
4087 #define RSTV0910_P1_NBITER_SF4  0xfa1f
4088 #define FSTV0910_P1_NBITER_SF_QPSK_1_2  0xfa1f00ff
4089 
4090 /* P1_NBITER_SF5 */
4091 #define RSTV0910_P1_NBITER_SF5  0xfa20
4092 #define FSTV0910_P1_NBITER_SF_QPSK_3_5  0xfa2000ff
4093 
4094 /* P1_NBITER_SF6 */
4095 #define RSTV0910_P1_NBITER_SF6  0xfa21
4096 #define FSTV0910_P1_NBITER_SF_QPSK_2_3  0xfa2100ff
4097 
4098 /* P1_NBITER_SF7 */
4099 #define RSTV0910_P1_NBITER_SF7  0xfa22
4100 #define FSTV0910_P1_NBITER_SF_QPSK_3_4  0xfa2200ff
4101 
4102 /* P1_NBITER_SF8 */
4103 #define RSTV0910_P1_NBITER_SF8  0xfa23
4104 #define FSTV0910_P1_NBITER_SF_QPSK_4_5  0xfa2300ff
4105 
4106 /* P1_NBITER_SF9 */
4107 #define RSTV0910_P1_NBITER_SF9  0xfa24
4108 #define FSTV0910_P1_NBITER_SF_QPSK_5_6  0xfa2400ff
4109 
4110 /* P1_NBITER_SF10 */
4111 #define RSTV0910_P1_NBITER_SF10  0xfa25
4112 #define FSTV0910_P1_NBITER_SF_QPSK_8_9  0xfa2500ff
4113 
4114 /* P1_NBITER_SF12 */
4115 #define RSTV0910_P1_NBITER_SF12  0xfa26
4116 #define FSTV0910_P1_NBITER_SF_8PSK_3_5  0xfa2600ff
4117 
4118 /* P1_NBITER_SF13 */
4119 #define RSTV0910_P1_NBITER_SF13  0xfa27
4120 #define FSTV0910_P1_NBITER_SF_8PSK_2_3  0xfa2700ff
4121 
4122 /* P1_NBITER_SF14 */
4123 #define RSTV0910_P1_NBITER_SF14  0xfa28
4124 #define FSTV0910_P1_NBITER_SF_8PSK_3_4  0xfa2800ff
4125 
4126 /* P1_NBITER_SF15 */
4127 #define RSTV0910_P1_NBITER_SF15  0xfa29
4128 #define FSTV0910_P1_NBITER_SF_8PSK_5_6  0xfa2900ff
4129 
4130 /* P1_NBITER_SF16 */
4131 #define RSTV0910_P1_NBITER_SF16  0xfa2a
4132 #define FSTV0910_P1_NBITER_SF_8PSK_8_9  0xfa2a00ff
4133 
4134 /* P1_NBITER_SF18 */
4135 #define RSTV0910_P1_NBITER_SF18  0xfa2b
4136 #define FSTV0910_P1_NBITER_SF_16APSK_2_3  0xfa2b00ff
4137 
4138 /* P1_NBITER_SF19 */
4139 #define RSTV0910_P1_NBITER_SF19  0xfa2c
4140 #define FSTV0910_P1_NBITER_SF_16APSK_3_4  0xfa2c00ff
4141 
4142 /* P1_NBITER_SF20 */
4143 #define RSTV0910_P1_NBITER_SF20  0xfa2d
4144 #define FSTV0910_P1_NBITER_SF_16APSK_4_5  0xfa2d00ff
4145 
4146 /* P1_NBITER_SF21 */
4147 #define RSTV0910_P1_NBITER_SF21  0xfa2e
4148 #define FSTV0910_P1_NBITER_SF_16APSK_5_6  0xfa2e00ff
4149 
4150 /* P1_NBITER_SF22 */
4151 #define RSTV0910_P1_NBITER_SF22  0xfa2f
4152 #define FSTV0910_P1_NBITER_SF_16APSK_8_9  0xfa2f00ff
4153 
4154 /* P1_NBITER_SF24 */
4155 #define RSTV0910_P1_NBITER_SF24  0xfa30
4156 #define FSTV0910_P1_NBITER_SF_32APSK_3_4  0xfa3000ff
4157 
4158 /* P1_NBITER_SF25 */
4159 #define RSTV0910_P1_NBITER_SF25  0xfa31
4160 #define FSTV0910_P1_NBITER_SF_32APSK_4_5  0xfa3100ff
4161 
4162 /* P1_NBITER_SF26 */
4163 #define RSTV0910_P1_NBITER_SF26  0xfa32
4164 #define FSTV0910_P1_NBITER_SF_32APSK_5_6  0xfa3200ff
4165 
4166 /* P1_NBITER_SF27 */
4167 #define RSTV0910_P1_NBITER_SF27  0xfa33
4168 #define FSTV0910_P1_NBITER_SF_32APSK_8_9  0xfa3300ff
4169 
4170 /* SELSATUR6 */
4171 #define RSTV0910_SELSATUR6  0xfa34
4172 #define FSTV0910_SSAT_SF27  0xfa343008
4173 #define FSTV0910_SSAT_SF26  0xfa342004
4174 #define FSTV0910_SSAT_SF25  0xfa341002
4175 #define FSTV0910_SSAT_SF24  0xfa340001
4176 
4177 /* SELSATUR5 */
4178 #define RSTV0910_SELSATUR5  0xfa35
4179 #define FSTV0910_SSAT_SF22  0xfa357080
4180 #define FSTV0910_SSAT_SF21  0xfa356040
4181 #define FSTV0910_SSAT_SF20  0xfa355020
4182 #define FSTV0910_SSAT_SF19  0xfa354010
4183 #define FSTV0910_SSAT_SF18  0xfa353008
4184 #define FSTV0910_SSAT_SF16  0xfa352004
4185 #define FSTV0910_SSAT_SF15  0xfa351002
4186 #define FSTV0910_SSAT_SF14  0xfa350001
4187 
4188 /* SELSATUR4 */
4189 #define RSTV0910_SELSATUR4  0xfa36
4190 #define FSTV0910_SSAT_SF13  0xfa367080
4191 #define FSTV0910_SSAT_SF12  0xfa366040
4192 #define FSTV0910_SSAT_SF10  0xfa365020
4193 #define FSTV0910_SSAT_SF9  0xfa364010
4194 #define FSTV0910_SSAT_SF8  0xfa363008
4195 #define FSTV0910_SSAT_SF7  0xfa362004
4196 #define FSTV0910_SSAT_SF6  0xfa361002
4197 #define FSTV0910_SSAT_SF5  0xfa360001
4198 
4199 /* SELSATUR3 */
4200 #define RSTV0910_SELSATUR3  0xfa37
4201 #define FSTV0910_SSAT_SF4  0xfa377080
4202 #define FSTV0910_SSAT_SF3  0xfa376040
4203 #define FSTV0910_SSAT_SF2  0xfa375020
4204 #define FSTV0910_SSAT_SF1  0xfa374010
4205 #define FSTV0910_SSAT_NF28  0xfa373008
4206 #define FSTV0910_SSAT_NF27  0xfa372004
4207 #define FSTV0910_SSAT_NF26  0xfa371002
4208 #define FSTV0910_SSAT_NF25  0xfa370001
4209 
4210 /* SELSATUR2 */
4211 #define RSTV0910_SELSATUR2  0xfa38
4212 #define FSTV0910_SSAT_NF24  0xfa387080
4213 #define FSTV0910_SSAT_NF23  0xfa386040
4214 #define FSTV0910_SSAT_NF22  0xfa385020
4215 #define FSTV0910_SSAT_NF21  0xfa384010
4216 #define FSTV0910_SSAT_NF20  0xfa383008
4217 #define FSTV0910_SSAT_NF19  0xfa382004
4218 #define FSTV0910_SSAT_NF18  0xfa381002
4219 #define FSTV0910_SSAT_NF17  0xfa380001
4220 
4221 /* SELSATUR1 */
4222 #define RSTV0910_SELSATUR1  0xfa39
4223 #define FSTV0910_SSAT_NF16  0xfa397080
4224 #define FSTV0910_SSAT_NF15  0xfa396040
4225 #define FSTV0910_SSAT_NF14  0xfa395020
4226 #define FSTV0910_SSAT_NF13  0xfa394010
4227 #define FSTV0910_SSAT_NF12  0xfa393008
4228 #define FSTV0910_SSAT_NF11  0xfa392004
4229 #define FSTV0910_SSAT_NF10  0xfa391002
4230 #define FSTV0910_SSAT_NF9  0xfa390001
4231 
4232 /* SELSATUR0 */
4233 #define RSTV0910_SELSATUR0  0xfa3a
4234 #define FSTV0910_SSAT_NF8  0xfa3a7080
4235 #define FSTV0910_SSAT_NF7  0xfa3a6040
4236 #define FSTV0910_SSAT_NF6  0xfa3a5020
4237 #define FSTV0910_SSAT_NF5  0xfa3a4010
4238 #define FSTV0910_SSAT_NF4  0xfa3a3008
4239 #define FSTV0910_SSAT_NF3  0xfa3a2004
4240 #define FSTV0910_SSAT_NF2  0xfa3a1002
4241 #define FSTV0910_SSAT_NF1  0xfa3a0001
4242 
4243 /* GAINLLR_NF1 */
4244 #define RSTV0910_GAINLLR_NF1  0xfa40
4245 #define FSTV0910_GAINLLR_NF_QPSK_1_4  0xfa40007f
4246 
4247 /* GAINLLR_NF2 */
4248 #define RSTV0910_GAINLLR_NF2  0xfa41
4249 #define FSTV0910_GAINLLR_NF_QPSK_1_3  0xfa41007f
4250 
4251 /* GAINLLR_NF3 */
4252 #define RSTV0910_GAINLLR_NF3  0xfa42
4253 #define FSTV0910_GAINLLR_NF_QPSK_2_5  0xfa42007f
4254 
4255 /* GAINLLR_NF4 */
4256 #define RSTV0910_GAINLLR_NF4  0xfa43
4257 #define FSTV0910_GAINLLR_NF_QPSK_1_2  0xfa43007f
4258 
4259 /* GAINLLR_NF5 */
4260 #define RSTV0910_GAINLLR_NF5  0xfa44
4261 #define FSTV0910_GAINLLR_NF_QPSK_3_5  0xfa44007f
4262 
4263 /* GAINLLR_NF6 */
4264 #define RSTV0910_GAINLLR_NF6  0xfa45
4265 #define FSTV0910_GAINLLR_NF_QPSK_2_3  0xfa45007f
4266 
4267 /* GAINLLR_NF7 */
4268 #define RSTV0910_GAINLLR_NF7  0xfa46
4269 #define FSTV0910_GAINLLR_NF_QPSK_3_4  0xfa46007f
4270 
4271 /* GAINLLR_NF8 */
4272 #define RSTV0910_GAINLLR_NF8  0xfa47
4273 #define FSTV0910_GAINLLR_NF_QPSK_4_5  0xfa47007f
4274 
4275 /* GAINLLR_NF9 */
4276 #define RSTV0910_GAINLLR_NF9  0xfa48
4277 #define FSTV0910_GAINLLR_NF_QPSK_5_6  0xfa48007f
4278 
4279 /* GAINLLR_NF10 */
4280 #define RSTV0910_GAINLLR_NF10  0xfa49
4281 #define FSTV0910_GAINLLR_NF_QPSK_8_9  0xfa49007f
4282 
4283 /* GAINLLR_NF11 */
4284 #define RSTV0910_GAINLLR_NF11  0xfa4a
4285 #define FSTV0910_GAINLLR_NF_QPSK_9_10  0xfa4a007f
4286 
4287 /* GAINLLR_NF12 */
4288 #define RSTV0910_GAINLLR_NF12  0xfa4b
4289 #define FSTV0910_GAINLLR_NF_8PSK_3_5  0xfa4b007f
4290 
4291 /* GAINLLR_NF13 */
4292 #define RSTV0910_GAINLLR_NF13  0xfa4c
4293 #define FSTV0910_GAINLLR_NF_8PSK_2_3  0xfa4c007f
4294 
4295 /* GAINLLR_NF14 */
4296 #define RSTV0910_GAINLLR_NF14  0xfa4d
4297 #define FSTV0910_GAINLLR_NF_8PSK_3_4  0xfa4d007f
4298 
4299 /* GAINLLR_NF15 */
4300 #define RSTV0910_GAINLLR_NF15  0xfa4e
4301 #define FSTV0910_GAINLLR_NF_8PSK_5_6  0xfa4e007f
4302 
4303 /* GAINLLR_NF16 */
4304 #define RSTV0910_GAINLLR_NF16  0xfa4f
4305 #define FSTV0910_GAINLLR_NF_8PSK_8_9  0xfa4f007f
4306 
4307 /* GAINLLR_NF17 */
4308 #define RSTV0910_GAINLLR_NF17  0xfa50
4309 #define FSTV0910_GAINLLR_NF_8PSK_9_10  0xfa50007f
4310 
4311 /* GAINLLR_NF18 */
4312 #define RSTV0910_GAINLLR_NF18  0xfa51
4313 #define FSTV0910_GAINLLR_NF_16APSK_2_3  0xfa51007f
4314 
4315 /* GAINLLR_NF19 */
4316 #define RSTV0910_GAINLLR_NF19  0xfa52
4317 #define FSTV0910_GAINLLR_NF_16APSK_3_4  0xfa52007f
4318 
4319 /* GAINLLR_NF20 */
4320 #define RSTV0910_GAINLLR_NF20  0xfa53
4321 #define FSTV0910_GAINLLR_NF_16APSK_4_5  0xfa53007f
4322 
4323 /* GAINLLR_NF21 */
4324 #define RSTV0910_GAINLLR_NF21  0xfa54
4325 #define FSTV0910_GAINLLR_NF_16APSK_5_6  0xfa54007f
4326 
4327 /* GAINLLR_NF22 */
4328 #define RSTV0910_GAINLLR_NF22  0xfa55
4329 #define FSTV0910_GAINLLR_NF_16APSK_8_9  0xfa55007f
4330 
4331 /* GAINLLR_NF23 */
4332 #define RSTV0910_GAINLLR_NF23  0xfa56
4333 #define FSTV0910_GAINLLR_NF_16APSK_9_10  0xfa56007f
4334 
4335 /* GAINLLR_NF24 */
4336 #define RSTV0910_GAINLLR_NF24  0xfa57
4337 #define FSTV0910_GAINLLR_NF_32APSK_3_4  0xfa57007f
4338 
4339 /* GAINLLR_NF25 */
4340 #define RSTV0910_GAINLLR_NF25  0xfa58
4341 #define FSTV0910_GAINLLR_NF_32APSK_4_5  0xfa58007f
4342 
4343 /* GAINLLR_NF26 */
4344 #define RSTV0910_GAINLLR_NF26  0xfa59
4345 #define FSTV0910_GAINLLR_NF_32APSK_5_6  0xfa59007f
4346 
4347 /* GAINLLR_NF27 */
4348 #define RSTV0910_GAINLLR_NF27  0xfa5a
4349 #define FSTV0910_GAINLLR_NF_32APSK_8_9  0xfa5a007f
4350 
4351 /* GAINLLR_NF28 */
4352 #define RSTV0910_GAINLLR_NF28  0xfa5b
4353 #define FSTV0910_GAINLLR_NF_32APSK_9_10  0xfa5b007f
4354 
4355 /* GAINLLR_SF1 */
4356 #define RSTV0910_GAINLLR_SF1  0xfa5c
4357 #define FSTV0910_GAINLLR_SF_QPSK_1_4  0xfa5c007f
4358 
4359 /* GAINLLR_SF2 */
4360 #define RSTV0910_GAINLLR_SF2  0xfa5d
4361 #define FSTV0910_GAINLLR_SF_QPSK_1_3  0xfa5d007f
4362 
4363 /* GAINLLR_SF3 */
4364 #define RSTV0910_GAINLLR_SF3  0xfa5e
4365 #define FSTV0910_GAINLLR_SF_QPSK_2_5  0xfa5e007f
4366 
4367 /* GAINLLR_SF4 */
4368 #define RSTV0910_GAINLLR_SF4  0xfa5f
4369 #define FSTV0910_GAINLLR_SF_QPSK_1_2  0xfa5f007f
4370 
4371 /* GAINLLR_SF5 */
4372 #define RSTV0910_GAINLLR_SF5  0xfa60
4373 #define FSTV0910_GAINLLR_SF_QPSK_3_5  0xfa60007f
4374 
4375 /* GAINLLR_SF6 */
4376 #define RSTV0910_GAINLLR_SF6  0xfa61
4377 #define FSTV0910_GAINLLR_SF_QPSK_2_3  0xfa61007f
4378 
4379 /* GAINLLR_SF7 */
4380 #define RSTV0910_GAINLLR_SF7  0xfa62
4381 #define FSTV0910_GAINLLR_SF_QPSK_3_4  0xfa62007f
4382 
4383 /* GAINLLR_SF8 */
4384 #define RSTV0910_GAINLLR_SF8  0xfa63
4385 #define FSTV0910_GAINLLR_SF_QPSK_4_5  0xfa63007f
4386 
4387 /* GAINLLR_SF9 */
4388 #define RSTV0910_GAINLLR_SF9  0xfa64
4389 #define FSTV0910_GAINLLR_SF_QPSK_5_6  0xfa64007f
4390 
4391 /* GAINLLR_SF10 */
4392 #define RSTV0910_GAINLLR_SF10  0xfa65
4393 #define FSTV0910_GAINLLR_SF_QPSK_8_9  0xfa65007f
4394 
4395 /* GAINLLR_SF12 */
4396 #define RSTV0910_GAINLLR_SF12  0xfa66
4397 #define FSTV0910_GAINLLR_SF_8PSK_3_5  0xfa66007f
4398 
4399 /* GAINLLR_SF13 */
4400 #define RSTV0910_GAINLLR_SF13  0xfa67
4401 #define FSTV0910_GAINLLR_SF_8PSK_2_3  0xfa67007f
4402 
4403 /* GAINLLR_SF14 */
4404 #define RSTV0910_GAINLLR_SF14  0xfa68
4405 #define FSTV0910_GAINLLR_SF_8PSK_3_4  0xfa68007f
4406 
4407 /* GAINLLR_SF15 */
4408 #define RSTV0910_GAINLLR_SF15  0xfa69
4409 #define FSTV0910_GAINLLR_SF_8PSK_5_6  0xfa69007f
4410 
4411 /* GAINLLR_SF16 */
4412 #define RSTV0910_GAINLLR_SF16  0xfa6a
4413 #define FSTV0910_GAINLLR_SF_8PSK_8_9  0xfa6a007f
4414 
4415 /* GAINLLR_SF18 */
4416 #define RSTV0910_GAINLLR_SF18  0xfa6b
4417 #define FSTV0910_GAINLLR_SF_16APSK_2_3  0xfa6b007f
4418 
4419 /* GAINLLR_SF19 */
4420 #define RSTV0910_GAINLLR_SF19  0xfa6c
4421 #define FSTV0910_GAINLLR_SF_16APSK_3_4  0xfa6c007f
4422 
4423 /* GAINLLR_SF20 */
4424 #define RSTV0910_GAINLLR_SF20  0xfa6d
4425 #define FSTV0910_GAINLLR_SF_16APSK_4_5  0xfa6d007f
4426 
4427 /* GAINLLR_SF21 */
4428 #define RSTV0910_GAINLLR_SF21  0xfa6e
4429 #define FSTV0910_GAINLLR_SF_16APSK_5_6  0xfa6e007f
4430 
4431 /* GAINLLR_SF22 */
4432 #define RSTV0910_GAINLLR_SF22  0xfa6f
4433 #define FSTV0910_GAINLLR_SF_16APSK_8_9  0xfa6f007f
4434 
4435 /* GAINLLR_SF24 */
4436 #define RSTV0910_GAINLLR_SF24  0xfa70
4437 #define FSTV0910_GAINLLR_SF_32APSK_3_4  0xfa70007f
4438 
4439 /* GAINLLR_SF25 */
4440 #define RSTV0910_GAINLLR_SF25  0xfa71
4441 #define FSTV0910_GAINLLR_SF_32APSK_4_5  0xfa71007f
4442 
4443 /* GAINLLR_SF26 */
4444 #define RSTV0910_GAINLLR_SF26  0xfa72
4445 #define FSTV0910_GAINLLR_SF_32APSK_5_6  0xfa72007f
4446 
4447 /* GAINLLR_SF27 */
4448 #define RSTV0910_GAINLLR_SF27  0xfa73
4449 #define FSTV0910_GAINLLR_SF_32APSK_8_9  0xfa73007f
4450 
4451 /* CFGEXT */
4452 #define RSTV0910_CFGEXT  0xfa80
4453 #define FSTV0910_BYPBCH  0xfa806040
4454 #define FSTV0910_BYPLDPC  0xfa805020
4455 #define FSTV0910_SHORTMULT  0xfa802004
4456 
4457 /* GENCFG */
4458 #define RSTV0910_GENCFG  0xfa86
4459 #define FSTV0910_BROADCAST  0xfa864010
4460 #define FSTV0910_CROSSINPUT  0xfa861002
4461 #define FSTV0910_DDEMOD  0xfa860001
4462 
4463 /* LDPCERR1 */
4464 #define RSTV0910_LDPCERR1  0xfa96
4465 #define FSTV0910_LDPC_ERRORS1  0xfa9600ff
4466 
4467 /* LDPCERR0 */
4468 #define RSTV0910_LDPCERR0  0xfa97
4469 #define FSTV0910_LDPC_ERRORS0  0xfa9700ff
4470 
4471 /* BCHERR */
4472 #define RSTV0910_BCHERR  0xfa98
4473 #define FSTV0910_ERRORFLAG  0xfa984010
4474 #define FSTV0910_BCH_ERRORS_COUNTER  0xfa98000f
4475 
4476 /* P1_MAXEXTRAITER */
4477 #define RSTV0910_P1_MAXEXTRAITER  0xfab1
4478 #define FSTV0910_P1_MAX_EXTRA_ITER  0xfab100ff
4479 
4480 /* P2_MAXEXTRAITER */
4481 #define RSTV0910_P2_MAXEXTRAITER  0xfab6
4482 #define FSTV0910_P2_MAX_EXTRA_ITER  0xfab600ff
4483 
4484 /* P1_STATUSITER */
4485 #define RSTV0910_P1_STATUSITER  0xfabc
4486 #define FSTV0910_P1_STATUS_ITER  0xfabc00ff
4487 
4488 /* P1_STATUSMAXITER */
4489 #define RSTV0910_P1_STATUSMAXITER  0xfabd
4490 #define FSTV0910_P1_STATUS_MAX_ITER  0xfabd00ff
4491 
4492 /* P2_STATUSITER */
4493 #define RSTV0910_P2_STATUSITER  0xfabe
4494 #define FSTV0910_P2_STATUS_ITER  0xfabe00ff
4495 
4496 /* P2_STATUSMAXITER */
4497 #define RSTV0910_P2_STATUSMAXITER  0xfabf
4498 #define FSTV0910_P2_STATUS_MAX_ITER  0xfabf00ff
4499 
4500 /* P2_NBITER_NF1 */
4501 #define RSTV0910_P2_NBITER_NF1  0xfac0
4502 #define FSTV0910_P2_NBITER_NF_QPSK_1_4  0xfac000ff
4503 
4504 /* P2_NBITER_NF2 */
4505 #define RSTV0910_P2_NBITER_NF2  0xfac1
4506 #define FSTV0910_P2_NBITER_NF_QPSK_1_3  0xfac100ff
4507 
4508 /* P2_NBITER_NF3 */
4509 #define RSTV0910_P2_NBITER_NF3  0xfac2
4510 #define FSTV0910_P2_NBITER_NF_QPSK_2_5  0xfac200ff
4511 
4512 /* P2_NBITER_NF4 */
4513 #define RSTV0910_P2_NBITER_NF4  0xfac3
4514 #define FSTV0910_P2_NBITER_NF_QPSK_1_2  0xfac300ff
4515 
4516 /* P2_NBITER_NF5 */
4517 #define RSTV0910_P2_NBITER_NF5  0xfac4
4518 #define FSTV0910_P2_NBITER_NF_QPSK_3_5  0xfac400ff
4519 
4520 /* P2_NBITER_NF6 */
4521 #define RSTV0910_P2_NBITER_NF6  0xfac5
4522 #define FSTV0910_P2_NBITER_NF_QPSK_2_3  0xfac500ff
4523 
4524 /* P2_NBITER_NF7 */
4525 #define RSTV0910_P2_NBITER_NF7  0xfac6
4526 #define FSTV0910_P2_NBITER_NF_QPSK_3_4  0xfac600ff
4527 
4528 /* P2_NBITER_NF8 */
4529 #define RSTV0910_P2_NBITER_NF8  0xfac7
4530 #define FSTV0910_P2_NBITER_NF_QPSK_4_5  0xfac700ff
4531 
4532 /* P2_NBITER_NF9 */
4533 #define RSTV0910_P2_NBITER_NF9  0xfac8
4534 #define FSTV0910_P2_NBITER_NF_QPSK_5_6  0xfac800ff
4535 
4536 /* P2_NBITER_NF10 */
4537 #define RSTV0910_P2_NBITER_NF10  0xfac9
4538 #define FSTV0910_P2_NBITER_NF_QPSK_8_9  0xfac900ff
4539 
4540 /* P2_NBITER_NF11 */
4541 #define RSTV0910_P2_NBITER_NF11  0xfaca
4542 #define FSTV0910_P2_NBITER_NF_QPSK_9_10  0xfaca00ff
4543 
4544 /* P2_NBITER_NF12 */
4545 #define RSTV0910_P2_NBITER_NF12  0xfacb
4546 #define FSTV0910_P2_NBITER_NF_8PSK_3_5  0xfacb00ff
4547 
4548 /* P2_NBITER_NF13 */
4549 #define RSTV0910_P2_NBITER_NF13  0xfacc
4550 #define FSTV0910_P2_NBITER_NF_8PSK_2_3  0xfacc00ff
4551 
4552 /* P2_NBITER_NF14 */
4553 #define RSTV0910_P2_NBITER_NF14  0xfacd
4554 #define FSTV0910_P2_NBITER_NF_8PSK_3_4  0xfacd00ff
4555 
4556 /* P2_NBITER_NF15 */
4557 #define RSTV0910_P2_NBITER_NF15  0xface
4558 #define FSTV0910_P2_NBITER_NF_8PSK_5_6  0xface00ff
4559 
4560 /* P2_NBITER_NF16 */
4561 #define RSTV0910_P2_NBITER_NF16  0xfacf
4562 #define FSTV0910_P2_NBITER_NF_8PSK_8_9  0xfacf00ff
4563 
4564 /* P2_NBITER_NF17 */
4565 #define RSTV0910_P2_NBITER_NF17  0xfad0
4566 #define FSTV0910_P2_NBITER_NF_8PSK_9_10  0xfad000ff
4567 
4568 /* P2_NBITER_NF18 */
4569 #define RSTV0910_P2_NBITER_NF18  0xfad1
4570 #define FSTV0910_P2_NBITER_NF_16APSK_2_3  0xfad100ff
4571 
4572 /* P2_NBITER_NF19 */
4573 #define RSTV0910_P2_NBITER_NF19  0xfad2
4574 #define FSTV0910_P2_NBITER_NF_16APSK_3_4  0xfad200ff
4575 
4576 /* P2_NBITER_NF20 */
4577 #define RSTV0910_P2_NBITER_NF20  0xfad3
4578 #define FSTV0910_P2_NBITER_NF_16APSK_4_5  0xfad300ff
4579 
4580 /* P2_NBITER_NF21 */
4581 #define RSTV0910_P2_NBITER_NF21  0xfad4
4582 #define FSTV0910_P2_NBITER_NF_16APSK_5_6  0xfad400ff
4583 
4584 /* P2_NBITER_NF22 */
4585 #define RSTV0910_P2_NBITER_NF22  0xfad5
4586 #define FSTV0910_P2_NBITER_NF_16APSK_8_9  0xfad500ff
4587 
4588 /* P2_NBITER_NF23 */
4589 #define RSTV0910_P2_NBITER_NF23  0xfad6
4590 #define FSTV0910_P2_NBITER_NF_16APSK_9_10  0xfad600ff
4591 
4592 /* P2_NBITER_NF24 */
4593 #define RSTV0910_P2_NBITER_NF24  0xfad7
4594 #define FSTV0910_P2_NBITER_NF_32APSK_3_4  0xfad700ff
4595 
4596 /* P2_NBITER_NF25 */
4597 #define RSTV0910_P2_NBITER_NF25  0xfad8
4598 #define FSTV0910_P2_NBITER_NF_32APSK_4_5  0xfad800ff
4599 
4600 /* P2_NBITER_NF26 */
4601 #define RSTV0910_P2_NBITER_NF26  0xfad9
4602 #define FSTV0910_P2_NBITER_NF_32APSK_5_6  0xfad900ff
4603 
4604 /* P2_NBITER_NF27 */
4605 #define RSTV0910_P2_NBITER_NF27  0xfada
4606 #define FSTV0910_P2_NBITER_NF_32APSK_8_9  0xfada00ff
4607 
4608 /* P2_NBITER_NF28 */
4609 #define RSTV0910_P2_NBITER_NF28  0xfadb
4610 #define FSTV0910_P2_NBITER_NF_32APSK_9_10  0xfadb00ff
4611 
4612 /* P2_NBITER_SF1 */
4613 #define RSTV0910_P2_NBITER_SF1  0xfadc
4614 #define FSTV0910_P2_NBITER_SF_QPSK_1_4  0xfadc00ff
4615 
4616 /* P2_NBITER_SF2 */
4617 #define RSTV0910_P2_NBITER_SF2  0xfadd
4618 #define FSTV0910_P2_NBITER_SF_QPSK_1_3  0xfadd00ff
4619 
4620 /* P2_NBITER_SF3 */
4621 #define RSTV0910_P2_NBITER_SF3  0xfade
4622 #define FSTV0910_P2_NBITER_SF_QPSK_2_5  0xfade00ff
4623 
4624 /* P2_NBITER_SF4 */
4625 #define RSTV0910_P2_NBITER_SF4  0xfadf
4626 #define FSTV0910_P2_NBITER_SF_QPSK_1_2  0xfadf00ff
4627 
4628 /* P2_NBITER_SF5 */
4629 #define RSTV0910_P2_NBITER_SF5  0xfae0
4630 #define FSTV0910_P2_NBITER_SF_QPSK_3_5  0xfae000ff
4631 
4632 /* P2_NBITER_SF6 */
4633 #define RSTV0910_P2_NBITER_SF6  0xfae1
4634 #define FSTV0910_P2_NBITER_SF_QPSK_2_3  0xfae100ff
4635 
4636 /* P2_NBITER_SF7 */
4637 #define RSTV0910_P2_NBITER_SF7  0xfae2
4638 #define FSTV0910_P2_NBITER_SF_QPSK_3_4  0xfae200ff
4639 
4640 /* P2_NBITER_SF8 */
4641 #define RSTV0910_P2_NBITER_SF8  0xfae3
4642 #define FSTV0910_P2_NBITER_SF_QPSK_4_5  0xfae300ff
4643 
4644 /* P2_NBITER_SF9 */
4645 #define RSTV0910_P2_NBITER_SF9  0xfae4
4646 #define FSTV0910_P2_NBITER_SF_QPSK_5_6  0xfae400ff
4647 
4648 /* P2_NBITER_SF10 */
4649 #define RSTV0910_P2_NBITER_SF10  0xfae5
4650 #define FSTV0910_P2_NBITER_SF_QPSK_8_9  0xfae500ff
4651 
4652 /* P2_NBITER_SF12 */
4653 #define RSTV0910_P2_NBITER_SF12  0xfae6
4654 #define FSTV0910_P2_NBITER_SF_8PSK_3_5  0xfae600ff
4655 
4656 /* P2_NBITER_SF13 */
4657 #define RSTV0910_P2_NBITER_SF13  0xfae7
4658 #define FSTV0910_P2_NBITER_SF_8PSK_2_3  0xfae700ff
4659 
4660 /* P2_NBITER_SF14 */
4661 #define RSTV0910_P2_NBITER_SF14  0xfae8
4662 #define FSTV0910_P2_NBITER_SF_8PSK_3_4  0xfae800ff
4663 
4664 /* P2_NBITER_SF15 */
4665 #define RSTV0910_P2_NBITER_SF15  0xfae9
4666 #define FSTV0910_P2_NBITER_SF_8PSK_5_6  0xfae900ff
4667 
4668 /* P2_NBITER_SF16 */
4669 #define RSTV0910_P2_NBITER_SF16  0xfaea
4670 #define FSTV0910_P2_NBITER_SF_8PSK_8_9  0xfaea00ff
4671 
4672 /* P2_NBITER_SF18 */
4673 #define RSTV0910_P2_NBITER_SF18  0xfaeb
4674 #define FSTV0910_P2_NBITER_SF_16APSK_2_3  0xfaeb00ff
4675 
4676 /* P2_NBITER_SF19 */
4677 #define RSTV0910_P2_NBITER_SF19  0xfaec
4678 #define FSTV0910_P2_NBITER_SF_16APSK_3_4  0xfaec00ff
4679 
4680 /* P2_NBITER_SF20 */
4681 #define RSTV0910_P2_NBITER_SF20  0xfaed
4682 #define FSTV0910_P2_NBITER_SF_16APSK_4_5  0xfaed00ff
4683 
4684 /* P2_NBITER_SF21 */
4685 #define RSTV0910_P2_NBITER_SF21  0xfaee
4686 #define FSTV0910_P2_NBITER_SF_16APSK_5_6  0xfaee00ff
4687 
4688 /* P2_NBITER_SF22 */
4689 #define RSTV0910_P2_NBITER_SF22  0xfaef
4690 #define FSTV0910_P2_NBITER_SF_16APSK_8_9  0xfaef00ff
4691 
4692 /* P2_NBITER_SF24 */
4693 #define RSTV0910_P2_NBITER_SF24  0xfaf0
4694 #define FSTV0910_P2_NBITER_SF_32APSK_3_4  0xfaf000ff
4695 
4696 /* P2_NBITER_SF25 */
4697 #define RSTV0910_P2_NBITER_SF25  0xfaf1
4698 #define FSTV0910_P2_NBITER_SF_32APSK_4_5  0xfaf100ff
4699 
4700 /* P2_NBITER_SF26 */
4701 #define RSTV0910_P2_NBITER_SF26  0xfaf2
4702 #define FSTV0910_P2_NBITER_SF_32APSK_5_6  0xfaf200ff
4703 
4704 /* P2_NBITER_SF27 */
4705 #define RSTV0910_P2_NBITER_SF27  0xfaf3
4706 #define FSTV0910_P2_NBITER_SF_32APSK_8_9  0xfaf300ff
4707 
4708 /* TSTRES0 */
4709 #define RSTV0910_TSTRES0  0xff11
4710 #define FSTV0910_FRESFEC  0xff117080
4711 #define FSTV0910_FRESSYM1  0xff113008
4712 #define FSTV0910_FRESSYM2  0xff112004
4713 
4714 /* TSTOUT */
4715 #define RSTV0910_TSTOUT  0xff12
4716 #define FSTV0910_TS  0xff12103e
4717 #define FSTV0910_TEST_OUT  0xff120001
4718 
4719 /* TSTIN */
4720 #define RSTV0910_TSTIN  0xff13
4721 #define FSTV0910_TEST_IN  0xff137080
4722 
4723 /* P2_TSTDMD */
4724 #define RSTV0910_P2_TSTDMD  0xff20
4725 #define FSTV0910_P2_CFRINIT_INVZIGZAG  0xff203008
4726 
4727 /* P2_TCTL1 */
4728 #define RSTV0910_P2_TCTL1  0xff24
4729 #define FSTV0910_P2_TST_IQSYMBSEL  0xff24001f
4730 
4731 /* P2_TCTL4 */
4732 #define RSTV0910_P2_TCTL4  0xff28
4733 #define FSTV0910_P2_CFR2TOCFR1_DVBS1  0xff2860c0
4734 
4735 /* P2_TPKTDELIN */
4736 #define RSTV0910_P2_TPKTDELIN  0xff37
4737 #define FSTV0910_P2_CFG_RSPARITYON  0xff377080
4738 
4739 /* P1_TSTDMD */
4740 #define RSTV0910_P1_TSTDMD  0xff40
4741 #define FSTV0910_P1_CFRINIT_INVZIGZAG  0xff403008
4742 
4743 /* P1_TCTL1 */
4744 #define RSTV0910_P1_TCTL1  0xff44
4745 #define FSTV0910_P1_TST_IQSYMBSEL  0xff44001f
4746 
4747 /* P1_TCTL4 */
4748 #define RSTV0910_P1_TCTL4  0xff48
4749 #define FSTV0910_P1_CFR2TOCFR1_DVBS1  0xff4860c0
4750 
4751 /* P1_TPKTDELIN */
4752 #define RSTV0910_P1_TPKTDELIN  0xff57
4753 #define FSTV0910_P1_CFG_RSPARITYON  0xff577080
4754 
4755 /* TSTTSRS */
4756 #define RSTV0910_TSTTSRS  0xff6d
4757 #define FSTV0910_TSTRS_DISRS2  0xff6d1002
4758 #define FSTV0910_TSTRS_DISRS1  0xff6d0001
4759 
4760 #define STV0910_NBREGS  975
4761 #define STV0910_NBFIELDS  1818
4762