Lines Matching +full:mpeg +full:- +full:clk
1 /* SPDX-License-Identifier: GPL-2.0 */
24 #define SCU_RESULT_SIZE -4
25 #define SCU_RESULT_INVPAR -3
26 #define SCU_RESULT_UNKSTD -2
27 #define SCU_RESULT_UNKCMD -1
189 u16 top; /* rf-agc take over point */
190 u16 cut_off_current; /* rf-agc is accelerated if output current
191 is below cut-off current */
203 u16 subcmd; /* Sub-command parameter*/
247 struct s_cfg_agc m_vsb_rf_agc_cfg; /* settings for VSB RF-AGC */
248 struct s_cfg_agc m_vsb_if_agc_cfg; /* settings for VSB IF-AGC */
255 …bool m_b_p_down_open_bridge; /* only open DRXK bridge before power-down once it has been access…
260 bool m_enable_mpeg_output; /* If TRUE, enable MPEG output */
267 bool m_invert_clk; /* If TRUE, invert CLK signals */
269 bool m_dvbt_static_clk; /* If TRUE, static MPEG clockrate will
278 bool m_itut_annex_c; /* If true, uses ITU-T DVB-C Annex C, instead of Annex A */
280 enum drxmpeg_str_width_t m_width_str; /* MPEG start width */
293 struct s_cfg_agc m_atv_rf_agc_cfg; /* settings for ATV RF-AGC */
294 struct s_cfg_agc m_atv_if_agc_cfg; /* settings for ATV IF-AGC */
305 struct s_cfg_agc m_qam_rf_agc_cfg; /* settings for QAM RF-AGC */
306 struct s_cfg_agc m_qam_if_agc_cfg; /* settings for QAM IF-AGC */
318 struct s_cfg_agc m_dvbt_rf_agc_cfg; /* settings for QAM RF-AGC */
319 struct s_cfg_agc m_dvbt_if_agc_cfg; /* settings for QAM IF-AGC */