0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef __STB0899_REG_H
0011 #define __STB0899_REG_H
0012
0013
0014 #define STB0899_DEV_ID 0xf000
0015 #define STB0899_CHIP_ID (0x0f << 4)
0016 #define STB0899_OFFST_CHIP_ID 4
0017 #define STB0899_WIDTH_CHIP_ID 4
0018 #define STB0899_CHIP_REL (0x0f << 0)
0019 #define STB0899_OFFST_CHIP_REL 0
0020 #define STB0899_WIDTH_CHIP_REL 4
0021
0022 #define STB0899_DEMOD 0xf40e
0023 #define STB0899_MODECOEFF (0x01 << 0)
0024 #define STB0899_OFFST_MODECOEFF 0
0025 #define STB0899_WIDTH_MODECOEFF 1
0026
0027 #define STB0899_RCOMPC 0xf410
0028 #define STB0899_AGC1CN 0xf412
0029 #define STB0899_AGC1REF 0xf413
0030 #define STB0899_RTC 0xf417
0031 #define STB0899_TMGCFG 0xf418
0032 #define STB0899_AGC2REF 0xf419
0033 #define STB0899_TLSR 0xf41a
0034
0035 #define STB0899_CFD 0xf41b
0036 #define STB0899_CFD_ON (0x01 << 7)
0037 #define STB0899_OFFST_CFD_ON 7
0038 #define STB0899_WIDTH_CFD_ON 1
0039
0040 #define STB0899_ACLC 0xf41c
0041
0042 #define STB0899_BCLC 0xf41d
0043 #define STB0899_OFFST_ALGO 6
0044 #define STB0899_WIDTH_ALGO_QPSK2 2
0045 #define STB0899_ALGO_QPSK2 (2 << 6)
0046 #define STB0899_ALGO_QPSK1 (1 << 6)
0047 #define STB0899_ALGO_BPSK (0 << 6)
0048 #define STB0899_OFFST_BETA 0
0049 #define STB0899_WIDTH_BETA 6
0050
0051 #define STB0899_EQON 0xf41e
0052 #define STB0899_LDT 0xf41f
0053 #define STB0899_LDT2 0xf420
0054 #define STB0899_EQUALREF 0xf425
0055 #define STB0899_TMGRAMP 0xf426
0056 #define STB0899_TMGTHD 0xf427
0057 #define STB0899_IDCCOMP 0xf428
0058 #define STB0899_QDCCOMP 0xf429
0059 #define STB0899_POWERI 0xf42a
0060 #define STB0899_POWERQ 0xf42b
0061 #define STB0899_RCOMP 0xf42c
0062
0063 #define STB0899_AGCIQIN 0xf42e
0064 #define STB0899_AGCIQVALUE (0xff << 0)
0065 #define STB0899_OFFST_AGCIQVALUE 0
0066 #define STB0899_WIDTH_AGCIQVALUE 8
0067
0068 #define STB0899_AGC2I1 0xf436
0069 #define STB0899_AGC2I2 0xf437
0070
0071 #define STB0899_TLIR 0xf438
0072 #define STB0899_TLIR_TMG_LOCK_IND (0xff << 0)
0073 #define STB0899_OFFST_TLIR_TMG_LOCK_IND 0
0074 #define STB0899_WIDTH_TLIR_TMG_LOCK_IND 8
0075
0076 #define STB0899_RTF 0xf439
0077 #define STB0899_RTF_TIMING_LOOP_FREQ (0xff << 0)
0078 #define STB0899_OFFST_RTF_TIMING_LOOP_FREQ 0
0079 #define STB0899_WIDTH_RTF_TIMING_LOOP_FREQ 8
0080
0081 #define STB0899_DSTATUS 0xf43a
0082 #define STB0899_CARRIER_FOUND (0x01 << 7)
0083 #define STB0899_OFFST_CARRIER_FOUND 7
0084 #define STB0899_WIDTH_CARRIER_FOUND 1
0085 #define STB0899_TMG_LOCK (0x01 << 6)
0086 #define STB0899_OFFST_TMG_LOCK 6
0087 #define STB0899_WIDTH_TMG_LOCK 1
0088 #define STB0899_DEMOD_LOCK (0x01 << 5)
0089 #define STB0899_OFFST_DEMOD_LOCK 5
0090 #define STB0899_WIDTH_DEMOD_LOCK 1
0091 #define STB0899_TMG_AUTO (0x01 << 4)
0092 #define STB0899_OFFST_TMG_AUTO 4
0093 #define STB0899_WIDTH_TMG_AUTO 1
0094 #define STB0899_END_MAIN (0x01 << 3)
0095 #define STB0899_OFFST_END_MAIN 3
0096 #define STB0899_WIDTH_END_MAIN 1
0097
0098 #define STB0899_LDI 0xf43b
0099 #define STB0899_OFFST_LDI 0
0100 #define STB0899_WIDTH_LDI 8
0101
0102 #define STB0899_CFRM 0xf43e
0103 #define STB0899_OFFST_CFRM 0
0104 #define STB0899_WIDTH_CFRM 8
0105
0106 #define STB0899_CFRL 0xf43f
0107 #define STB0899_OFFST_CFRL 0
0108 #define STB0899_WIDTH_CFRL 8
0109
0110 #define STB0899_NIRM 0xf440
0111 #define STB0899_OFFST_NIRM 0
0112 #define STB0899_WIDTH_NIRM 8
0113
0114 #define STB0899_NIRL 0xf441
0115 #define STB0899_OFFST_NIRL 0
0116 #define STB0899_WIDTH_NIRL 8
0117
0118 #define STB0899_ISYMB 0xf444
0119 #define STB0899_QSYMB 0xf445
0120
0121 #define STB0899_SFRH 0xf446
0122 #define STB0899_OFFST_SFRH 0
0123 #define STB0899_WIDTH_SFRH 8
0124
0125 #define STB0899_SFRM 0xf447
0126 #define STB0899_OFFST_SFRM 0
0127 #define STB0899_WIDTH_SFRM 8
0128
0129 #define STB0899_SFRL 0xf448
0130 #define STB0899_OFFST_SFRL 4
0131 #define STB0899_WIDTH_SFRL 4
0132
0133 #define STB0899_SFRUPH 0xf44c
0134 #define STB0899_SFRUPM 0xf44d
0135 #define STB0899_SFRUPL 0xf44e
0136
0137 #define STB0899_EQUAI1 0xf4e0
0138 #define STB0899_EQUAQ1 0xf4e1
0139 #define STB0899_EQUAI2 0xf4e2
0140 #define STB0899_EQUAQ2 0xf4e3
0141 #define STB0899_EQUAI3 0xf4e4
0142 #define STB0899_EQUAQ3 0xf4e5
0143 #define STB0899_EQUAI4 0xf4e6
0144 #define STB0899_EQUAQ4 0xf4e7
0145 #define STB0899_EQUAI5 0xf4e8
0146 #define STB0899_EQUAQ5 0xf4e9
0147
0148 #define STB0899_DSTATUS2 0xf50c
0149 #define STB0899_DS2_TMG_AUTOSRCH (0x01 << 7)
0150 #define STB8999_OFFST_DS2_TMG_AUTOSRCH 7
0151 #define STB0899_WIDTH_DS2_TMG_AUTOSRCH 1
0152 #define STB0899_DS2_END_MAINLOOP (0x01 << 6)
0153 #define STB0899_OFFST_DS2_END_MAINLOOP 6
0154 #define STB0899_WIDTH_DS2_END_MAINLOOP 1
0155 #define STB0899_DS2_CFSYNC (0x01 << 5)
0156 #define STB0899_OFFST_DS2_CFSYNC 5
0157 #define STB0899_WIDTH_DS2_CFSYNC 1
0158 #define STB0899_DS2_TMGLOCK (0x01 << 4)
0159 #define STB0899_OFFST_DS2_TMGLOCK 4
0160 #define STB0899_WIDTH_DS2_TMGLOCK 1
0161 #define STB0899_DS2_DEMODWAIT (0x01 << 3)
0162 #define STB0899_OFFST_DS2_DEMODWAIT 3
0163 #define STB0899_WIDTH_DS2_DEMODWAIT 1
0164 #define STB0899_DS2_FECON (0x01 << 1)
0165 #define STB0899_OFFST_DS2_FECON 1
0166 #define STB0899_WIDTH_DS2_FECON 1
0167
0168
0169 #define STB0899_VSTATUS 0xf50d
0170 #define STB0899_VSTATUS_VITERBI_ON (0x01 << 7)
0171 #define STB0899_OFFST_VSTATUS_VITERBI_ON 7
0172 #define STB0899_WIDTH_VSTATUS_VITERBI_ON 1
0173 #define STB0899_VSTATUS_END_LOOPVIT (0x01 << 6)
0174 #define STB0899_OFFST_VSTATUS_END_LOOPVIT 6
0175 #define STB0899_WIDTH_VSTATUS_END_LOOPVIT 1
0176 #define STB0899_VSTATUS_PRFVIT (0x01 << 4)
0177 #define STB0899_OFFST_VSTATUS_PRFVIT 4
0178 #define STB0899_WIDTH_VSTATUS_PRFVIT 1
0179 #define STB0899_VSTATUS_LOCKEDVIT (0x01 << 3)
0180 #define STB0899_OFFST_VSTATUS_LOCKEDVIT 3
0181 #define STB0899_WIDTH_VSTATUS_LOCKEDVIT 1
0182
0183 #define STB0899_VERROR 0xf50f
0184
0185 #define STB0899_IQSWAP 0xf523
0186 #define STB0899_SYM (0x01 << 3)
0187 #define STB0899_OFFST_SYM 3
0188 #define STB0899_WIDTH_SYM 1
0189
0190 #define STB0899_FECAUTO1 0xf530
0191 #define STB0899_DSSSRCH (0x01 << 3)
0192 #define STB0899_OFFST_DSSSRCH 3
0193 #define STB0899_WIDTH_DSSSRCH 1
0194 #define STB0899_SYMSRCH (0x01 << 2)
0195 #define STB0899_OFFST_SYMSRCH 2
0196 #define STB0899_WIDTH_SYMSRCH 1
0197 #define STB0899_QPSKSRCH (0x01 << 1)
0198 #define STB0899_OFFST_QPSKSRCH 1
0199 #define STB0899_WIDTH_QPSKSRCH 1
0200 #define STB0899_BPSKSRCH (0x01 << 0)
0201 #define STB0899_OFFST_BPSKSRCH 0
0202 #define STB0899_WIDTH_BPSKSRCH 1
0203
0204 #define STB0899_FECM 0xf533
0205 #define STB0899_FECM_NOT_DVB (0x01 << 7)
0206 #define STB0899_OFFST_FECM_NOT_DVB 7
0207 #define STB0899_WIDTH_FECM_NOT_DVB 1
0208 #define STB0899_FECM_RSVD1 (0x07 << 4)
0209 #define STB0899_OFFST_FECM_RSVD1 4
0210 #define STB0899_WIDTH_FECM_RSVD1 3
0211 #define STB0899_FECM_VITERBI_ON (0x01 << 3)
0212 #define STB0899_OFFST_FECM_VITERBI_ON 3
0213 #define STB0899_WIDTH_FECM_VITERBI_ON 1
0214 #define STB0899_FECM_RSVD0 (0x01 << 2)
0215 #define STB0899_OFFST_FECM_RSVD0 2
0216 #define STB0899_WIDTH_FECM_RSVD0 1
0217 #define STB0899_FECM_SYNCDIS (0x01 << 1)
0218 #define STB0899_OFFST_FECM_SYNCDIS 1
0219 #define STB0899_WIDTH_FECM_SYNCDIS 1
0220 #define STB0899_FECM_SYMI (0x01 << 0)
0221 #define STB0899_OFFST_FECM_SYMI 0
0222 #define STB0899_WIDTH_FECM_SYMI 1
0223
0224 #define STB0899_VTH12 0xf534
0225 #define STB0899_VTH23 0xf535
0226 #define STB0899_VTH34 0xf536
0227 #define STB0899_VTH56 0xf537
0228 #define STB0899_VTH67 0xf538
0229 #define STB0899_VTH78 0xf539
0230
0231 #define STB0899_PRVIT 0xf53c
0232 #define STB0899_PR_7_8 (0x01 << 5)
0233 #define STB0899_OFFST_PR_7_8 5
0234 #define STB0899_WIDTH_PR_7_8 1
0235 #define STB0899_PR_6_7 (0x01 << 4)
0236 #define STB0899_OFFST_PR_6_7 4
0237 #define STB0899_WIDTH_PR_6_7 1
0238 #define STB0899_PR_5_6 (0x01 << 3)
0239 #define STB0899_OFFST_PR_5_6 3
0240 #define STB0899_WIDTH_PR_5_6 1
0241 #define STB0899_PR_3_4 (0x01 << 2)
0242 #define STB0899_OFFST_PR_3_4 2
0243 #define STB0899_WIDTH_PR_3_4 1
0244 #define STB0899_PR_2_3 (0x01 << 1)
0245 #define STB0899_OFFST_PR_2_3 1
0246 #define STB0899_WIDTH_PR_2_3 1
0247 #define STB0899_PR_1_2 (0x01 << 0)
0248 #define STB0899_OFFST_PR_1_2 0
0249 #define STB0899_WIDTH_PR_1_2 1
0250
0251 #define STB0899_VITSYNC 0xf53d
0252 #define STB0899_AM (0x01 << 7)
0253 #define STB0899_OFFST_AM 7
0254 #define STB0899_WIDTH_AM 1
0255 #define STB0899_FREEZE (0x01 << 6)
0256 #define STB0899_OFFST_FREEZE 6
0257 #define STB0899_WIDTH_FREEZE 1
0258 #define STB0899_SN_65536 (0x03 << 4)
0259 #define STB0899_OFFST_SN_65536 4
0260 #define STB0899_WIDTH_SN_65536 2
0261 #define STB0899_SN_16384 (0x01 << 5)
0262 #define STB0899_OFFST_SN_16384 5
0263 #define STB0899_WIDTH_SN_16384 1
0264 #define STB0899_SN_4096 (0x01 << 4)
0265 #define STB0899_OFFST_SN_4096 4
0266 #define STB0899_WIDTH_SN_4096 1
0267 #define STB0899_SN_1024 (0x00 << 4)
0268 #define STB0899_OFFST_SN_1024 4
0269 #define STB0899_WIDTH_SN_1024 0
0270 #define STB0899_TO_128 (0x03 << 2)
0271 #define STB0899_OFFST_TO_128 2
0272 #define STB0899_WIDTH_TO_128 2
0273 #define STB0899_TO_64 (0x01 << 3)
0274 #define STB0899_OFFST_TO_64 3
0275 #define STB0899_WIDTH_TO_64 1
0276 #define STB0899_TO_32 (0x01 << 2)
0277 #define STB0899_OFFST_TO_32 2
0278 #define STB0899_WIDTH_TO_32 1
0279 #define STB0899_TO_16 (0x00 << 2)
0280 #define STB0899_OFFST_TO_16 2
0281 #define STB0899_WIDTH_TO_16 0
0282 #define STB0899_HYST_128 (0x03 << 1)
0283 #define STB0899_OFFST_HYST_128 1
0284 #define STB0899_WIDTH_HYST_128 2
0285 #define STB0899_HYST_64 (0x01 << 1)
0286 #define STB0899_OFFST_HYST_64 1
0287 #define STB0899_WIDTH_HYST_64 1
0288 #define STB0899_HYST_32 (0x01 << 0)
0289 #define STB0899_OFFST_HYST_32 0
0290 #define STB0899_WIDTH_HYST_32 1
0291 #define STB0899_HYST_16 (0x00 << 0)
0292 #define STB0899_OFFST_HYST_16 0
0293 #define STB0899_WIDTH_HYST_16 0
0294
0295 #define STB0899_RSULC 0xf548
0296 #define STB0899_ULDIL_ON (0x01 << 7)
0297 #define STB0899_OFFST_ULDIL_ON 7
0298 #define STB0899_WIDTH_ULDIL_ON 1
0299 #define STB0899_ULAUTO_ON (0x01 << 6)
0300 #define STB0899_OFFST_ULAUTO_ON 6
0301 #define STB0899_WIDTH_ULAUTO_ON 1
0302 #define STB0899_ULRS_ON (0x01 << 5)
0303 #define STB0899_OFFST_ULRS_ON 5
0304 #define STB0899_WIDTH_ULRS_ON 1
0305 #define STB0899_ULDESCRAM_ON (0x01 << 4)
0306 #define STB0899_OFFST_ULDESCRAM_ON 4
0307 #define STB0899_WIDTH_ULDESCRAM_ON 1
0308 #define STB0899_UL_DISABLE (0x01 << 2)
0309 #define STB0899_OFFST_UL_DISABLE 2
0310 #define STB0899_WIDTH_UL_DISABLE 1
0311 #define STB0899_NOFTHRESHOLD (0x01 << 0)
0312 #define STB0899_OFFST_NOFTHRESHOLD 0
0313 #define STB0899_WIDTH_NOFTHRESHOLD 1
0314
0315 #define STB0899_RSLLC 0xf54a
0316 #define STB0899_DEMAPVIT 0xf583
0317 #define STB0899_DEMAPVIT_RSVD (0x01 << 7)
0318 #define STB0899_OFFST_DEMAPVIT_RSVD 7
0319 #define STB0899_WIDTH_DEMAPVIT_RSVD 1
0320 #define STB0899_DEMAPVIT_KDIVIDER (0x7f << 0)
0321 #define STB0899_OFFST_DEMAPVIT_KDIVIDER 0
0322 #define STB0899_WIDTH_DEMAPVIT_KDIVIDER 7
0323
0324 #define STB0899_PLPARM 0xf58c
0325 #define STB0899_VITMAPPING (0x07 << 5)
0326 #define STB0899_OFFST_VITMAPPING 5
0327 #define STB0899_WIDTH_VITMAPPING 3
0328 #define STB0899_VITMAPPING_BPSK (0x01 << 5)
0329 #define STB0899_OFFST_VITMAPPING_BPSK 5
0330 #define STB0899_WIDTH_VITMAPPING_BPSK 1
0331 #define STB0899_VITMAPPING_QPSK (0x00 << 5)
0332 #define STB0899_OFFST_VITMAPPING_QPSK 5
0333 #define STB0899_WIDTH_VITMAPPING_QPSK 0
0334 #define STB0899_VITCURPUN (0x1f << 0)
0335 #define STB0899_OFFST_VITCURPUN 0
0336 #define STB0899_WIDTH_VITCURPUN 5
0337 #define STB0899_VITCURPUN_1_2 (0x0d << 0)
0338 #define STB0899_VITCURPUN_2_3 (0x12 << 0)
0339 #define STB0899_VITCURPUN_3_4 (0x15 << 0)
0340 #define STB0899_VITCURPUN_5_6 (0x18 << 0)
0341 #define STB0899_VITCURPUN_6_7 (0x19 << 0)
0342 #define STB0899_VITCURPUN_7_8 (0x1a << 0)
0343
0344
0345 #define STB0899_OFF0_DMD_STATUS 0xf300
0346 #define STB0899_BASE_DMD_STATUS 0x00000000
0347 #define STB0899_IF_AGC_LOCK (0x01 << 8)
0348 #define STB0899_OFFST_IF_AGC_LOCK 0
0349 #define STB0899_WIDTH_IF_AGC_LOCK 1
0350
0351 #define STB0899_OFF0_CRL_FREQ 0xf304
0352 #define STB0899_BASE_CRL_FREQ 0x00000000
0353 #define STB0899_CARR_FREQ (0x3fffffff << 0)
0354 #define STB0899_OFFST_CARR_FREQ 0
0355 #define STB0899_WIDTH_CARR_FREQ 30
0356
0357 #define STB0899_OFF0_BTR_FREQ 0xf308
0358 #define STB0899_BASE_BTR_FREQ 0x00000000
0359 #define STB0899_BTR_FREQ (0xfffffff << 0)
0360 #define STB0899_OFFST_BTR_FREQ 0
0361 #define STB0899_WIDTH_BTR_FREQ 28
0362
0363 #define STB0899_OFF0_IF_AGC_GAIN 0xf30c
0364 #define STB0899_BASE_IF_AGC_GAIN 0x00000000
0365 #define STB0899_IF_AGC_GAIN (0x3fff << 0)
0366 #define STB0899_OFFST_IF_AGC_GAIN 0
0367 #define STB0899_WIDTH_IF_AGC_GAIN 14
0368
0369 #define STB0899_OFF0_BB_AGC_GAIN 0xf310
0370 #define STB0899_BASE_BB_AGC_GAIN 0x00000000
0371 #define STB0899_BB_AGC_GAIN (0x3fff << 0)
0372 #define STB0899_OFFST_BB_AGC_GAIN 0
0373 #define STB0899_WIDTH_BB_AGC_GAIN 14
0374
0375 #define STB0899_OFF0_DC_OFFSET 0xf314
0376 #define STB0899_BASE_DC_OFFSET 0x00000000
0377 #define STB0899_I (0xff << 8)
0378 #define STB0899_OFFST_I 8
0379 #define STB0899_WIDTH_I 8
0380 #define STB0899_Q (0xff << 0)
0381 #define STB0899_OFFST_Q 8
0382 #define STB0899_WIDTH_Q 8
0383
0384 #define STB0899_OFF0_DMD_CNTRL 0xf31c
0385 #define STB0899_BASE_DMD_CNTRL 0x00000000
0386 #define STB0899_ADC0_PINS1IN (0x01 << 6)
0387 #define STB0899_OFFST_ADC0_PINS1IN 6
0388 #define STB0899_WIDTH_ADC0_PINS1IN 1
0389 #define STB0899_IN2COMP1_OFFBIN0 (0x01 << 3)
0390 #define STB0899_OFFST_IN2COMP1_OFFBIN0 3
0391 #define STB0899_WIDTH_IN2COMP1_OFFBIN0 1
0392 #define STB0899_DC_COMP (0x01 << 2)
0393 #define STB0899_OFFST_DC_COMP 2
0394 #define STB0899_WIDTH_DC_COMP 1
0395 #define STB0899_MODMODE (0x03 << 0)
0396 #define STB0899_OFFST_MODMODE 0
0397 #define STB0899_WIDTH_MODMODE 2
0398
0399 #define STB0899_OFF0_IF_AGC_CNTRL 0xf320
0400 #define STB0899_BASE_IF_AGC_CNTRL 0x00000000
0401 #define STB0899_IF_GAIN_INIT (0x3fff << 13)
0402 #define STB0899_OFFST_IF_GAIN_INIT 13
0403 #define STB0899_WIDTH_IF_GAIN_INIT 14
0404 #define STB0899_IF_GAIN_SENSE (0x01 << 12)
0405 #define STB0899_OFFST_IF_GAIN_SENSE 12
0406 #define STB0899_WIDTH_IF_GAIN_SENSE 1
0407 #define STB0899_IF_LOOP_GAIN (0x0f << 8)
0408 #define STB0899_OFFST_IF_LOOP_GAIN 8
0409 #define STB0899_WIDTH_IF_LOOP_GAIN 4
0410 #define STB0899_IF_LD_GAIN_INIT (0x01 << 7)
0411 #define STB0899_OFFST_IF_LD_GAIN_INIT 7
0412 #define STB0899_WIDTH_IF_LD_GAIN_INIT 1
0413 #define STB0899_IF_AGC_REF (0x7f << 0)
0414 #define STB0899_OFFST_IF_AGC_REF 0
0415 #define STB0899_WIDTH_IF_AGC_REF 7
0416
0417 #define STB0899_OFF0_BB_AGC_CNTRL 0xf324
0418 #define STB0899_BASE_BB_AGC_CNTRL 0x00000000
0419 #define STB0899_BB_GAIN_INIT (0x3fff << 12)
0420 #define STB0899_OFFST_BB_GAIN_INIT 12
0421 #define STB0899_WIDTH_BB_GAIN_INIT 14
0422 #define STB0899_BB_LOOP_GAIN (0x0f << 8)
0423 #define STB0899_OFFST_BB_LOOP_GAIN 8
0424 #define STB0899_WIDTH_BB_LOOP_GAIN 4
0425 #define STB0899_BB_LD_GAIN_INIT (0x01 << 7)
0426 #define STB0899_OFFST_BB_LD_GAIN_INIT 7
0427 #define STB0899_WIDTH_BB_LD_GAIN_INIT 1
0428 #define STB0899_BB_AGC_REF (0x7f << 0)
0429 #define STB0899_OFFST_BB_AGC_REF 0
0430 #define STB0899_WIDTH_BB_AGC_REF 7
0431
0432 #define STB0899_OFF0_CRL_CNTRL 0xf328
0433 #define STB0899_BASE_CRL_CNTRL 0x00000000
0434 #define STB0899_CRL_LOCK_CLEAR (0x01 << 5)
0435 #define STB0899_OFFST_CRL_LOCK_CLEAR 5
0436 #define STB0899_WIDTH_CRL_LOCK_CLEAR 1
0437 #define STB0899_CRL_SWPR_CLEAR (0x01 << 4)
0438 #define STB0899_OFFST_CRL_SWPR_CLEAR 4
0439 #define STB0899_WIDTH_CRL_SWPR_CLEAR 1
0440 #define STB0899_CRL_SWP_ENA (0x01 << 3)
0441 #define STB0899_OFFST_CRL_SWP_ENA 3
0442 #define STB0899_WIDTH_CRL_SWP_ENA 1
0443 #define STB0899_CRL_DET_SEL (0x01 << 2)
0444 #define STB0899_OFFST_CRL_DET_SEL 2
0445 #define STB0899_WIDTH_CRL_DET_SEL 1
0446 #define STB0899_CRL_SENSE (0x01 << 1)
0447 #define STB0899_OFFST_CRL_SENSE 1
0448 #define STB0899_WIDTH_CRL_SENSE 1
0449 #define STB0899_CRL_PHSERR_CLEAR (0x01 << 0)
0450 #define STB0899_OFFST_CRL_PHSERR_CLEAR 0
0451 #define STB0899_WIDTH_CRL_PHSERR_CLEAR 1
0452
0453 #define STB0899_OFF0_CRL_PHS_INIT 0xf32c
0454 #define STB0899_BASE_CRL_PHS_INIT 0x00000000
0455 #define STB0899_CRL_PHS_INIT_31 (0x1 << 30)
0456 #define STB0899_OFFST_CRL_PHS_INIT_31 30
0457 #define STB0899_WIDTH_CRL_PHS_INIT_31 1
0458 #define STB0899_CRL_LD_INIT_PHASE (0x1 << 24)
0459 #define STB0899_OFFST_CRL_LD_INIT_PHASE 24
0460 #define STB0899_WIDTH_CRL_LD_INIT_PHASE 1
0461 #define STB0899_CRL_INIT_PHASE (0xffffff << 0)
0462 #define STB0899_OFFST_CRL_INIT_PHASE 0
0463 #define STB0899_WIDTH_CRL_INIT_PHASE 24
0464
0465 #define STB0899_OFF0_CRL_FREQ_INIT 0xf330
0466 #define STB0899_BASE_CRL_FREQ_INIT 0x00000000
0467 #define STB0899_CRL_FREQ_INIT_31 (0x1 << 30)
0468 #define STB0899_OFFST_CRL_FREQ_INIT_31 30
0469 #define STB0899_WIDTH_CRL_FREQ_INIT_31 1
0470 #define STB0899_CRL_LD_FREQ_INIT (0x1 << 24)
0471 #define STB0899_OFFST_CRL_LD_FREQ_INIT 24
0472 #define STB0899_WIDTH_CRL_LD_FREQ_INIT 1
0473 #define STB0899_CRL_FREQ_INIT (0xffffff << 0)
0474 #define STB0899_OFFST_CRL_FREQ_INIT 0
0475 #define STB0899_WIDTH_CRL_FREQ_INIT 24
0476
0477 #define STB0899_OFF0_CRL_LOOP_GAIN 0xf334
0478 #define STB0899_BASE_CRL_LOOP_GAIN 0x00000000
0479 #define STB0899_KCRL2_RSHFT (0xf << 16)
0480 #define STB0899_OFFST_KCRL2_RSHFT 16
0481 #define STB0899_WIDTH_KCRL2_RSHFT 4
0482 #define STB0899_KCRL1 (0xf << 12)
0483 #define STB0899_OFFST_KCRL1 12
0484 #define STB0899_WIDTH_KCRL1 4
0485 #define STB0899_KCRL1_RSHFT (0xf << 8)
0486 #define STB0899_OFFST_KCRL1_RSHFT 8
0487 #define STB0899_WIDTH_KCRL1_RSHFT 4
0488 #define STB0899_KCRL0 (0xf << 4)
0489 #define STB0899_OFFST_KCRL0 4
0490 #define STB0899_WIDTH_KCRL0 4
0491 #define STB0899_KCRL0_RSHFT (0xf << 0)
0492 #define STB0899_OFFST_KCRL0_RSHFT 0
0493 #define STB0899_WIDTH_KCRL0_RSHFT 4
0494
0495 #define STB0899_OFF0_CRL_NOM_FREQ 0xf338
0496 #define STB0899_BASE_CRL_NOM_FREQ 0x00000000
0497 #define STB0899_CRL_NOM_FREQ (0x3fffffff << 0)
0498 #define STB0899_OFFST_CRL_NOM_FREQ 0
0499 #define STB0899_WIDTH_CRL_NOM_FREQ 30
0500
0501 #define STB0899_OFF0_CRL_SWP_RATE 0xf33c
0502 #define STB0899_BASE_CRL_SWP_RATE 0x00000000
0503 #define STB0899_CRL_SWP_RATE (0x3fffffff << 0)
0504 #define STB0899_OFFST_CRL_SWP_RATE 0
0505 #define STB0899_WIDTH_CRL_SWP_RATE 30
0506
0507 #define STB0899_OFF0_CRL_MAX_SWP 0xf340
0508 #define STB0899_BASE_CRL_MAX_SWP 0x00000000
0509 #define STB0899_CRL_MAX_SWP (0x3fffffff << 0)
0510 #define STB0899_OFFST_CRL_MAX_SWP 0
0511 #define STB0899_WIDTH_CRL_MAX_SWP 30
0512
0513 #define STB0899_OFF0_CRL_LK_CNTRL 0xf344
0514 #define STB0899_BASE_CRL_LK_CNTRL 0x00000000
0515
0516 #define STB0899_OFF0_DECIM_CNTRL 0xf348
0517 #define STB0899_BASE_DECIM_CNTRL 0x00000000
0518 #define STB0899_BAND_LIMIT_B (0x01 << 5)
0519 #define STB0899_OFFST_BAND_LIMIT_B 5
0520 #define STB0899_WIDTH_BAND_LIMIT_B 1
0521 #define STB0899_WIN_SEL (0x03 << 3)
0522 #define STB0899_OFFST_WIN_SEL 3
0523 #define STB0899_WIDTH_WIN_SEL 2
0524 #define STB0899_DECIM_RATE (0x07 << 0)
0525 #define STB0899_OFFST_DECIM_RATE 0
0526 #define STB0899_WIDTH_DECIM_RATE 3
0527
0528 #define STB0899_OFF0_BTR_CNTRL 0xf34c
0529 #define STB0899_BASE_BTR_CNTRL 0x00000000
0530 #define STB0899_BTR_FREQ_CORR (0x7ff << 4)
0531 #define STB0899_OFFST_BTR_FREQ_CORR 4
0532 #define STB0899_WIDTH_BTR_FREQ_CORR 11
0533 #define STB0899_BTR_CLR_LOCK (0x01 << 3)
0534 #define STB0899_OFFST_BTR_CLR_LOCK 3
0535 #define STB0899_WIDTH_BTR_CLR_LOCK 1
0536 #define STB0899_BTR_SENSE (0x01 << 2)
0537 #define STB0899_OFFST_BTR_SENSE 2
0538 #define STB0899_WIDTH_BTR_SENSE 1
0539 #define STB0899_BTR_ERR_ENA (0x01 << 1)
0540 #define STB0899_OFFST_BTR_ERR_ENA 1
0541 #define STB0899_WIDTH_BTR_ERR_ENA 1
0542 #define STB0899_INTRP_PHS_SENSE (0x01 << 0)
0543 #define STB0899_OFFST_INTRP_PHS_SENSE 0
0544 #define STB0899_WIDTH_INTRP_PHS_SENSE 1
0545
0546 #define STB0899_OFF0_BTR_LOOP_GAIN 0xf350
0547 #define STB0899_BASE_BTR_LOOP_GAIN 0x00000000
0548 #define STB0899_KBTR2_RSHFT (0x0f << 16)
0549 #define STB0899_OFFST_KBTR2_RSHFT 16
0550 #define STB0899_WIDTH_KBTR2_RSHFT 4
0551 #define STB0899_KBTR1 (0x0f << 12)
0552 #define STB0899_OFFST_KBTR1 12
0553 #define STB0899_WIDTH_KBTR1 4
0554 #define STB0899_KBTR1_RSHFT (0x0f << 8)
0555 #define STB0899_OFFST_KBTR1_RSHFT 8
0556 #define STB0899_WIDTH_KBTR1_RSHFT 4
0557 #define STB0899_KBTR0 (0x0f << 4)
0558 #define STB0899_OFFST_KBTR0 4
0559 #define STB0899_WIDTH_KBTR0 4
0560 #define STB0899_KBTR0_RSHFT (0x0f << 0)
0561 #define STB0899_OFFST_KBTR0_RSHFT 0
0562 #define STB0899_WIDTH_KBTR0_RSHFT 4
0563
0564 #define STB0899_OFF0_BTR_PHS_INIT 0xf354
0565 #define STB0899_BASE_BTR_PHS_INIT 0x00000000
0566 #define STB0899_BTR_LD_PHASE_INIT (0x01 << 28)
0567 #define STB0899_OFFST_BTR_LD_PHASE_INIT 28
0568 #define STB0899_WIDTH_BTR_LD_PHASE_INIT 1
0569 #define STB0899_BTR_INIT_PHASE (0xfffffff << 0)
0570 #define STB0899_OFFST_BTR_INIT_PHASE 0
0571 #define STB0899_WIDTH_BTR_INIT_PHASE 28
0572
0573 #define STB0899_OFF0_BTR_FREQ_INIT 0xf358
0574 #define STB0899_BASE_BTR_FREQ_INIT 0x00000000
0575 #define STB0899_BTR_LD_FREQ_INIT (1 << 28)
0576 #define STB0899_OFFST_BTR_LD_FREQ_INIT 28
0577 #define STB0899_WIDTH_BTR_LD_FREQ_INIT 1
0578 #define STB0899_BTR_FREQ_INIT (0xfffffff << 0)
0579 #define STB0899_OFFST_BTR_FREQ_INIT 0
0580 #define STB0899_WIDTH_BTR_FREQ_INIT 28
0581
0582 #define STB0899_OFF0_BTR_NOM_FREQ 0xf35c
0583 #define STB0899_BASE_BTR_NOM_FREQ 0x00000000
0584 #define STB0899_BTR_NOM_FREQ (0xfffffff << 0)
0585 #define STB0899_OFFST_BTR_NOM_FREQ 0
0586 #define STB0899_WIDTH_BTR_NOM_FREQ 28
0587
0588 #define STB0899_OFF0_BTR_LK_CNTRL 0xf360
0589 #define STB0899_BASE_BTR_LK_CNTRL 0x00000000
0590 #define STB0899_BTR_MIN_ENERGY (0x0f << 24)
0591 #define STB0899_OFFST_BTR_MIN_ENERGY 24
0592 #define STB0899_WIDTH_BTR_MIN_ENERGY 4
0593 #define STB0899_BTR_LOCK_TH_LO (0xff << 16)
0594 #define STB0899_OFFST_BTR_LOCK_TH_LO 16
0595 #define STB0899_WIDTH_BTR_LOCK_TH_LO 8
0596 #define STB0899_BTR_LOCK_TH_HI (0xff << 8)
0597 #define STB0899_OFFST_BTR_LOCK_TH_HI 8
0598 #define STB0899_WIDTH_BTR_LOCK_TH_HI 8
0599 #define STB0899_BTR_LOCK_GAIN (0x03 << 6)
0600 #define STB0899_OFFST_BTR_LOCK_GAIN 6
0601 #define STB0899_WIDTH_BTR_LOCK_GAIN 2
0602 #define STB0899_BTR_LOCK_LEAK (0x3f << 0)
0603 #define STB0899_OFFST_BTR_LOCK_LEAK 0
0604 #define STB0899_WIDTH_BTR_LOCK_LEAK 6
0605
0606 #define STB0899_OFF0_DECN_CNTRL 0xf364
0607 #define STB0899_BASE_DECN_CNTRL 0x00000000
0608
0609 #define STB0899_OFF0_TP_CNTRL 0xf368
0610 #define STB0899_BASE_TP_CNTRL 0x00000000
0611
0612 #define STB0899_OFF0_TP_BUF_STATUS 0xf36c
0613 #define STB0899_BASE_TP_BUF_STATUS 0x00000000
0614 #define STB0899_TP_BUFFER_FULL (1 << 0)
0615
0616 #define STB0899_OFF0_DC_ESTIM 0xf37c
0617 #define STB0899_BASE_DC_ESTIM 0x0000
0618 #define STB0899_I_DC_ESTIMATE (0xff << 8)
0619 #define STB0899_OFFST_I_DC_ESTIMATE 8
0620 #define STB0899_WIDTH_I_DC_ESTIMATE 8
0621 #define STB0899_Q_DC_ESTIMATE (0xff << 0)
0622 #define STB0899_OFFST_Q_DC_ESTIMATE 0
0623 #define STB0899_WIDTH_Q_DC_ESTIMATE 8
0624
0625 #define STB0899_OFF0_FLL_CNTRL 0xf310
0626 #define STB0899_BASE_FLL_CNTRL 0x00000020
0627 #define STB0899_CRL_FLL_ACC (0x01 << 4)
0628 #define STB0899_OFFST_CRL_FLL_ACC 4
0629 #define STB0899_WIDTH_CRL_FLL_ACC 1
0630 #define STB0899_FLL_AVG_PERIOD (0x0f << 0)
0631 #define STB0899_OFFST_FLL_AVG_PERIOD 0
0632 #define STB0899_WIDTH_FLL_AVG_PERIOD 4
0633
0634 #define STB0899_OFF0_FLL_FREQ_WD 0xf314
0635 #define STB0899_BASE_FLL_FREQ_WD 0x00000020
0636 #define STB0899_FLL_FREQ_WD (0xffffffff << 0)
0637 #define STB0899_OFFST_FLL_FREQ_WD 0
0638 #define STB0899_WIDTH_FLL_FREQ_WD 32
0639
0640 #define STB0899_OFF0_ANTI_ALIAS_SEL 0xf358
0641 #define STB0899_BASE_ANTI_ALIAS_SEL 0x00000020
0642 #define STB0899_ANTI_ALIAS_SELB (0x03 << 0)
0643 #define STB0899_OFFST_ANTI_ALIAS_SELB 0
0644 #define STB0899_WIDTH_ANTI_ALIAS_SELB 2
0645
0646 #define STB0899_OFF0_RRC_ALPHA 0xf35c
0647 #define STB0899_BASE_RRC_ALPHA 0x00000020
0648 #define STB0899_RRC_ALPHA (0x03 << 0)
0649 #define STB0899_OFFST_RRC_ALPHA 0
0650 #define STB0899_WIDTH_RRC_ALPHA 2
0651
0652 #define STB0899_OFF0_DC_ADAPT_LSHFT 0xf360
0653 #define STB0899_BASE_DC_ADAPT_LSHFT 0x00000020
0654 #define STB0899_DC_ADAPT_LSHFT (0x077 << 0)
0655 #define STB0899_OFFST_DC_ADAPT_LSHFT 0
0656 #define STB0899_WIDTH_DC_ADAPT_LSHFT 3
0657
0658 #define STB0899_OFF0_IMB_OFFSET 0xf364
0659 #define STB0899_BASE_IMB_OFFSET 0x00000020
0660 #define STB0899_PHS_IMB_COMP (0xff << 8)
0661 #define STB0899_OFFST_PHS_IMB_COMP 8
0662 #define STB0899_WIDTH_PHS_IMB_COMP 8
0663 #define STB0899_AMPL_IMB_COMP (0xff << 0)
0664 #define STB0899_OFFST_AMPL_IMB_COMP 0
0665 #define STB0899_WIDTH_AMPL_IMB_COMP 8
0666
0667 #define STB0899_OFF0_IMB_ESTIMATE 0xf368
0668 #define STB0899_BASE_IMB_ESTIMATE 0x00000020
0669 #define STB0899_PHS_IMB_ESTIMATE (0xff << 8)
0670 #define STB0899_OFFST_PHS_IMB_ESTIMATE 8
0671 #define STB0899_WIDTH_PHS_IMB_ESTIMATE 8
0672 #define STB0899_AMPL_IMB_ESTIMATE (0xff << 0)
0673 #define STB0899_OFFST_AMPL_IMB_ESTIMATE 0
0674 #define STB0899_WIDTH_AMPL_IMB_ESTIMATE 8
0675
0676 #define STB0899_OFF0_IMB_CNTRL 0xf36c
0677 #define STB0899_BASE_IMB_CNTRL 0x00000020
0678 #define STB0899_PHS_ADAPT_LSHFT (0x07 << 4)
0679 #define STB0899_OFFST_PHS_ADAPT_LSHFT 4
0680 #define STB0899_WIDTH_PHS_ADAPT_LSHFT 3
0681 #define STB0899_AMPL_ADAPT_LSHFT (0x07 << 1)
0682 #define STB0899_OFFST_AMPL_ADAPT_LSHFT 1
0683 #define STB0899_WIDTH_AMPL_ADAPT_LSHFT 3
0684 #define STB0899_IMB_COMP (0x01 << 0)
0685 #define STB0899_OFFST_IMB_COMP 0
0686 #define STB0899_WIDTH_IMB_COMP 1
0687
0688 #define STB0899_OFF0_IF_AGC_CNTRL2 0xf374
0689 #define STB0899_BASE_IF_AGC_CNTRL2 0x00000020
0690 #define STB0899_IF_AGC_LOCK_TH (0xff << 11)
0691 #define STB0899_OFFST_IF_AGC_LOCK_TH 11
0692 #define STB0899_WIDTH_IF_AGC_LOCK_TH 8
0693 #define STB0899_IF_AGC_SD_DIV (0xff << 3)
0694 #define STB0899_OFFST_IF_AGC_SD_DIV 3
0695 #define STB0899_WIDTH_IF_AGC_SD_DIV 8
0696 #define STB0899_IF_AGC_DUMP_PER (0x07 << 0)
0697 #define STB0899_OFFST_IF_AGC_DUMP_PER 0
0698 #define STB0899_WIDTH_IF_AGC_DUMP_PER 3
0699
0700 #define STB0899_OFF0_DMD_CNTRL2 0xf378
0701 #define STB0899_BASE_DMD_CNTRL2 0x00000020
0702 #define STB0899_SPECTRUM_INVERT (0x01 << 2)
0703 #define STB0899_OFFST_SPECTRUM_INVERT 2
0704 #define STB0899_WIDTH_SPECTRUM_INVERT 1
0705 #define STB0899_AGC_MODE (0x01 << 1)
0706 #define STB0899_OFFST_AGC_MODE 1
0707 #define STB0899_WIDTH_AGC_MODE 1
0708 #define STB0899_CRL_FREQ_ADJ (0x01 << 0)
0709 #define STB0899_OFFST_CRL_FREQ_ADJ 0
0710 #define STB0899_WIDTH_CRL_FREQ_ADJ 1
0711
0712 #define STB0899_OFF0_TP_BUFFER 0xf300
0713 #define STB0899_BASE_TP_BUFFER 0x00000040
0714 #define STB0899_TP_BUFFER_IN (0xffff << 0)
0715 #define STB0899_OFFST_TP_BUFFER_IN 0
0716 #define STB0899_WIDTH_TP_BUFFER_IN 16
0717
0718 #define STB0899_OFF0_TP_BUFFER1 0xf304
0719 #define STB0899_BASE_TP_BUFFER1 0x00000040
0720 #define STB0899_OFF0_TP_BUFFER2 0xf308
0721 #define STB0899_BASE_TP_BUFFER2 0x00000040
0722 #define STB0899_OFF0_TP_BUFFER3 0xf30c
0723 #define STB0899_BASE_TP_BUFFER3 0x00000040
0724 #define STB0899_OFF0_TP_BUFFER4 0xf310
0725 #define STB0899_BASE_TP_BUFFER4 0x00000040
0726 #define STB0899_OFF0_TP_BUFFER5 0xf314
0727 #define STB0899_BASE_TP_BUFFER5 0x00000040
0728 #define STB0899_OFF0_TP_BUFFER6 0xf318
0729 #define STB0899_BASE_TP_BUFFER6 0x00000040
0730 #define STB0899_OFF0_TP_BUFFER7 0xf31c
0731 #define STB0899_BASE_TP_BUFFER7 0x00000040
0732 #define STB0899_OFF0_TP_BUFFER8 0xf320
0733 #define STB0899_BASE_TP_BUFFER8 0x00000040
0734 #define STB0899_OFF0_TP_BUFFER9 0xf324
0735 #define STB0899_BASE_TP_BUFFER9 0x00000040
0736 #define STB0899_OFF0_TP_BUFFER10 0xf328
0737 #define STB0899_BASE_TP_BUFFER10 0x00000040
0738 #define STB0899_OFF0_TP_BUFFER11 0xf32c
0739 #define STB0899_BASE_TP_BUFFER11 0x00000040
0740 #define STB0899_OFF0_TP_BUFFER12 0xf330
0741 #define STB0899_BASE_TP_BUFFER12 0x00000040
0742 #define STB0899_OFF0_TP_BUFFER13 0xf334
0743 #define STB0899_BASE_TP_BUFFER13 0x00000040
0744 #define STB0899_OFF0_TP_BUFFER14 0xf338
0745 #define STB0899_BASE_TP_BUFFER14 0x00000040
0746 #define STB0899_OFF0_TP_BUFFER15 0xf33c
0747 #define STB0899_BASE_TP_BUFFER15 0x00000040
0748 #define STB0899_OFF0_TP_BUFFER16 0xf340
0749 #define STB0899_BASE_TP_BUFFER16 0x00000040
0750 #define STB0899_OFF0_TP_BUFFER17 0xf344
0751 #define STB0899_BASE_TP_BUFFER17 0x00000040
0752 #define STB0899_OFF0_TP_BUFFER18 0xf348
0753 #define STB0899_BASE_TP_BUFFER18 0x00000040
0754 #define STB0899_OFF0_TP_BUFFER19 0xf34c
0755 #define STB0899_BASE_TP_BUFFER19 0x00000040
0756 #define STB0899_OFF0_TP_BUFFER20 0xf350
0757 #define STB0899_BASE_TP_BUFFER20 0x00000040
0758 #define STB0899_OFF0_TP_BUFFER21 0xf354
0759 #define STB0899_BASE_TP_BUFFER21 0x00000040
0760 #define STB0899_OFF0_TP_BUFFER22 0xf358
0761 #define STB0899_BASE_TP_BUFFER22 0x00000040
0762 #define STB0899_OFF0_TP_BUFFER23 0xf35c
0763 #define STB0899_BASE_TP_BUFFER23 0x00000040
0764 #define STB0899_OFF0_TP_BUFFER24 0xf360
0765 #define STB0899_BASE_TP_BUFFER24 0x00000040
0766 #define STB0899_OFF0_TP_BUFFER25 0xf364
0767 #define STB0899_BASE_TP_BUFFER25 0x00000040
0768 #define STB0899_OFF0_TP_BUFFER26 0xf368
0769 #define STB0899_BASE_TP_BUFFER26 0x00000040
0770 #define STB0899_OFF0_TP_BUFFER27 0xf36c
0771 #define STB0899_BASE_TP_BUFFER27 0x00000040
0772 #define STB0899_OFF0_TP_BUFFER28 0xf370
0773 #define STB0899_BASE_TP_BUFFER28 0x00000040
0774 #define STB0899_OFF0_TP_BUFFER29 0xf374
0775 #define STB0899_BASE_TP_BUFFER29 0x00000040
0776 #define STB0899_OFF0_TP_BUFFER30 0xf378
0777 #define STB0899_BASE_TP_BUFFER30 0x00000040
0778 #define STB0899_OFF0_TP_BUFFER31 0xf37c
0779 #define STB0899_BASE_TP_BUFFER31 0x00000040
0780 #define STB0899_OFF0_TP_BUFFER32 0xf300
0781 #define STB0899_BASE_TP_BUFFER32 0x00000060
0782 #define STB0899_OFF0_TP_BUFFER33 0xf304
0783 #define STB0899_BASE_TP_BUFFER33 0x00000060
0784 #define STB0899_OFF0_TP_BUFFER34 0xf308
0785 #define STB0899_BASE_TP_BUFFER34 0x00000060
0786 #define STB0899_OFF0_TP_BUFFER35 0xf30c
0787 #define STB0899_BASE_TP_BUFFER35 0x00000060
0788 #define STB0899_OFF0_TP_BUFFER36 0xf310
0789 #define STB0899_BASE_TP_BUFFER36 0x00000060
0790 #define STB0899_OFF0_TP_BUFFER37 0xf314
0791 #define STB0899_BASE_TP_BUFFER37 0x00000060
0792 #define STB0899_OFF0_TP_BUFFER38 0xf318
0793 #define STB0899_BASE_TP_BUFFER38 0x00000060
0794 #define STB0899_OFF0_TP_BUFFER39 0xf31c
0795 #define STB0899_BASE_TP_BUFFER39 0x00000060
0796 #define STB0899_OFF0_TP_BUFFER40 0xf320
0797 #define STB0899_BASE_TP_BUFFER40 0x00000060
0798 #define STB0899_OFF0_TP_BUFFER41 0xf324
0799 #define STB0899_BASE_TP_BUFFER41 0x00000060
0800 #define STB0899_OFF0_TP_BUFFER42 0xf328
0801 #define STB0899_BASE_TP_BUFFER42 0x00000060
0802 #define STB0899_OFF0_TP_BUFFER43 0xf32c
0803 #define STB0899_BASE_TP_BUFFER43 0x00000060
0804 #define STB0899_OFF0_TP_BUFFER44 0xf330
0805 #define STB0899_BASE_TP_BUFFER44 0x00000060
0806 #define STB0899_OFF0_TP_BUFFER45 0xf334
0807 #define STB0899_BASE_TP_BUFFER45 0x00000060
0808 #define STB0899_OFF0_TP_BUFFER46 0xf338
0809 #define STB0899_BASE_TP_BUFFER46 0x00000060
0810 #define STB0899_OFF0_TP_BUFFER47 0xf33c
0811 #define STB0899_BASE_TP_BUFFER47 0x00000060
0812 #define STB0899_OFF0_TP_BUFFER48 0xf340
0813 #define STB0899_BASE_TP_BUFFER48 0x00000060
0814 #define STB0899_OFF0_TP_BUFFER49 0xf344
0815 #define STB0899_BASE_TP_BUFFER49 0x00000060
0816 #define STB0899_OFF0_TP_BUFFER50 0xf348
0817 #define STB0899_BASE_TP_BUFFER50 0x00000060
0818 #define STB0899_OFF0_TP_BUFFER51 0xf34c
0819 #define STB0899_BASE_TP_BUFFER51 0x00000060
0820 #define STB0899_OFF0_TP_BUFFER52 0xf350
0821 #define STB0899_BASE_TP_BUFFER52 0x00000060
0822 #define STB0899_OFF0_TP_BUFFER53 0xf354
0823 #define STB0899_BASE_TP_BUFFER53 0x00000060
0824 #define STB0899_OFF0_TP_BUFFER54 0xf358
0825 #define STB0899_BASE_TP_BUFFER54 0x00000060
0826 #define STB0899_OFF0_TP_BUFFER55 0xf35c
0827 #define STB0899_BASE_TP_BUFFER55 0x00000060
0828 #define STB0899_OFF0_TP_BUFFER56 0xf360
0829 #define STB0899_BASE_TP_BUFFER56 0x00000060
0830 #define STB0899_OFF0_TP_BUFFER57 0xf364
0831 #define STB0899_BASE_TP_BUFFER57 0x00000060
0832 #define STB0899_OFF0_TP_BUFFER58 0xf368
0833 #define STB0899_BASE_TP_BUFFER58 0x00000060
0834 #define STB0899_OFF0_TP_BUFFER59 0xf36c
0835 #define STB0899_BASE_TP_BUFFER59 0x00000060
0836 #define STB0899_OFF0_TP_BUFFER60 0xf370
0837 #define STB0899_BASE_TP_BUFFER60 0x00000060
0838 #define STB0899_OFF0_TP_BUFFER61 0xf374
0839 #define STB0899_BASE_TP_BUFFER61 0x00000060
0840 #define STB0899_OFF0_TP_BUFFER62 0xf378
0841 #define STB0899_BASE_TP_BUFFER62 0x00000060
0842 #define STB0899_OFF0_TP_BUFFER63 0xf37c
0843 #define STB0899_BASE_TP_BUFFER63 0x00000060
0844
0845 #define STB0899_OFF0_RESET_CNTRL 0xf300
0846 #define STB0899_BASE_RESET_CNTRL 0x00000400
0847 #define STB0899_DVBS2_RESET (0x01 << 0)
0848 #define STB0899_OFFST_DVBS2_RESET 0
0849 #define STB0899_WIDTH_DVBS2_RESET 1
0850
0851 #define STB0899_OFF0_ACM_ENABLE 0xf304
0852 #define STB0899_BASE_ACM_ENABLE 0x00000400
0853 #define STB0899_ACM_ENABLE 1
0854
0855 #define STB0899_OFF0_DESCR_CNTRL 0xf30c
0856 #define STB0899_BASE_DESCR_CNTRL 0x00000400
0857 #define STB0899_OFFST_DESCR_CNTRL 0
0858 #define STB0899_WIDTH_DESCR_CNTRL 16
0859
0860 #define STB0899_OFF0_UWP_CNTRL1 0xf320
0861 #define STB0899_BASE_UWP_CNTRL1 0x00000400
0862 #define STB0899_UWP_TH_SOF (0x7fff << 11)
0863 #define STB0899_OFFST_UWP_TH_SOF 11
0864 #define STB0899_WIDTH_UWP_TH_SOF 15
0865 #define STB0899_UWP_ESN0_QUANT (0xff << 3)
0866 #define STB0899_OFFST_UWP_ESN0_QUANT 3
0867 #define STB0899_WIDTH_UWP_ESN0_QUANT 8
0868 #define STB0899_UWP_ESN0_AVE (0x03 << 1)
0869 #define STB0899_OFFST_UWP_ESN0_AVE 1
0870 #define STB0899_WIDTH_UWP_ESN0_AVE 2
0871 #define STB0899_UWP_START (0x01 << 0)
0872 #define STB0899_OFFST_UWP_START 0
0873 #define STB0899_WIDTH_UWP_START 1
0874
0875 #define STB0899_OFF0_UWP_CNTRL2 0xf324
0876 #define STB0899_BASE_UWP_CNTRL2 0x00000400
0877 #define STB0899_UWP_MISS_TH (0xff << 16)
0878 #define STB0899_OFFST_UWP_MISS_TH 16
0879 #define STB0899_WIDTH_UWP_MISS_TH 8
0880 #define STB0899_FE_FINE_TRK (0xff << 8)
0881 #define STB0899_OFFST_FE_FINE_TRK 8
0882 #define STB0899_WIDTH_FE_FINE_TRK 8
0883 #define STB0899_FE_COARSE_TRK (0xff << 0)
0884 #define STB0899_OFFST_FE_COARSE_TRK 0
0885 #define STB0899_WIDTH_FE_COARSE_TRK 8
0886
0887 #define STB0899_OFF0_UWP_STAT1 0xf328
0888 #define STB0899_BASE_UWP_STAT1 0x00000400
0889 #define STB0899_UWP_STATE (0x03ff << 15)
0890 #define STB0899_OFFST_UWP_STATE 15
0891 #define STB0899_WIDTH_UWP_STATE 10
0892 #define STB0899_UW_MAX_PEAK (0x7fff << 0)
0893 #define STB0899_OFFST_UW_MAX_PEAK 0
0894 #define STB0899_WIDTH_UW_MAX_PEAK 15
0895
0896 #define STB0899_OFF0_UWP_STAT2 0xf32c
0897 #define STB0899_BASE_UWP_STAT2 0x00000400
0898 #define STB0899_ESNO_EST (0x07ffff << 7)
0899 #define STB0899_OFFST_ESN0_EST 7
0900 #define STB0899_WIDTH_ESN0_EST 19
0901 #define STB0899_UWP_DECODE_MOD (0x7f << 0)
0902 #define STB0899_OFFST_UWP_DECODE_MOD 0
0903 #define STB0899_WIDTH_UWP_DECODE_MOD 7
0904
0905 #define STB0899_OFF0_DMD_CORE_ID 0xf334
0906 #define STB0899_BASE_DMD_CORE_ID 0x00000400
0907 #define STB0899_CORE_ID (0xffffffff << 0)
0908 #define STB0899_OFFST_CORE_ID 0
0909 #define STB0899_WIDTH_CORE_ID 32
0910
0911 #define STB0899_OFF0_DMD_VERSION_ID 0xf33c
0912 #define STB0899_BASE_DMD_VERSION_ID 0x00000400
0913 #define STB0899_VERSION_ID (0xff << 0)
0914 #define STB0899_OFFST_VERSION_ID 0
0915 #define STB0899_WIDTH_VERSION_ID 8
0916
0917 #define STB0899_OFF0_DMD_STAT2 0xf340
0918 #define STB0899_BASE_DMD_STAT2 0x00000400
0919 #define STB0899_CSM_LOCK (0x01 << 1)
0920 #define STB0899_OFFST_CSM_LOCK 1
0921 #define STB0899_WIDTH_CSM_LOCK 1
0922 #define STB0899_UWP_LOCK (0x01 << 0)
0923 #define STB0899_OFFST_UWP_LOCK 0
0924 #define STB0899_WIDTH_UWP_LOCK 1
0925
0926 #define STB0899_OFF0_FREQ_ADJ_SCALE 0xf344
0927 #define STB0899_BASE_FREQ_ADJ_SCALE 0x00000400
0928 #define STB0899_FREQ_ADJ_SCALE (0x0fff << 0)
0929 #define STB0899_OFFST_FREQ_ADJ_SCALE 0
0930 #define STB0899_WIDTH_FREQ_ADJ_SCALE 12
0931
0932 #define STB0899_OFF0_UWP_CNTRL3 0xf34c
0933 #define STB0899_BASE_UWP_CNTRL3 0x00000400
0934 #define STB0899_UWP_TH_TRACK (0x7fff << 15)
0935 #define STB0899_OFFST_UWP_TH_TRACK 15
0936 #define STB0899_WIDTH_UWP_TH_TRACK 15
0937 #define STB0899_UWP_TH_ACQ (0x7fff << 0)
0938 #define STB0899_OFFST_UWP_TH_ACQ 0
0939 #define STB0899_WIDTH_UWP_TH_ACQ 15
0940
0941 #define STB0899_OFF0_SYM_CLK_SEL 0xf350
0942 #define STB0899_BASE_SYM_CLK_SEL 0x00000400
0943 #define STB0899_SYM_CLK_SEL (0x03 << 0)
0944 #define STB0899_OFFST_SYM_CLK_SEL 0
0945 #define STB0899_WIDTH_SYM_CLK_SEL 2
0946
0947 #define STB0899_OFF0_SOF_SRCH_TO 0xf354
0948 #define STB0899_BASE_SOF_SRCH_TO 0x00000400
0949 #define STB0899_SOF_SEARCH_TIMEOUT (0x3fffff << 0)
0950 #define STB0899_OFFST_SOF_SEARCH_TIMEOUT 0
0951 #define STB0899_WIDTH_SOF_SEARCH_TIMEOUT 22
0952
0953 #define STB0899_OFF0_ACQ_CNTRL1 0xf358
0954 #define STB0899_BASE_ACQ_CNTRL1 0x00000400
0955 #define STB0899_FE_FINE_ACQ (0xff << 8)
0956 #define STB0899_OFFST_FE_FINE_ACQ 8
0957 #define STB0899_WIDTH_FE_FINE_ACQ 8
0958 #define STB0899_FE_COARSE_ACQ (0xff << 0)
0959 #define STB0899_OFFST_FE_COARSE_ACQ 0
0960 #define STB0899_WIDTH_FE_COARSE_ACQ 8
0961
0962 #define STB0899_OFF0_ACQ_CNTRL2 0xf35c
0963 #define STB0899_BASE_ACQ_CNTRL2 0x00000400
0964 #define STB0899_ZIGZAG (0x01 << 25)
0965 #define STB0899_OFFST_ZIGZAG 25
0966 #define STB0899_WIDTH_ZIGZAG 1
0967 #define STB0899_NUM_STEPS (0xff << 17)
0968 #define STB0899_OFFST_NUM_STEPS 17
0969 #define STB0899_WIDTH_NUM_STEPS 8
0970 #define STB0899_FREQ_STEPSIZE (0x1ffff << 0)
0971 #define STB0899_OFFST_FREQ_STEPSIZE 0
0972 #define STB0899_WIDTH_FREQ_STEPSIZE 17
0973
0974 #define STB0899_OFF0_ACQ_CNTRL3 0xf360
0975 #define STB0899_BASE_ACQ_CNTRL3 0x00000400
0976 #define STB0899_THRESHOLD_SCL (0x3f << 23)
0977 #define STB0899_OFFST_THRESHOLD_SCL 23
0978 #define STB0899_WIDTH_THRESHOLD_SCL 6
0979 #define STB0899_UWP_TH_SRCH (0x7fff << 8)
0980 #define STB0899_OFFST_UWP_TH_SRCH 8
0981 #define STB0899_WIDTH_UWP_TH_SRCH 15
0982 #define STB0899_AUTO_REACQUIRE (0x01 << 7)
0983 #define STB0899_OFFST_AUTO_REACQUIRE 7
0984 #define STB0899_WIDTH_AUTO_REACQUIRE 1
0985 #define STB0899_TRACK_LOCK_SEL (0x01 << 6)
0986 #define STB0899_OFFST_TRACK_LOCK_SEL 6
0987 #define STB0899_WIDTH_TRACK_LOCK_SEL 1
0988 #define STB0899_ACQ_SEARCH_MODE (0x03 << 4)
0989 #define STB0899_OFFST_ACQ_SEARCH_MODE 4
0990 #define STB0899_WIDTH_ACQ_SEARCH_MODE 2
0991 #define STB0899_CONFIRM_FRAMES (0x0f << 0)
0992 #define STB0899_OFFST_CONFIRM_FRAMES 0
0993 #define STB0899_WIDTH_CONFIRM_FRAMES 4
0994
0995 #define STB0899_OFF0_FE_SETTLE 0xf364
0996 #define STB0899_BASE_FE_SETTLE 0x00000400
0997 #define STB0899_SETTLING_TIME (0x3fffff << 0)
0998 #define STB0899_OFFST_SETTLING_TIME 0
0999 #define STB0899_WIDTH_SETTLING_TIME 22
1000
1001 #define STB0899_OFF0_AC_DWELL 0xf368
1002 #define STB0899_BASE_AC_DWELL 0x00000400
1003 #define STB0899_DWELL_TIME (0x3fffff << 0)
1004 #define STB0899_OFFST_DWELL_TIME 0
1005 #define STB0899_WIDTH_DWELL_TIME 22
1006
1007 #define STB0899_OFF0_ACQUIRE_TRIG 0xf36c
1008 #define STB0899_BASE_ACQUIRE_TRIG 0x00000400
1009 #define STB0899_ACQUIRE (0x01 << 0)
1010 #define STB0899_OFFST_ACQUIRE 0
1011 #define STB0899_WIDTH_ACQUIRE 1
1012
1013 #define STB0899_OFF0_LOCK_LOST 0xf370
1014 #define STB0899_BASE_LOCK_LOST 0x00000400
1015 #define STB0899_LOCK_LOST (0x01 << 0)
1016 #define STB0899_OFFST_LOCK_LOST 0
1017 #define STB0899_WIDTH_LOCK_LOST 1
1018
1019 #define STB0899_OFF0_ACQ_STAT1 0xf374
1020 #define STB0899_BASE_ACQ_STAT1 0x00000400
1021 #define STB0899_STEP_FREQ (0x1fffff << 11)
1022 #define STB0899_OFFST_STEP_FREQ 11
1023 #define STB0899_WIDTH_STEP_FREQ 21
1024 #define STB0899_ACQ_STATE (0x07 << 8)
1025 #define STB0899_OFFST_ACQ_STATE 8
1026 #define STB0899_WIDTH_ACQ_STATE 3
1027 #define STB0899_UW_DETECT_COUNT (0xff << 0)
1028 #define STB0899_OFFST_UW_DETECT_COUNT 0
1029 #define STB0899_WIDTH_UW_DETECT_COUNT 8
1030
1031 #define STB0899_OFF0_ACQ_TIMEOUT 0xf378
1032 #define STB0899_BASE_ACQ_TIMEOUT 0x00000400
1033 #define STB0899_ACQ_TIMEOUT (0x3fffff << 0)
1034 #define STB0899_OFFST_ACQ_TIMEOUT 0
1035 #define STB0899_WIDTH_ACQ_TIMEOUT 22
1036
1037 #define STB0899_OFF0_ACQ_TIME 0xf37c
1038 #define STB0899_BASE_ACQ_TIME 0x00000400
1039 #define STB0899_ACQ_TIME_SYM (0xffffff << 0)
1040 #define STB0899_OFFST_ACQ_TIME_SYM 0
1041 #define STB0899_WIDTH_ACQ_TIME_SYM 24
1042
1043 #define STB0899_OFF0_FINAL_AGC_CNTRL 0xf308
1044 #define STB0899_BASE_FINAL_AGC_CNTRL 0x00000440
1045 #define STB0899_FINAL_GAIN_INIT (0x3fff << 12)
1046 #define STB0899_OFFST_FINAL_GAIN_INIT 12
1047 #define STB0899_WIDTH_FINAL_GAIN_INIT 14
1048 #define STB0899_FINAL_LOOP_GAIN (0x0f << 8)
1049 #define STB0899_OFFST_FINAL_LOOP_GAIN 8
1050 #define STB0899_WIDTH_FINAL_LOOP_GAIN 4
1051 #define STB0899_FINAL_LD_GAIN_INIT (0x01 << 7)
1052 #define STB0899_OFFST_FINAL_LD_GAIN_INIT 7
1053 #define STB0899_WIDTH_FINAL_LD_GAIN_INIT 1
1054 #define STB0899_FINAL_AGC_REF (0x7f << 0)
1055 #define STB0899_OFFST_FINAL_AGC_REF 0
1056 #define STB0899_WIDTH_FINAL_AGC_REF 7
1057
1058 #define STB0899_OFF0_FINAL_AGC_GAIN 0xf30c
1059 #define STB0899_BASE_FINAL_AGC_GAIN 0x00000440
1060 #define STB0899_FINAL_AGC_GAIN (0x3fff << 0)
1061 #define STB0899_OFFST_FINAL_AGC_GAIN 0
1062 #define STB0899_WIDTH_FINAL_AGC_GAIN 14
1063
1064 #define STB0899_OFF0_EQUALIZER_INIT 0xf310
1065 #define STB0899_BASE_EQUALIZER_INIT 0x00000440
1066 #define STB0899_EQ_SRST (0x01 << 1)
1067 #define STB0899_OFFST_EQ_SRST 1
1068 #define STB0899_WIDTH_EQ_SRST 1
1069 #define STB0899_EQ_INIT (0x01 << 0)
1070 #define STB0899_OFFST_EQ_INIT 0
1071 #define STB0899_WIDTH_EQ_INIT 1
1072
1073 #define STB0899_OFF0_EQ_CNTRL 0xf314
1074 #define STB0899_BASE_EQ_CNTRL 0x00000440
1075 #define STB0899_EQ_ADAPT_MODE (0x01 << 18)
1076 #define STB0899_OFFST_EQ_ADAPT_MODE 18
1077 #define STB0899_WIDTH_EQ_ADAPT_MODE 1
1078 #define STB0899_EQ_DELAY (0x0f << 14)
1079 #define STB0899_OFFST_EQ_DELAY 14
1080 #define STB0899_WIDTH_EQ_DELAY 4
1081 #define STB0899_EQ_QUANT_LEVEL (0xff << 6)
1082 #define STB0899_OFFST_EQ_QUANT_LEVEL 6
1083 #define STB0899_WIDTH_EQ_QUANT_LEVEL 8
1084 #define STB0899_EQ_DISABLE_UPDATE (0x01 << 5)
1085 #define STB0899_OFFST_EQ_DISABLE_UPDATE 5
1086 #define STB0899_WIDTH_EQ_DISABLE_UPDATE 1
1087 #define STB0899_EQ_BYPASS (0x01 << 4)
1088 #define STB0899_OFFST_EQ_BYPASS 4
1089 #define STB0899_WIDTH_EQ_BYPASS 1
1090 #define STB0899_EQ_SHIFT (0x0f << 0)
1091 #define STB0899_OFFST_EQ_SHIFT 0
1092 #define STB0899_WIDTH_EQ_SHIFT 4
1093
1094 #define STB0899_OFF0_EQ_I_INIT_COEFF_0 0xf320
1095 #define STB0899_OFF1_EQ_I_INIT_COEFF_1 0xf324
1096 #define STB0899_OFF2_EQ_I_INIT_COEFF_2 0xf328
1097 #define STB0899_OFF3_EQ_I_INIT_COEFF_3 0xf32c
1098 #define STB0899_OFF4_EQ_I_INIT_COEFF_4 0xf330
1099 #define STB0899_OFF5_EQ_I_INIT_COEFF_5 0xf334
1100 #define STB0899_OFF6_EQ_I_INIT_COEFF_6 0xf338
1101 #define STB0899_OFF7_EQ_I_INIT_COEFF_7 0xf33c
1102 #define STB0899_OFF8_EQ_I_INIT_COEFF_8 0xf340
1103 #define STB0899_OFF9_EQ_I_INIT_COEFF_9 0xf344
1104 #define STB0899_OFFa_EQ_I_INIT_COEFF_10 0xf348
1105 #define STB0899_BASE_EQ_I_INIT_COEFF_N 0x00000440
1106 #define STB0899_EQ_I_INIT_COEFF_N (0x0fff << 0)
1107 #define STB0899_OFFST_EQ_I_INIT_COEFF_N 0
1108 #define STB0899_WIDTH_EQ_I_INIT_COEFF_N 12
1109
1110 #define STB0899_OFF0_EQ_Q_INIT_COEFF_0 0xf350
1111 #define STB0899_OFF1_EQ_Q_INIT_COEFF_1 0xf354
1112 #define STB0899_OFF2_EQ_Q_INIT_COEFF_2 0xf358
1113 #define STB0899_OFF3_EQ_Q_INIT_COEFF_3 0xf35c
1114 #define STB0899_OFF4_EQ_Q_INIT_COEFF_4 0xf360
1115 #define STB0899_OFF5_EQ_Q_INIT_COEFF_5 0xf364
1116 #define STB0899_OFF6_EQ_Q_INIT_COEFF_6 0xf368
1117 #define STB0899_OFF7_EQ_Q_INIT_COEFF_7 0xf36c
1118 #define STB0899_OFF8_EQ_Q_INIT_COEFF_8 0xf370
1119 #define STB0899_OFF9_EQ_Q_INIT_COEFF_9 0xf374
1120 #define STB0899_OFFa_EQ_Q_INIT_COEFF_10 0xf378
1121 #define STB0899_BASE_EQ_Q_INIT_COEFF_N 0x00000440
1122 #define STB0899_EQ_Q_INIT_COEFF_N (0x0fff << 0)
1123 #define STB0899_OFFST_EQ_Q_INIT_COEFF_N 0
1124 #define STB0899_WIDTH_EQ_Q_INIT_COEFF_N 12
1125
1126 #define STB0899_OFF0_EQ_I_OUT_COEFF_0 0xf300
1127 #define STB0899_OFF1_EQ_I_OUT_COEFF_1 0xf304
1128 #define STB0899_OFF2_EQ_I_OUT_COEFF_2 0xf308
1129 #define STB0899_OFF3_EQ_I_OUT_COEFF_3 0xf30c
1130 #define STB0899_OFF4_EQ_I_OUT_COEFF_4 0xf310
1131 #define STB0899_OFF5_EQ_I_OUT_COEFF_5 0xf314
1132 #define STB0899_OFF6_EQ_I_OUT_COEFF_6 0xf318
1133 #define STB0899_OFF7_EQ_I_OUT_COEFF_7 0xf31c
1134 #define STB0899_OFF8_EQ_I_OUT_COEFF_8 0xf320
1135 #define STB0899_OFF9_EQ_I_OUT_COEFF_9 0xf324
1136 #define STB0899_OFFa_EQ_I_OUT_COEFF_10 0xf328
1137 #define STB0899_BASE_EQ_I_OUT_COEFF_N 0x00000460
1138 #define STB0899_EQ_I_OUT_COEFF_N (0x0fff << 0)
1139 #define STB0899_OFFST_EQ_I_OUT_COEFF_N 0
1140 #define STB0899_WIDTH_EQ_I_OUT_COEFF_N 12
1141
1142 #define STB0899_OFF0_EQ_Q_OUT_COEFF_0 0xf330
1143 #define STB0899_OFF1_EQ_Q_OUT_COEFF_1 0xf334
1144 #define STB0899_OFF2_EQ_Q_OUT_COEFF_2 0xf338
1145 #define STB0899_OFF3_EQ_Q_OUT_COEFF_3 0xf33c
1146 #define STB0899_OFF4_EQ_Q_OUT_COEFF_4 0xf340
1147 #define STB0899_OFF5_EQ_Q_OUT_COEFF_5 0xf344
1148 #define STB0899_OFF6_EQ_Q_OUT_COEFF_6 0xf348
1149 #define STB0899_OFF7_EQ_Q_OUT_COEFF_7 0xf34c
1150 #define STB0899_OFF8_EQ_Q_OUT_COEFF_8 0xf350
1151 #define STB0899_OFF9_EQ_Q_OUT_COEFF_9 0xf354
1152 #define STB0899_OFFa_EQ_Q_OUT_COEFF_10 0xf358
1153 #define STB0899_BASE_EQ_Q_OUT_COEFF_N 0x00000460
1154 #define STB0899_EQ_Q_OUT_COEFF_N (0x0fff << 0)
1155 #define STB0899_OFFST_EQ_Q_OUT_COEFF_N 0
1156 #define STB0899_WIDTH_EQ_Q_OUT_COEFF_N 12
1157
1158
1159 #define STB0899_OFF0_BLOCK_LNGTH 0xfa04
1160 #define STB0899_BASE_BLOCK_LNGTH 0x00000000
1161 #define STB0899_BLOCK_LENGTH (0xff << 0)
1162 #define STB0899_OFFST_BLOCK_LENGTH 0
1163 #define STB0899_WIDTH_BLOCK_LENGTH 8
1164
1165 #define STB0899_OFF0_ROW_STR 0xfa08
1166 #define STB0899_BASE_ROW_STR 0x00000000
1167 #define STB0899_ROW_STRIDE (0xff << 0)
1168 #define STB0899_OFFST_ROW_STRIDE 0
1169 #define STB0899_WIDTH_ROW_STRIDE 8
1170
1171 #define STB0899_OFF0_MAX_ITER 0xfa0c
1172 #define STB0899_BASE_MAX_ITER 0x00000000
1173 #define STB0899_MAX_ITERATIONS (0xff << 0)
1174 #define STB0899_OFFST_MAX_ITERATIONS 0
1175 #define STB0899_WIDTH_MAX_ITERATIONS 8
1176
1177 #define STB0899_OFF0_BN_END_ADDR 0xfa10
1178 #define STB0899_BASE_BN_END_ADDR 0x00000000
1179 #define STB0899_BN_END_ADDR (0x0fff << 0)
1180 #define STB0899_OFFST_BN_END_ADDR 0
1181 #define STB0899_WIDTH_BN_END_ADDR 12
1182
1183 #define STB0899_OFF0_CN_END_ADDR 0xfa14
1184 #define STB0899_BASE_CN_END_ADDR 0x00000000
1185 #define STB0899_CN_END_ADDR (0x0fff << 0)
1186 #define STB0899_OFFST_CN_END_ADDR 0
1187 #define STB0899_WIDTH_CN_END_ADDR 12
1188
1189 #define STB0899_OFF0_INFO_LENGTH 0xfa1c
1190 #define STB0899_BASE_INFO_LENGTH 0x00000000
1191 #define STB0899_INFO_LENGTH (0xff << 0)
1192 #define STB0899_OFFST_INFO_LENGTH 0
1193 #define STB0899_WIDTH_INFO_LENGTH 8
1194
1195 #define STB0899_OFF0_BOT_ADDR 0xfa20
1196 #define STB0899_BASE_BOT_ADDR 0x00000000
1197 #define STB0899_BOTTOM_BASE_ADDR (0x03ff << 0)
1198 #define STB0899_OFFST_BOTTOM_BASE_ADDR 0
1199 #define STB0899_WIDTH_BOTTOM_BASE_ADDR 10
1200
1201 #define STB0899_OFF0_BCH_BLK_LN 0xfa24
1202 #define STB0899_BASE_BCH_BLK_LN 0x00000000
1203 #define STB0899_BCH_BLOCK_LENGTH (0xffff << 0)
1204 #define STB0899_OFFST_BCH_BLOCK_LENGTH 0
1205 #define STB0899_WIDTH_BCH_BLOCK_LENGTH 16
1206
1207 #define STB0899_OFF0_BCH_T 0xfa28
1208 #define STB0899_BASE_BCH_T 0x00000000
1209 #define STB0899_BCH_T (0x0f << 0)
1210 #define STB0899_OFFST_BCH_T 0
1211 #define STB0899_WIDTH_BCH_T 4
1212
1213 #define STB0899_OFF0_CNFG_MODE 0xfa00
1214 #define STB0899_BASE_CNFG_MODE 0x00000800
1215 #define STB0899_MODCOD (0x1f << 2)
1216 #define STB0899_OFFST_MODCOD 2
1217 #define STB0899_WIDTH_MODCOD 5
1218 #define STB0899_MODCOD_SEL (0x01 << 1)
1219 #define STB0899_OFFST_MODCOD_SEL 1
1220 #define STB0899_WIDTH_MODCOD_SEL 1
1221 #define STB0899_CONFIG_MODE (0x01 << 0)
1222 #define STB0899_OFFST_CONFIG_MODE 0
1223 #define STB0899_WIDTH_CONFIG_MODE 1
1224
1225 #define STB0899_OFF0_LDPC_STAT 0xfa04
1226 #define STB0899_BASE_LDPC_STAT 0x00000800
1227 #define STB0899_ITERATION (0xff << 3)
1228 #define STB0899_OFFST_ITERATION 3
1229 #define STB0899_WIDTH_ITERATION 8
1230 #define STB0899_LDPC_DEC_STATE (0x07 << 0)
1231 #define STB0899_OFFST_LDPC_DEC_STATE 0
1232 #define STB0899_WIDTH_LDPC_DEC_STATE 3
1233
1234 #define STB0899_OFF0_ITER_SCALE 0xfa08
1235 #define STB0899_BASE_ITER_SCALE 0x00000800
1236 #define STB0899_ITERATION_SCALE (0xff << 0)
1237 #define STB0899_OFFST_ITERATION_SCALE 0
1238 #define STB0899_WIDTH_ITERATION_SCALE 8
1239
1240 #define STB0899_OFF0_INPUT_MODE 0xfa0c
1241 #define STB0899_BASE_INPUT_MODE 0x00000800
1242 #define STB0899_SD_BLOCK1_STREAM0 (0x01 << 0)
1243 #define STB0899_OFFST_SD_BLOCK1_STREAM0 0
1244 #define STB0899_WIDTH_SD_BLOCK1_STREAM0 1
1245
1246 #define STB0899_OFF0_LDPCDECRST 0xfa10
1247 #define STB0899_BASE_LDPCDECRST 0x00000800
1248 #define STB0899_LDPC_DEC_RST (0x01 << 0)
1249 #define STB0899_OFFST_LDPC_DEC_RST 0
1250 #define STB0899_WIDTH_LDPC_DEC_RST 1
1251
1252 #define STB0899_OFF0_CLK_PER_BYTE_RW 0xfa14
1253 #define STB0899_BASE_CLK_PER_BYTE_RW 0x00000800
1254 #define STB0899_CLKS_PER_BYTE (0x0f << 0)
1255 #define STB0899_OFFST_CLKS_PER_BYTE 0
1256 #define STB0899_WIDTH_CLKS_PER_BYTE 5
1257
1258 #define STB0899_OFF0_BCH_ERRORS 0xfa18
1259 #define STB0899_BASE_BCH_ERRORS 0x00000800
1260 #define STB0899_BCH_ERRORS (0x0f << 0)
1261 #define STB0899_OFFST_BCH_ERRORS 0
1262 #define STB0899_WIDTH_BCH_ERRORS 4
1263
1264 #define STB0899_OFF0_LDPC_ERRORS 0xfa1c
1265 #define STB0899_BASE_LDPC_ERRORS 0x00000800
1266 #define STB0899_LDPC_ERRORS (0xffff << 0)
1267 #define STB0899_OFFST_LDPC_ERRORS 0
1268 #define STB0899_WIDTH_LDPC_ERRORS 16
1269
1270 #define STB0899_OFF0_BCH_MODE 0xfa20
1271 #define STB0899_BASE_BCH_MODE 0x00000800
1272 #define STB0899_BCH_CORRECT_N (0x01 << 1)
1273 #define STB0899_OFFST_BCH_CORRECT_N 1
1274 #define STB0899_WIDTH_BCH_CORRECT_N 1
1275 #define STB0899_FULL_BYPASS (0x01 << 0)
1276 #define STB0899_OFFST_FULL_BYPASS 0
1277 #define STB0899_WIDTH_FULL_BYPASS 1
1278
1279 #define STB0899_OFF0_ERR_ACC_PER 0xfa24
1280 #define STB0899_BASE_ERR_ACC_PER 0x00000800
1281 #define STB0899_BCH_ERR_ACC_PERIOD (0x0f << 0)
1282 #define STB0899_OFFST_BCH_ERR_ACC_PERIOD 0
1283 #define STB0899_WIDTH_BCH_ERR_ACC_PERIOD 4
1284
1285 #define STB0899_OFF0_BCH_ERR_ACC 0xfa28
1286 #define STB0899_BASE_BCH_ERR_ACC 0x00000800
1287 #define STB0899_BCH_ERR_ACCUM (0xff << 0)
1288 #define STB0899_OFFST_BCH_ERR_ACCUM 0
1289 #define STB0899_WIDTH_BCH_ERR_ACCUM 8
1290
1291 #define STB0899_OFF0_FEC_CORE_ID_REG 0xfa2c
1292 #define STB0899_BASE_FEC_CORE_ID_REG 0x00000800
1293 #define STB0899_FEC_CORE_ID (0xffffffff << 0)
1294 #define STB0899_OFFST_FEC_CORE_ID 0
1295 #define STB0899_WIDTH_FEC_CORE_ID 32
1296
1297 #define STB0899_OFF0_FEC_VER_ID_REG 0xfa34
1298 #define STB0899_BASE_FEC_VER_ID_REG 0x00000800
1299 #define STB0899_FEC_VER_ID (0xff << 0)
1300 #define STB0899_OFFST_FEC_VER_ID 0
1301 #define STB0899_WIDTH_FEC_VER_ID 8
1302
1303 #define STB0899_OFF0_FEC_TP_SEL 0xfa38
1304 #define STB0899_BASE_FEC_TP_SEL 0x00000800
1305
1306 #define STB0899_OFF0_CSM_CNTRL1 0xf310
1307 #define STB0899_BASE_CSM_CNTRL1 0x00000400
1308 #define STB0899_CSM_FORCE_FREQLOCK (0x01 << 19)
1309 #define STB0899_OFFST_CSM_FORCE_FREQLOCK 19
1310 #define STB0899_WIDTH_CSM_FORCE_FREQLOCK 1
1311 #define STB0899_CSM_FREQ_LOCKSTATE (0x01 << 18)
1312 #define STB0899_OFFST_CSM_FREQ_LOCKSTATE 18
1313 #define STB0899_WIDTH_CSM_FREQ_LOCKSTATE 1
1314 #define STB0899_CSM_AUTO_PARAM (0x01 << 17)
1315 #define STB0899_OFFST_CSM_AUTO_PARAM 17
1316 #define STB0899_WIDTH_CSM_AUTO_PARAM 1
1317 #define STB0899_FE_LOOP_SHIFT (0x07 << 14)
1318 #define STB0899_OFFST_FE_LOOP_SHIFT 14
1319 #define STB0899_WIDTH_FE_LOOP_SHIFT 3
1320 #define STB0899_CSM_AGC_SHIFT (0x07 << 11)
1321 #define STB0899_OFFST_CSM_AGC_SHIFT 11
1322 #define STB0899_WIDTH_CSM_AGC_SHIFT 3
1323 #define STB0899_CSM_AGC_GAIN (0x1ff << 2)
1324 #define STB0899_OFFST_CSM_AGC_GAIN 2
1325 #define STB0899_WIDTH_CSM_AGC_GAIN 9
1326 #define STB0899_CSM_TWO_PASS (0x01 << 1)
1327 #define STB0899_OFFST_CSM_TWO_PASS 1
1328 #define STB0899_WIDTH_CSM_TWO_PASS 1
1329 #define STB0899_CSM_DVT_TABLE (0x01 << 0)
1330 #define STB0899_OFFST_CSM_DVT_TABLE 0
1331 #define STB0899_WIDTH_CSM_DVT_TABLE 1
1332
1333 #define STB0899_OFF0_CSM_CNTRL2 0xf314
1334 #define STB0899_BASE_CSM_CNTRL2 0x00000400
1335 #define STB0899_CSM_GAMMA_RHO_ACQ (0x1ff << 9)
1336 #define STB0899_OFFST_CSM_GAMMA_RHOACQ 9
1337 #define STB0899_WIDTH_CSM_GAMMA_RHOACQ 9
1338 #define STB0899_CSM_GAMMA_ACQ (0x1ff << 0)
1339 #define STB0899_OFFST_CSM_GAMMA_ACQ 0
1340 #define STB0899_WIDTH_CSM_GAMMA_ACQ 9
1341
1342 #define STB0899_OFF0_CSM_CNTRL3 0xf318
1343 #define STB0899_BASE_CSM_CNTRL3 0x00000400
1344 #define STB0899_CSM_GAMMA_RHO_TRACK (0x1ff << 9)
1345 #define STB0899_OFFST_CSM_GAMMA_RHOTRACK 9
1346 #define STB0899_WIDTH_CSM_GAMMA_RHOTRACK 9
1347 #define STB0899_CSM_GAMMA_TRACK (0x1ff << 0)
1348 #define STB0899_OFFST_CSM_GAMMA_TRACK 0
1349 #define STB0899_WIDTH_CSM_GAMMA_TRACK 9
1350
1351 #define STB0899_OFF0_CSM_CNTRL4 0xf31c
1352 #define STB0899_BASE_CSM_CNTRL4 0x00000400
1353 #define STB0899_CSM_PHASEDIFF_THRESH (0x0f << 8)
1354 #define STB0899_OFFST_CSM_PHASEDIFF_THRESH 8
1355 #define STB0899_WIDTH_CSM_PHASEDIFF_THRESH 4
1356 #define STB0899_CSM_LOCKCOUNT_THRESH (0xff << 0)
1357 #define STB0899_OFFST_CSM_LOCKCOUNT_THRESH 0
1358 #define STB0899_WIDTH_CSM_LOCKCOUNT_THRESH 8
1359
1360
1361 #define STB0899_ERRCTRL1 0xf574
1362 #define STB0899_ERRCTRL2 0xf575
1363 #define STB0899_ERRCTRL3 0xf576
1364 #define STB0899_ERR_SRC_S1 (0x1f << 3)
1365 #define STB0899_OFFST_ERR_SRC_S1 3
1366 #define STB0899_WIDTH_ERR_SRC_S1 5
1367 #define STB0899_ERR_SRC_S2 (0x0f << 0)
1368 #define STB0899_OFFST_ERR_SRC_S2 0
1369 #define STB0899_WIDTH_ERR_SRC_S2 4
1370 #define STB0899_NOE (0x07 << 0)
1371 #define STB0899_OFFST_NOE 0
1372 #define STB0899_WIDTH_NOE 3
1373
1374 #define STB0899_ECNT1M 0xf524
1375 #define STB0899_ECNT1L 0xf525
1376 #define STB0899_ECNT2M 0xf526
1377 #define STB0899_ECNT2L 0xf527
1378 #define STB0899_ECNT3M 0xf528
1379 #define STB0899_ECNT3L 0xf529
1380
1381 #define STB0899_DMONMSK1 0xf57b
1382 #define STB0899_DMONMSK1_WAIT_1STEP (1 << 7)
1383 #define STB0899_DMONMSK1_FREE_14 (1 << 6)
1384 #define STB0899_DMONMSK1_AVRGVIT_CALC (1 << 5)
1385 #define STB0899_DMONMSK1_FREE_12 (1 << 4)
1386 #define STB0899_DMONMSK1_FREE_11 (1 << 3)
1387 #define STB0899_DMONMSK1_B0DIV_CALC (1 << 2)
1388 #define STB0899_DMONMSK1_KDIVB1_CALC (1 << 1)
1389 #define STB0899_DMONMSK1_KDIVB2_CALC (1 << 0)
1390
1391 #define STB0899_DMONMSK0 0xf57c
1392 #define STB0899_DMONMSK0_SMOTTH_CALC (1 << 7)
1393 #define STB0899_DMONMSK0_FREE_6 (1 << 6)
1394 #define STB0899_DMONMSK0_SIGPOWER_CALC (1 << 5)
1395 #define STB0899_DMONMSK0_QSEUIL_CALC (1 << 4)
1396 #define STB0899_DMONMSK0_FREE_3 (1 << 3)
1397 #define STB0899_DMONMSK0_FREE_2 (1 << 2)
1398 #define STB0899_DMONMSK0_KVDIVB1_CALC (1 << 1)
1399 #define STB0899_DMONMSK0_KVDIVB2_CALC (1 << 0)
1400
1401 #define STB0899_TSULC 0xf549
1402 #define STB0899_ULNOSYNCBYTES (0x01 << 7)
1403 #define STB0899_OFFST_ULNOSYNCBYTES 7
1404 #define STB0899_WIDTH_ULNOSYNCBYTES 1
1405 #define STB0899_ULPARITY_ON (0x01 << 6)
1406 #define STB0899_OFFST_ULPARITY_ON 6
1407 #define STB0899_WIDTH_ULPARITY_ON 1
1408 #define STB0899_ULSYNCOUTRS (0x01 << 5)
1409 #define STB0899_OFFST_ULSYNCOUTRS 5
1410 #define STB0899_WIDTH_ULSYNCOUTRS 1
1411 #define STB0899_ULDSS_PACKETS (0x01 << 0)
1412 #define STB0899_OFFST_ULDSS_PACKETS 0
1413 #define STB0899_WIDTH_ULDSS_PACKETS 1
1414
1415 #define STB0899_TSLPL 0xf54b
1416 #define STB0899_LLDVBS2_MODE (0x01 << 4)
1417 #define STB0899_OFFST_LLDVBS2_MODE 4
1418 #define STB0899_WIDTH_LLDVBS2_MODE 1
1419 #define STB0899_LLISSYI_ON (0x01 << 3)
1420 #define STB0899_OFFST_LLISSYI_ON 3
1421 #define STB0899_WIDTH_LLISSYI_ON 1
1422 #define STB0899_LLNPD_ON (0x01 << 2)
1423 #define STB0899_OFFST_LLNPD_ON 2
1424 #define STB0899_WIDTH_LLNPD_ON 1
1425 #define STB0899_LLCRC8_ON (0x01 << 1)
1426 #define STB0899_OFFST_LLCRC8_ON 1
1427 #define STB0899_WIDTH_LLCRC8_ON 1
1428
1429 #define STB0899_TSCFGH 0xf54c
1430 #define STB0899_OUTRS_PS (0x01 << 6)
1431 #define STB0899_OFFST_OUTRS_PS 6
1432 #define STB0899_WIDTH_OUTRS_PS 1
1433 #define STB0899_SYNCBYTE (0x01 << 5)
1434 #define STB0899_OFFST_SYNCBYTE 5
1435 #define STB0899_WIDTH_SYNCBYTE 1
1436 #define STB0899_PFBIT (0x01 << 4)
1437 #define STB0899_OFFST_PFBIT 4
1438 #define STB0899_WIDTH_PFBIT 1
1439 #define STB0899_ERR_BIT (0x01 << 3)
1440 #define STB0899_OFFST_ERR_BIT 3
1441 #define STB0899_WIDTH_ERR_BIT 1
1442 #define STB0899_MPEG (0x01 << 2)
1443 #define STB0899_OFFST_MPEG 2
1444 #define STB0899_WIDTH_MPEG 1
1445 #define STB0899_CLK_POL (0x01 << 1)
1446 #define STB0899_OFFST_CLK_POL 1
1447 #define STB0899_WIDTH_CLK_POL 1
1448 #define STB0899_FORCE0 (0x01 << 0)
1449 #define STB0899_OFFST_FORCE0 0
1450 #define STB0899_WIDTH_FORCE0 1
1451
1452 #define STB0899_TSCFGM 0xf54d
1453 #define STB0899_LLPRIORITY (0x01 << 3)
1454 #define STB0899_OFFST_LLPRIORIY 3
1455 #define STB0899_WIDTH_LLPRIORITY 1
1456 #define STB0899_EN188 (0x01 << 2)
1457 #define STB0899_OFFST_EN188 2
1458 #define STB0899_WIDTH_EN188 1
1459
1460 #define STB0899_TSCFGL 0xf54e
1461 #define STB0899_DEL_ERRPCK (0x01 << 7)
1462 #define STB0899_OFFST_DEL_ERRPCK 7
1463 #define STB0899_WIDTH_DEL_ERRPCK 1
1464 #define STB0899_ERRFLAGSTD (0x01 << 5)
1465 #define STB0899_OFFST_ERRFLAGSTD 5
1466 #define STB0899_WIDTH_ERRFLAGSTD 1
1467 #define STB0899_MPEGERR (0x01 << 4)
1468 #define STB0899_OFFST_MPEGERR 4
1469 #define STB0899_WIDTH_MPEGERR 1
1470 #define STB0899_BCH_CHK (0x01 << 3)
1471 #define STB0899_OFFST_BCH_CHK 5
1472 #define STB0899_WIDTH_BCH_CHK 1
1473 #define STB0899_CRC8CHK (0x01 << 2)
1474 #define STB0899_OFFST_CRC8CHK 2
1475 #define STB0899_WIDTH_CRC8CHK 1
1476 #define STB0899_SPEC_INFO (0x01 << 1)
1477 #define STB0899_OFFST_SPEC_INFO 1
1478 #define STB0899_WIDTH_SPEC_INFO 1
1479 #define STB0899_LOW_PRIO_CLK (0x01 << 0)
1480 #define STB0899_OFFST_LOW_PRIO_CLK 0
1481 #define STB0899_WIDTH_LOW_PRIO_CLK 1
1482 #define STB0899_ERROR_NORM (0x00 << 0)
1483 #define STB0899_OFFST_ERROR_NORM 0
1484 #define STB0899_WIDTH_ERROR_NORM 0
1485
1486 #define STB0899_TSOUT 0xf54f
1487 #define STB0899_RSSYNCDEL 0xf550
1488 #define STB0899_TSINHDELH 0xf551
1489 #define STB0899_TSINHDELM 0xf552
1490 #define STB0899_TSINHDELL 0xf553
1491 #define STB0899_TSLLSTKM 0xf55a
1492 #define STB0899_TSLLSTKL 0xf55b
1493 #define STB0899_TSULSTKM 0xf55c
1494 #define STB0899_TSULSTKL 0xf55d
1495 #define STB0899_TSSTATUS 0xf561
1496
1497 #define STB0899_PDELCTRL 0xf600
1498 #define STB0899_INVERT_RES (0x01 << 7)
1499 #define STB0899_OFFST_INVERT_RES 7
1500 #define STB0899_WIDTH_INVERT_RES 1
1501 #define STB0899_FORCE_ACCEPTED (0x01 << 6)
1502 #define STB0899_OFFST_FORCE_ACCEPTED 6
1503 #define STB0899_WIDTH_FORCE_ACCEPTED 1
1504 #define STB0899_FILTER_EN (0x01 << 5)
1505 #define STB0899_OFFST_FILTER_EN 5
1506 #define STB0899_WIDTH_FILTER_EN 1
1507 #define STB0899_LOCKFALL_THRESH (0x01 << 4)
1508 #define STB0899_OFFST_LOCKFALL_THRESH 4
1509 #define STB0899_WIDTH_LOCKFALL_THRESH 1
1510 #define STB0899_HYST_EN (0x01 << 3)
1511 #define STB0899_OFFST_HYST_EN 3
1512 #define STB0899_WIDTH_HYST_EN 1
1513 #define STB0899_HYST_SWRST (0x01 << 2)
1514 #define STB0899_OFFST_HYST_SWRST 2
1515 #define STB0899_WIDTH_HYST_SWRST 1
1516 #define STB0899_ALGO_EN (0x01 << 1)
1517 #define STB0899_OFFST_ALGO_EN 1
1518 #define STB0899_WIDTH_ALGO_EN 1
1519 #define STB0899_ALGO_SWRST (0x01 << 0)
1520 #define STB0899_OFFST_ALGO_SWRST 0
1521 #define STB0899_WIDTH_ALGO_SWRST 1
1522
1523 #define STB0899_PDELCTRL2 0xf601
1524 #define STB0899_BBHCTRL1 0xf602
1525 #define STB0899_BBHCTRL2 0xf603
1526 #define STB0899_HYSTTHRESH 0xf604
1527
1528 #define STB0899_MATCSTM 0xf605
1529 #define STB0899_MATCSTL 0xf606
1530 #define STB0899_UPLCSTM 0xf607
1531 #define STB0899_UPLCSTL 0xf608
1532 #define STB0899_DFLCSTM 0xf609
1533 #define STB0899_DFLCSTL 0xf60a
1534 #define STB0899_SYNCCST 0xf60b
1535 #define STB0899_SYNCDCSTM 0xf60c
1536 #define STB0899_SYNCDCSTL 0xf60d
1537 #define STB0899_ISI_ENTRY 0xf60e
1538 #define STB0899_ISI_BIT_EN 0xf60f
1539 #define STB0899_MATSTRM 0xf610
1540 #define STB0899_MATSTRL 0xf611
1541 #define STB0899_UPLSTRM 0xf612
1542 #define STB0899_UPLSTRL 0xf613
1543 #define STB0899_DFLSTRM 0xf614
1544 #define STB0899_DFLSTRL 0xf615
1545 #define STB0899_SYNCSTR 0xf616
1546 #define STB0899_SYNCDSTRM 0xf617
1547 #define STB0899_SYNCDSTRL 0xf618
1548
1549 #define STB0899_CFGPDELSTATUS1 0xf619
1550 #define STB0899_BADDFL (0x01 << 6)
1551 #define STB0899_OFFST_BADDFL 6
1552 #define STB0899_WIDTH_BADDFL 1
1553 #define STB0899_CONTINUOUS_STREAM (0x01 << 5)
1554 #define STB0899_OFFST_CONTINUOUS_STREAM 5
1555 #define STB0899_WIDTH_CONTINUOUS_STREAM 1
1556 #define STB0899_ACCEPTED_STREAM (0x01 << 4)
1557 #define STB0899_OFFST_ACCEPTED_STREAM 4
1558 #define STB0899_WIDTH_ACCEPTED_STREAM 1
1559 #define STB0899_BCH_ERRFLAG (0x01 << 3)
1560 #define STB0899_OFFST_BCH_ERRFLAG 3
1561 #define STB0899_WIDTH_BCH_ERRFLAG 1
1562 #define STB0899_CRCRES (0x01 << 2)
1563 #define STB0899_OFFST_CRCRES 2
1564 #define STB0899_WIDTH_CRCRES 1
1565 #define STB0899_CFGPDELSTATUS_LOCK (0x01 << 1)
1566 #define STB0899_OFFST_CFGPDELSTATUS_LOCK 1
1567 #define STB0899_WIDTH_CFGPDELSTATUS_LOCK 1
1568 #define STB0899_1STLOCK (0x01 << 0)
1569 #define STB0899_OFFST_1STLOCK 0
1570 #define STB0899_WIDTH_1STLOCK 1
1571
1572 #define STB0899_CFGPDELSTATUS2 0xf61a
1573 #define STB0899_BBFERRORM 0xf61b
1574 #define STB0899_BBFERRORL 0xf61c
1575 #define STB0899_UPKTERRORM 0xf61d
1576 #define STB0899_UPKTERRORL 0xf61e
1577
1578 #define STB0899_TSTCK 0xff10
1579
1580 #define STB0899_TSTRES 0xff11
1581 #define STB0899_FRESLDPC (0x01 << 7)
1582 #define STB0899_OFFST_FRESLDPC 7
1583 #define STB0899_WIDTH_FRESLDPC 1
1584 #define STB0899_FRESRS (0x01 << 6)
1585 #define STB0899_OFFST_FRESRS 6
1586 #define STB0899_WIDTH_FRESRS 1
1587 #define STB0899_FRESVIT (0x01 << 5)
1588 #define STB0899_OFFST_FRESVIT 5
1589 #define STB0899_WIDTH_FRESVIT 1
1590 #define STB0899_FRESMAS1_2 (0x01 << 4)
1591 #define STB0899_OFFST_FRESMAS1_2 4
1592 #define STB0899_WIDTH_FRESMAS1_2 1
1593 #define STB0899_FRESACS (0x01 << 3)
1594 #define STB0899_OFFST_FRESACS 3
1595 #define STB0899_WIDTH_FRESACS 1
1596 #define STB0899_FRESSYM (0x01 << 2)
1597 #define STB0899_OFFST_FRESSYM 2
1598 #define STB0899_WIDTH_FRESSYM 1
1599 #define STB0899_FRESMAS (0x01 << 1)
1600 #define STB0899_OFFST_FRESMAS 1
1601 #define STB0899_WIDTH_FRESMAS 1
1602 #define STB0899_FRESINT (0x01 << 0)
1603 #define STB0899_OFFST_FRESINIT 0
1604 #define STB0899_WIDTH_FRESINIT 1
1605
1606 #define STB0899_TSTOUT 0xff12
1607 #define STB0899_EN_SIGNATURE (0x01 << 7)
1608 #define STB0899_OFFST_EN_SIGNATURE 7
1609 #define STB0899_WIDTH_EN_SIGNATURE 1
1610 #define STB0899_BCLK_CLK (0x01 << 6)
1611 #define STB0899_OFFST_BCLK_CLK 6
1612 #define STB0899_WIDTH_BCLK_CLK 1
1613 #define STB0899_SGNL_OUT (0x01 << 5)
1614 #define STB0899_OFFST_SGNL_OUT 5
1615 #define STB0899_WIDTH_SGNL_OUT 1
1616 #define STB0899_TS (0x01 << 4)
1617 #define STB0899_OFFST_TS 4
1618 #define STB0899_WIDTH_TS 1
1619 #define STB0899_CTEST (0x01 << 0)
1620 #define STB0899_OFFST_CTEST 0
1621 #define STB0899_WIDTH_CTEST 1
1622
1623 #define STB0899_TSTIN 0xff13
1624 #define STB0899_TEST_IN (0x01 << 7)
1625 #define STB0899_OFFST_TEST_IN 7
1626 #define STB0899_WIDTH_TEST_IN 1
1627 #define STB0899_EN_ADC (0x01 << 6)
1628 #define STB0899_OFFST_EN_ADC 6
1629 #define STB0899_WIDTH_ENADC 1
1630 #define STB0899_SGN_ADC (0x01 << 5)
1631 #define STB0899_OFFST_SGN_ADC 5
1632 #define STB0899_WIDTH_SGN_ADC 1
1633 #define STB0899_BCLK_IN (0x01 << 4)
1634 #define STB0899_OFFST_BCLK_IN 4
1635 #define STB0899_WIDTH_BCLK_IN 1
1636 #define STB0899_JETONIN_MODE (0x01 << 3)
1637 #define STB0899_OFFST_JETONIN_MODE 3
1638 #define STB0899_WIDTH_JETONIN_MODE 1
1639 #define STB0899_BCLK_VALUE (0x01 << 2)
1640 #define STB0899_OFFST_BCLK_VALUE 2
1641 #define STB0899_WIDTH_BCLK_VALUE 1
1642 #define STB0899_SGNRST_T12 (0x01 << 1)
1643 #define STB0899_OFFST_SGNRST_T12 1
1644 #define STB0899_WIDTH_SGNRST_T12 1
1645 #define STB0899_LOWSP_ENAX (0x01 << 0)
1646 #define STB0899_OFFST_LOWSP_ENAX 0
1647 #define STB0899_WIDTH_LOWSP_ENAX 1
1648
1649 #define STB0899_TSTSYS 0xff14
1650 #define STB0899_TSTCHIP 0xff15
1651 #define STB0899_TSTFREE 0xff16
1652 #define STB0899_TSTI2C 0xff17
1653 #define STB0899_BITSPEEDM 0xff1c
1654 #define STB0899_BITSPEEDL 0xff1d
1655 #define STB0899_TBUSBIT 0xff1e
1656 #define STB0899_TSTDIS 0xff24
1657 #define STB0899_TSTDISRX 0xff25
1658 #define STB0899_TSTJETON 0xff28
1659 #define STB0899_TSTDCADJ 0xff40
1660 #define STB0899_TSTAGC1 0xff41
1661 #define STB0899_TSTAGC1N 0xff42
1662 #define STB0899_TSTPOLYPH 0xff48
1663 #define STB0899_TSTR 0xff49
1664 #define STB0899_TSTAGC2 0xff4a
1665 #define STB0899_TSTCTL1 0xff4b
1666 #define STB0899_TSTCTL2 0xff4c
1667 #define STB0899_TSTCTL3 0xff4d
1668 #define STB0899_TSTDEMAP 0xff50
1669 #define STB0899_TSTDEMAP2 0xff51
1670 #define STB0899_TSTDEMMON 0xff52
1671 #define STB0899_TSTRATE 0xff53
1672 #define STB0899_TSTSELOUT 0xff54
1673 #define STB0899_TSYNC 0xff55
1674 #define STB0899_TSTERR 0xff56
1675 #define STB0899_TSTRAM1 0xff58
1676 #define STB0899_TSTVSELOUT 0xff59
1677 #define STB0899_TSTFORCEIN 0xff5a
1678 #define STB0899_TSTRS1 0xff5c
1679 #define STB0899_TSTRS2 0xff5d
1680 #define STB0899_TSTRS3 0xff53
1681
1682 #define STB0899_INTBUFSTATUS 0xf200
1683 #define STB0899_INTBUFCTRL 0xf201
1684 #define STB0899_PCKLENUL 0xf55e
1685 #define STB0899_PCKLENLL 0xf55f
1686 #define STB0899_RSPCKLEN 0xf560
1687
1688
1689 #define STB0899_SYNCDCST 0xf60c
1690
1691
1692 #define STB0899_DISCNTRL1 0xf0a0
1693 #define STB0899_TIMOFF (0x01 << 7)
1694 #define STB0899_OFFST_TIMOFF 7
1695 #define STB0899_WIDTH_TIMOFF 1
1696 #define STB0899_DISEQCRESET (0x01 << 6)
1697 #define STB0899_OFFST_DISEQCRESET 6
1698 #define STB0899_WIDTH_DISEQCRESET 1
1699 #define STB0899_TIMCMD (0x03 << 4)
1700 #define STB0899_OFFST_TIMCMD 4
1701 #define STB0899_WIDTH_TIMCMD 2
1702 #define STB0899_DISPRECHARGE (0x01 << 2)
1703 #define STB0899_OFFST_DISPRECHARGE 2
1704 #define STB0899_WIDTH_DISPRECHARGE 1
1705 #define STB0899_DISEQCMODE (0x03 << 0)
1706 #define STB0899_OFFST_DISEQCMODE 0
1707 #define STB0899_WIDTH_DISEQCMODE 2
1708
1709 #define STB0899_DISCNTRL2 0xf0a1
1710 #define STB0899_RECEIVER_ON (0x01 << 7)
1711 #define STB0899_OFFST_RECEIVER_ON 7
1712 #define STB0899_WIDTH_RECEIVER_ON 1
1713 #define STB0899_IGNO_SHORT_22K (0x01 << 6)
1714 #define STB0899_OFFST_IGNO_SHORT_22K 6
1715 #define STB0899_WIDTH_IGNO_SHORT_22K 1
1716 #define STB0899_ONECHIP_TRX (0x01 << 5)
1717 #define STB0899_OFFST_ONECHIP_TRX 5
1718 #define STB0899_WIDTH_ONECHIP_TRX 1
1719 #define STB0899_EXT_ENVELOP (0x01 << 4)
1720 #define STB0899_OFFST_EXT_ENVELOP 4
1721 #define STB0899_WIDTH_EXT_ENVELOP 1
1722 #define STB0899_PIN_SELECT (0x03 << 2)
1723 #define STB0899_OFFST_PIN_SELCT 2
1724 #define STB0899_WIDTH_PIN_SELCT 2
1725 #define STB0899_IRQ_RXEND (0x01 << 1)
1726 #define STB0899_OFFST_IRQ_RXEND 1
1727 #define STB0899_WIDTH_IRQ_RXEND 1
1728 #define STB0899_IRQ_4NBYTES (0x01 << 0)
1729 #define STB0899_OFFST_IRQ_4NBYTES 0
1730 #define STB0899_WIDTH_IRQ_4NBYTES 1
1731
1732 #define STB0899_DISRX_ST0 0xf0a4
1733 #define STB0899_RXEND (0x01 << 7)
1734 #define STB0899_OFFST_RXEND 7
1735 #define STB0899_WIDTH_RXEND 1
1736 #define STB0899_RXACTIVE (0x01 << 6)
1737 #define STB0899_OFFST_RXACTIVE 6
1738 #define STB0899_WIDTH_RXACTIVE 1
1739 #define STB0899_SHORT22K (0x01 << 5)
1740 #define STB0899_OFFST_SHORT22K 5
1741 #define STB0899_WIDTH_SHORT22K 1
1742 #define STB0899_CONTTONE (0x01 << 4)
1743 #define STB0899_OFFST_CONTTONE 4
1744 #define STB0899_WIDTH_CONTONE 1
1745 #define STB0899_4BFIFOREDY (0x01 << 3)
1746 #define STB0899_OFFST_4BFIFOREDY 3
1747 #define STB0899_WIDTH_4BFIFOREDY 1
1748 #define STB0899_FIFOEMPTY (0x01 << 2)
1749 #define STB0899_OFFST_FIFOEMPTY 2
1750 #define STB0899_WIDTH_FIFOEMPTY 1
1751 #define STB0899_ABORTTRX (0x01 << 0)
1752 #define STB0899_OFFST_ABORTTRX 0
1753 #define STB0899_WIDTH_ABORTTRX 1
1754
1755 #define STB0899_DISRX_ST1 0xf0a5
1756 #define STB0899_RXFAIL (0x01 << 7)
1757 #define STB0899_OFFST_RXFAIL 7
1758 #define STB0899_WIDTH_RXFAIL 1
1759 #define STB0899_FIFOPFAIL (0x01 << 6)
1760 #define STB0899_OFFST_FIFOPFAIL 6
1761 #define STB0899_WIDTH_FIFOPFAIL 1
1762 #define STB0899_RXNONBYTES (0x01 << 5)
1763 #define STB0899_OFFST_RXNONBYTES 5
1764 #define STB0899_WIDTH_RXNONBYTES 1
1765 #define STB0899_FIFOOVF (0x01 << 4)
1766 #define STB0899_OFFST_FIFOOVF 4
1767 #define STB0899_WIDTH_FIFOOVF 1
1768 #define STB0899_FIFOBYTENBR (0x0f << 0)
1769 #define STB0899_OFFST_FIFOBYTENBR 0
1770 #define STB0899_WIDTH_FIFOBYTENBR 4
1771
1772 #define STB0899_DISPARITY 0xf0a6
1773
1774 #define STB0899_DISFIFO 0xf0a7
1775
1776 #define STB0899_DISSTATUS 0xf0a8
1777 #define STB0899_FIFOFULL (0x01 << 6)
1778 #define STB0899_OFFST_FIFOFULL 6
1779 #define STB0899_WIDTH_FIFOFULL 1
1780 #define STB0899_TXIDLE (0x01 << 5)
1781 #define STB0899_OFFST_TXIDLE 5
1782 #define STB0899_WIDTH_TXIDLE 1
1783 #define STB0899_GAPBURST (0x01 << 4)
1784 #define STB0899_OFFST_GAPBURST 4
1785 #define STB0899_WIDTH_GAPBURST 1
1786 #define STB0899_TXFIFOBYTES (0x0f << 0)
1787 #define STB0899_OFFST_TXFIFOBYTES 0
1788 #define STB0899_WIDTH_TXFIFOBYTES 4
1789 #define STB0899_DISF22 0xf0a9
1790
1791 #define STB0899_DISF22RX 0xf0aa
1792
1793
1794 #define STB0899_SYSREG 0xf101
1795 #define STB0899_ACRPRESC 0xf110
1796 #define STB0899_OFFST_RSVD2 7
1797 #define STB0899_WIDTH_RSVD2 1
1798 #define STB0899_OFFST_ACRPRESC 4
1799 #define STB0899_WIDTH_ACRPRESC 3
1800 #define STB0899_OFFST_RSVD1 3
1801 #define STB0899_WIDTH_RSVD1 1
1802 #define STB0899_OFFST_ACRPRESC2 0
1803 #define STB0899_WIDTH_ACRPRESC2 3
1804
1805 #define STB0899_ACRDIV1 0xf111
1806 #define STB0899_ACRDIV2 0xf112
1807 #define STB0899_DACR1 0xf113
1808 #define STB0899_DACR2 0xf114
1809 #define STB0899_OUTCFG 0xf11c
1810 #define STB0899_MODECFG 0xf11d
1811 #define STB0899_NCOARSE 0xf1b3
1812
1813 #define STB0899_SYNTCTRL 0xf1b6
1814 #define STB0899_STANDBY (0x01 << 7)
1815 #define STB0899_OFFST_STANDBY 7
1816 #define STB0899_WIDTH_STANDBY 1
1817 #define STB0899_BYPASSPLL (0x01 << 6)
1818 #define STB0899_OFFST_BYPASSPLL 6
1819 #define STB0899_WIDTH_BYPASSPLL 1
1820 #define STB0899_SEL1XRATIO (0x01 << 5)
1821 #define STB0899_OFFST_SEL1XRATIO 5
1822 #define STB0899_WIDTH_SEL1XRATIO 1
1823 #define STB0899_SELOSCI (0x01 << 1)
1824 #define STB0899_OFFST_SELOSCI 1
1825 #define STB0899_WIDTH_SELOSCI 1
1826
1827 #define STB0899_FILTCTRL 0xf1b7
1828 #define STB0899_SYSCTRL 0xf1b8
1829
1830 #define STB0899_STOPCLK1 0xf1c2
1831 #define STB0899_STOP_CKINTBUF108 (0x01 << 7)
1832 #define STB0899_OFFST_STOP_CKINTBUF108 7
1833 #define STB0899_WIDTH_STOP_CKINTBUF108 1
1834 #define STB0899_STOP_CKINTBUF216 (0x01 << 6)
1835 #define STB0899_OFFST_STOP_CKINTBUF216 6
1836 #define STB0899_WIDTH_STOP_CKINTBUF216 1
1837 #define STB0899_STOP_CHK8PSK (0x01 << 5)
1838 #define STB0899_OFFST_STOP_CHK8PSK 5
1839 #define STB0899_WIDTH_STOP_CHK8PSK 1
1840 #define STB0899_STOP_CKFEC108 (0x01 << 4)
1841 #define STB0899_OFFST_STOP_CKFEC108 4
1842 #define STB0899_WIDTH_STOP_CKFEC108 1
1843 #define STB0899_STOP_CKFEC216 (0x01 << 3)
1844 #define STB0899_OFFST_STOP_CKFEC216 3
1845 #define STB0899_WIDTH_STOP_CKFEC216 1
1846 #define STB0899_STOP_CKCORE216 (0x01 << 2)
1847 #define STB0899_OFFST_STOP_CKCORE216 2
1848 #define STB0899_WIDTH_STOP_CKCORE216 1
1849 #define STB0899_STOP_CKADCI108 (0x01 << 1)
1850 #define STB0899_OFFST_STOP_CKADCI108 1
1851 #define STB0899_WIDTH_STOP_CKADCI108 1
1852 #define STB0899_STOP_INVCKADCI108 (0x01 << 0)
1853 #define STB0899_OFFST_STOP_INVCKADCI108 0
1854 #define STB0899_WIDTH_STOP_INVCKADCI108 1
1855
1856 #define STB0899_STOPCLK2 0xf1c3
1857 #define STB0899_STOP_CKS2DMD108 (0x01 << 2)
1858 #define STB0899_OFFST_STOP_CKS2DMD108 2
1859 #define STB0899_WIDTH_STOP_CKS2DMD108 1
1860 #define STB0899_STOP_CKPKDLIN108 (0x01 << 1)
1861 #define STB0899_OFFST_STOP_CKPKDLIN108 1
1862 #define STB0899_WIDTH_STOP_CKPKDLIN108 1
1863 #define STB0899_STOP_CKPKDLIN216 (0x01 << 0)
1864 #define STB0899_OFFST_STOP_CKPKDLIN216 0
1865 #define STB0899_WIDTH_STOP_CKPKDLIN216 1
1866
1867 #define STB0899_TSTTNR1 0xf1e0
1868 #define STB0899_BYPASS_ADC (0x01 << 7)
1869 #define STB0899_OFFST_BYPASS_ADC 7
1870 #define STB0899_WIDTH_BYPASS_ADC 1
1871 #define STB0899_INVADCICKOUT (0x01 << 6)
1872 #define STB0899_OFFST_INVADCICKOUT 6
1873 #define STB0899_WIDTH_INVADCICKOUT 1
1874 #define STB0899_ADCTEST_VOLTAGE (0x03 << 4)
1875 #define STB0899_OFFST_ADCTEST_VOLTAGE 4
1876 #define STB0899_WIDTH_ADCTEST_VOLTAGE 1
1877 #define STB0899_ADC_RESET (0x01 << 3)
1878 #define STB0899_OFFST_ADC_RESET 3
1879 #define STB0899_WIDTH_ADC_RESET 1
1880 #define STB0899_TSTTNR1_2 (0x01 << 2)
1881 #define STB0899_OFFST_TSTTNR1_2 2
1882 #define STB0899_WIDTH_TSTTNR1_2 1
1883 #define STB0899_ADCPON (0x01 << 1)
1884 #define STB0899_OFFST_ADCPON 1
1885 #define STB0899_WIDTH_ADCPON 1
1886 #define STB0899_ADCIN_MODE (0x01 << 0)
1887 #define STB0899_OFFST_ADCIN_MODE 0
1888 #define STB0899_WIDTH_ADCIN_MODE 1
1889
1890 #define STB0899_TSTTNR2 0xf1e1
1891 #define STB0899_TSTTNR2_7 (0x01 << 7)
1892 #define STB0899_OFFST_TSTTNR2_7 7
1893 #define STB0899_WIDTH_TSTTNR2_7 1
1894 #define STB0899_NOT_DISRX_WIRED (0x01 << 6)
1895 #define STB0899_OFFST_NOT_DISRX_WIRED 6
1896 #define STB0899_WIDTH_NOT_DISRX_WIRED 1
1897 #define STB0899_DISEQC_DCURRENT (0x01 << 5)
1898 #define STB0899_OFFST_DISEQC_DCURRENT 5
1899 #define STB0899_WIDTH_DISEQC_DCURRENT 1
1900 #define STB0899_DISEQC_ZCURRENT (0x01 << 4)
1901 #define STB0899_OFFST_DISEQC_ZCURRENT 4
1902 #define STB0899_WIDTH_DISEQC_ZCURRENT 1
1903 #define STB0899_DISEQC_SINC_SOURCE (0x03 << 2)
1904 #define STB0899_OFFST_DISEQC_SINC_SOURCE 2
1905 #define STB0899_WIDTH_DISEQC_SINC_SOURCE 2
1906 #define STB0899_SELIQSRC (0x03 << 0)
1907 #define STB0899_OFFST_SELIQSRC 0
1908 #define STB0899_WIDTH_SELIQSRC 2
1909
1910 #define STB0899_TSTTNR3 0xf1e2
1911
1912 #define STB0899_I2CCFG 0xf129
1913 #define STB0899_I2CCFGRSVD (0x0f << 4)
1914 #define STB0899_OFFST_I2CCFGRSVD 4
1915 #define STB0899_WIDTH_I2CCFGRSVD 4
1916 #define STB0899_I2CFASTMODE (0x01 << 3)
1917 #define STB0899_OFFST_I2CFASTMODE 3
1918 #define STB0899_WIDTH_I2CFASTMODE 1
1919 #define STB0899_STATUSWR (0x01 << 2)
1920 #define STB0899_OFFST_STATUSWR 2
1921 #define STB0899_WIDTH_STATUSWR 1
1922 #define STB0899_I2CADDRINC (0x03 << 0)
1923 #define STB0899_OFFST_I2CADDRINC 0
1924 #define STB0899_WIDTH_I2CADDRINC 2
1925
1926 #define STB0899_I2CRPT 0xf12a
1927 #define STB0899_I2CTON (0x01 << 7)
1928 #define STB0899_OFFST_I2CTON 7
1929 #define STB0899_WIDTH_I2CTON 1
1930 #define STB0899_ENARPTLEVEL (0x01 << 6)
1931 #define STB0899_OFFST_ENARPTLEVEL 6
1932 #define STB0899_WIDTH_ENARPTLEVEL 2
1933 #define STB0899_SCLTDELAY (0x01 << 3)
1934 #define STB0899_OFFST_SCLTDELAY 3
1935 #define STB0899_WIDTH_SCLTDELAY 1
1936 #define STB0899_STOPENA (0x01 << 2)
1937 #define STB0899_OFFST_STOPENA 2
1938 #define STB0899_WIDTH_STOPENA 1
1939 #define STB0899_STOPSDAT2SDA (0x01 << 1)
1940 #define STB0899_OFFST_STOPSDAT2SDA 1
1941 #define STB0899_WIDTH_STOPSDAT2SDA 1
1942
1943 #define STB0899_IOPVALUE8 0xf136
1944 #define STB0899_IOPVALUE7 0xf137
1945 #define STB0899_IOPVALUE6 0xf138
1946 #define STB0899_IOPVALUE5 0xf139
1947 #define STB0899_IOPVALUE4 0xf13a
1948 #define STB0899_IOPVALUE3 0xf13b
1949 #define STB0899_IOPVALUE2 0xf13c
1950 #define STB0899_IOPVALUE1 0xf13d
1951 #define STB0899_IOPVALUE0 0xf13e
1952
1953 #define STB0899_GPIO00CFG 0xf140
1954
1955 #define STB0899_GPIO01CFG 0xf141
1956 #define STB0899_GPIO02CFG 0xf142
1957 #define STB0899_GPIO03CFG 0xf143
1958 #define STB0899_GPIO04CFG 0xf144
1959 #define STB0899_GPIO05CFG 0xf145
1960 #define STB0899_GPIO06CFG 0xf146
1961 #define STB0899_GPIO07CFG 0xf147
1962 #define STB0899_GPIO08CFG 0xf148
1963 #define STB0899_GPIO09CFG 0xf149
1964 #define STB0899_GPIO10CFG 0xf14a
1965 #define STB0899_GPIO11CFG 0xf14b
1966 #define STB0899_GPIO12CFG 0xf14c
1967 #define STB0899_GPIO13CFG 0xf14d
1968 #define STB0899_GPIO14CFG 0xf14e
1969 #define STB0899_GPIO15CFG 0xf14f
1970 #define STB0899_GPIO16CFG 0xf150
1971 #define STB0899_GPIO17CFG 0xf151
1972 #define STB0899_GPIO18CFG 0xf152
1973 #define STB0899_GPIO19CFG 0xf153
1974 #define STB0899_GPIO20CFG 0xf154
1975
1976 #define STB0899_SDATCFG 0xf155
1977 #define STB0899_SCLTCFG 0xf156
1978 #define STB0899_AGCRFCFG 0xf157
1979 #define STB0899_GPIO22 0xf158
1980 #define STB0899_GPIO21 0xf159
1981 #define STB0899_DIRCLKCFG 0xf15a
1982 #define STB0899_CLKOUT27CFG 0xf15b
1983 #define STB0899_STDBYCFG 0xf15c
1984 #define STB0899_CS0CFG 0xf15d
1985 #define STB0899_CS1CFG 0xf15e
1986 #define STB0899_DISEQCOCFG 0xf15f
1987
1988 #define STB0899_GPIO32CFG 0xf160
1989 #define STB0899_GPIO33CFG 0xf161
1990 #define STB0899_GPIO34CFG 0xf162
1991 #define STB0899_GPIO35CFG 0xf163
1992 #define STB0899_GPIO36CFG 0xf164
1993 #define STB0899_GPIO37CFG 0xf165
1994 #define STB0899_GPIO38CFG 0xf166
1995 #define STB0899_GPIO39CFG 0xf167
1996
1997 #define STB0899_IRQSTATUS_3 0xf120
1998 #define STB0899_IRQSTATUS_2 0xf121
1999 #define STB0899_IRQSTATUS_1 0xf122
2000 #define STB0899_IRQSTATUS_0 0xf123
2001
2002 #define STB0899_IRQMSK_3 0xf124
2003 #define STB0899_IRQMSK_2 0xf125
2004 #define STB0899_IRQMSK_1 0xf126
2005 #define STB0899_IRQMSK_0 0xf127
2006
2007 #define STB0899_IRQCFG 0xf128
2008
2009 #define STB0899_GHOSTREG 0xf000
2010
2011 #define STB0899_S2DEMOD 0xf3fc
2012 #define STB0899_S2FEC 0xfafc
2013
2014
2015 #endif