3 #define DRXK_VERSION_MAJOR 0
4 #define DRXK_VERSION_MINOR 9
5 #define DRXK_VERSION_PATCH 4300
7 #define HI_I2C_DELAY 42
8 #define HI_I2C_BRIDGE_DELAY 350
9 #define DRXK_MAX_RETRIES 100
13 #define DRXX_JTAGID 0x039210D9
14 #define DRXX_J_JTAGID 0x239310D9
15 #define DRXX_K_JTAGID 0x039210D9
17 #define DRX_UNKNOWN 254
20 #define DRX_SCU_READY 0
21 #define DRXK_MAX_WAITTIME (200)
22 #define SCU_RESULT_OK 0
23 #define SCU_RESULT_SIZE -4
24 #define SCU_RESULT_INVPAR -3
25 #define SCU_RESULT_UNKSTD -2
26 #define SCU_RESULT_UNKCMD -1
28 #ifndef DRXK_OFDM_TR_SHUTDOWN_TIMEOUT
29 #define DRXK_OFDM_TR_SHUTDOWN_TIMEOUT (200)
32 #define DRXK_8VSB_MPEG_BIT_RATE 19392658UL /*bps*/
33 #define DRXK_DVBT_MPEG_BIT_RATE 32000000UL /*bps*/
34 #define DRXK_QAM16_MPEG_BIT_RATE 27000000UL /*bps*/
35 #define DRXK_QAM32_MPEG_BIT_RATE 33000000UL /*bps*/
36 #define DRXK_QAM64_MPEG_BIT_RATE 40000000UL /*bps*/
37 #define DRXK_QAM128_MPEG_BIT_RATE 46000000UL /*bps*/
38 #define DRXK_QAM256_MPEG_BIT_RATE 52000000UL /*bps*/
39 #define DRXK_MAX_MPEG_BIT_RATE 52000000UL /*bps*/
41 #define IQM_CF_OUT_ENA_OFDM__M 0x4
42 #define IQM_FS_ADJ_SEL_B_QAM 0x1
43 #define IQM_FS_ADJ_SEL_B_OFF 0x0
44 #define IQM_FS_ADJ_SEL_B_VSB 0x2
45 #define IQM_RC_ADJ_SEL_B_OFF 0x0
46 #define IQM_RC_ADJ_SEL_B_QAM 0x1
47 #define IQM_RC_ADJ_SEL_B_VSB 0x2
80 /** /brief Intermediate power mode for DRXK, power down OFDM clock domain */
81 #ifndef DRXK_POWER_DOWN_OFDM
82 #define DRXK_POWER_DOWN_OFDM DRX_POWER_MODE_1
85 /** /brief Intermediate power mode for DRXK, power down core (sysclk) */
86 #ifndef DRXK_POWER_DOWN_CORE
87 #define DRXK_POWER_DOWN_CORE DRX_POWER_MODE_9
90 /** /brief Intermediate power mode for DRXK, power down pll (only osc runs) */
91 #ifndef DRXK_POWER_DOWN_PLL
92 #define DRXK_POWER_DOWN_PLL DRX_POWER_MODE_10
96 enum AGC_CTRL_MODE
{ DRXK_AGC_CTRL_AUTO
= 0, DRXK_AGC_CTRL_USER
, DRXK_AGC_CTRL_OFF
};
97 enum EDrxkState
{ DRXK_UNINITIALIZED
= 0, DRXK_STOPPED
, DRXK_DTV_STARTED
, DRXK_ATV_STARTED
, DRXK_POWERED_DOWN
};
98 enum EDrxkCoefArrayIndex
{
108 enum EDrxkSifAttenuation
{
109 DRXK_SIF_ATTENUATION_0DB
,
110 DRXK_SIF_ATTENUATION_3DB
,
111 DRXK_SIF_ATTENUATION_6DB
,
112 DRXK_SIF_ATTENUATION_9DB
114 enum EDrxkConstellation
{
115 DRX_CONSTELLATION_BPSK
= 0,
116 DRX_CONSTELLATION_QPSK
,
117 DRX_CONSTELLATION_PSK8
,
118 DRX_CONSTELLATION_QAM16
,
119 DRX_CONSTELLATION_QAM32
,
120 DRX_CONSTELLATION_QAM64
,
121 DRX_CONSTELLATION_QAM128
,
122 DRX_CONSTELLATION_QAM256
,
123 DRX_CONSTELLATION_QAM512
,
124 DRX_CONSTELLATION_QAM1024
,
125 DRX_CONSTELLATION_UNKNOWN
= DRX_UNKNOWN
,
126 DRX_CONSTELLATION_AUTO
= DRX_AUTO
128 enum EDrxkInterleaveMode
{
129 DRXK_QAM_I12_J17
= 16,
130 DRXK_QAM_I_UNKNOWN
= DRX_UNKNOWN
139 enum DRXKCfgDvbtSqiSpeed
{
140 DRXK_DVBT_SQI_SPEED_FAST
= 0,
141 DRXK_DVBT_SQI_SPEED_MEDIUM
,
142 DRXK_DVBT_SQI_SPEED_SLOW
,
143 DRXK_DVBT_SQI_SPEED_UNKNOWN
= DRX_UNKNOWN
150 DRX_FFTMODE_UNKNOWN
= DRX_UNKNOWN
,
151 DRX_FFTMODE_AUTO
= DRX_AUTO
154 enum DRXMPEGStrWidth_t
{
155 DRX_MPEG_STR_WIDTH_1
,
159 enum DRXQamLockRange_t
{
160 DRX_QAM_LOCKRANGE_NORMAL
,
161 DRX_QAM_LOCKRANGE_EXTENDED
164 struct DRXKCfgDvbtEchoThres_t
{
166 enum DRXFftmode_t fftMode
;
170 enum AGC_CTRL_MODE ctrlMode
; /* off, user, auto */
171 u16 outputLevel
; /* range dependent on AGC */
172 u16 minOutputLevel
; /* range dependent on AGC */
173 u16 maxOutputLevel
; /* range dependent on AGC */
174 u16 speed
; /* range dependent on AGC */
175 u16 top
; /* rf-agc take over point */
176 u16 cutOffCurrent
; /* rf-agc is accelerated if output current
177 is below cut-off current */
179 u16 FastClipCtrlDelay
;
183 u16 reference
; /* pre SAW reference value, range 0 .. 31 */
184 bool usePreSaw
; /* TRUE algorithms must use pre SAW sense */
187 struct DRXKOfdmScCmd_t
{
188 u16 cmd
; /**< Command number */
189 u16 subcmd
; /**< Sub-command parameter*/
190 u16 param0
; /**< General purpous param */
191 u16 param1
; /**< General purpous param */
192 u16 param2
; /**< General purpous param */
193 u16 param3
; /**< General purpous param */
194 u16 param4
; /**< General purpous param */
198 struct dvb_frontend frontend
;
199 struct dtv_frontend_properties props
;
202 struct i2c_adapter
*i2c
;
208 u32 m_Instance
; /**< Channel 1,2,3 or 4 */
219 bool m_hasSAWSW
; /**< TRUE if mat_tx is available */
220 bool m_hasGPIO1
; /**< TRUE if mat_rx is available */
221 bool m_hasGPIO2
; /**< TRUE if GPIO is available */
222 bool m_hasIRQN
; /**< TRUE if IRQN is available */
224 u16 m_HICfgTimingDiv
;
225 u16 m_HICfgBridgeDelay
;
226 u16 m_HICfgWakeUpKey
;
229 s32 m_sysClockFreq
; /**< system clock frequency in kHz */
231 enum EDrxkState m_DrxkState
; /**< State of Drxk (init,stopped,started) */
232 enum OperationMode m_OperationMode
; /**< digital standards */
233 struct SCfgAgc m_vsbRfAgcCfg
; /**< settings for VSB RF-AGC */
234 struct SCfgAgc m_vsbIfAgcCfg
; /**< settings for VSB IF-AGC */
235 u16 m_vsbPgaCfg
; /**< settings for VSB PGA */
236 struct SCfgPreSaw m_vsbPreSawCfg
; /**< settings for pre SAW sense */
237 s32 m_Quality83percent
; /**< MER level (*0.1 dB) for 83% quality indication */
238 s32 m_Quality93percent
; /**< MER level (*0.1 dB) for 93% quality indication */
239 bool m_smartAntInverted
;
240 bool m_bDebugEnableBridge
;
241 bool m_bPDownOpenBridge
; /**< only open DRXK bridge before power-down once it has been accessed */
242 bool m_bPowerDown
; /**< Power down when not used */
244 u32 m_IqmFsRateOfs
; /**< frequency shift as written to DRXK register (28bit fixpoint) */
246 bool m_enableMPEGOutput
; /**< If TRUE, enable MPEG output */
247 bool m_insertRSByte
; /**< If TRUE, insert RS byte */
248 bool m_enableParallel
; /**< If TRUE, parallel out otherwise serial */
249 bool m_invertDATA
; /**< If TRUE, invert DATA signals */
250 bool m_invertERR
; /**< If TRUE, invert ERR signal */
251 bool m_invertSTR
; /**< If TRUE, invert STR signals */
252 bool m_invertVAL
; /**< If TRUE, invert VAL signals */
253 bool m_invertCLK
; /**< If TRUE, invert CLK signals */
254 bool m_DVBCStaticCLK
;
255 bool m_DVBTStaticCLK
; /**< If TRUE, static MPEG clockrate will
256 be used, otherwise clockrate will
257 adapt to the bitrate of the TS */
262 u8 m_TSClockkStrength
;
264 bool m_itut_annex_c
; /* If true, uses ITU-T DVB-C Annex C, instead of Annex A */
266 enum DRXMPEGStrWidth_t m_widthSTR
; /**< MPEG start width */
267 u32 m_mpegTsStaticBitrate
; /**< Maximum bitrate in b/s in case
268 static clockrate is selected */
270 /* LARGE_INTEGER m_StartTime; */ /**< Contains the time of the last demod start */
271 s32 m_MpegLockTimeOut
; /**< WaitForLockStatus Timeout (counts from start time) */
272 s32 m_DemodLockTimeOut
; /**< WaitForLockStatus Timeout (counts from start time) */
274 bool m_disableTEIhandling
;
279 struct SCfgAgc m_atvRfAgcCfg
; /**< settings for ATV RF-AGC */
280 struct SCfgAgc m_atvIfAgcCfg
; /**< settings for ATV IF-AGC */
281 struct SCfgPreSaw m_atvPreSawCfg
; /**< settings for ATV pre SAW sense */
282 bool m_phaseCorrectionBypass
;
285 enum EDrxkSifAttenuation m_sifAttenuation
;
286 bool m_enableCVBSOutput
;
287 bool m_enableSIFOutput
;
288 bool m_bMirrorFreqSpect
;
289 enum EDrxkConstellation m_Constellation
; /**< Constellation type of the channel */
290 u32 m_CurrSymbolRate
; /**< Current QAM symbol rate */
291 struct SCfgAgc m_qamRfAgcCfg
; /**< settings for QAM RF-AGC */
292 struct SCfgAgc m_qamIfAgcCfg
; /**< settings for QAM IF-AGC */
293 u16 m_qamPgaCfg
; /**< settings for QAM PGA */
294 struct SCfgPreSaw m_qamPreSawCfg
; /**< settings for QAM pre SAW sense */
295 enum EDrxkInterleaveMode m_qamInterleaveMode
; /**< QAM Interleave mode */
299 enum DRXKCfgDvbtSqiSpeed m_sqiSpeed
;
304 struct SCfgAgc m_dvbtRfAgcCfg
; /**< settings for QAM RF-AGC */
305 struct SCfgAgc m_dvbtIfAgcCfg
; /**< settings for QAM IF-AGC */
306 struct SCfgPreSaw m_dvbtPreSawCfg
; /**< settings for QAM pre SAW sense */
308 u16 m_agcFastClipCtrlDelay
;
309 bool m_adcCompPassed
;
310 u16 m_adcCompCoef
[64];
314 int m_microcode_length
;
315 bool m_DRXK_A1_PATCH_CODE
;
316 bool m_DRXK_A1_ROM_CODE
;
317 bool m_DRXK_A2_ROM_CODE
;
318 bool m_DRXK_A3_ROM_CODE
;
319 bool m_DRXK_A2_PATCH_CODE
;
320 bool m_DRXK_A3_PATCH_CODE
;
326 enum DRXPowerMode m_currentPowerMode
;
329 * Configurable parameters at the driver. They stores the values found
330 * at struct drxk_config.
333 u16 UIO_mask
; /* Bits used by UIO */
340 const char *microcode_name
;