Lines Matching defs:stb0899_internal
150 struct stb0899_internal { struct
151 u32 master_clk;
152 u32 freq; /* Demod internal Frequency */
153 u32 srate; /* Demod internal Symbol rate */
154 enum stb0899_fec fecrate; /* Demod internal FEC rate */
155 s32 srch_range; /* Demod internal Search Range */
156 s32 sub_range; /* Demod current sub range (Hz) */
157 s32 tuner_step; /* Tuner step (Hz) */
158 s32 tuner_offst; /* Relative offset to carrier (Hz) */
159 u32 tuner_bw; /* Current bandwidth of the tuner (Hz) */
161 s32 mclk; /* Masterclock Divider factor (binary) */
162 s32 rolloff; /* Current RollOff of the filter (x100) */
164 s16 derot_freq; /* Current derotator frequency (Hz) */
165 s16 derot_percent;
167 s16 direction; /* Current derotator search direction */
168 s16 derot_step; /* Derotator step (binary value) */
169 s16 t_derot; /* Derotator time constant (ms) */
170 s16 t_data; /* Data recovery time constant (ms) */
171 s16 sub_dir; /* Direction of the next sub range */
173 s16 t_agc1; /* Agc1 time constant (ms) */
174 s16 t_agc2; /* Agc2 time constant (ms) */
176 u32 lock; /* Demod internal lock state */
177 enum stb0899_status status; /* Demod internal status */
180 s32 agc_gain; /* RF AGC Gain */
204 struct stb0899_internal internal; /* Device internal parameters */ argument