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