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