Lines Matching +full:constant +full:- +full:current
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
54 …ne STB0899_GETFIELD(bitf, val) ((val >> STB0899_OFFST_##bitf) & ((1 << STB0899_WIDTH_##bitf) - 1))
57 #define STB0899_SETFIELD(mask, val, width, offset) (mask & (~(((1 << width) - 1) << \
59 ((1 << width) - 1)) << offset)
61 #define STB0899_SETFIELD_VAL(bitf, mask, val) (mask = (mask & (~(((1 << STB0899_WIDTH_##bitf) - 1) …
156 s32 sub_range; /* Demod current sub range (Hz) */
159 u32 tuner_bw; /* Current bandwidth of the tuner (Hz) */
162 s32 rolloff; /* Current RollOff of the filter (x100) */
164 s16 derot_freq; /* Current derotator frequency (Hz) */
167 s16 direction; /* Current derotator search direction */
169 s16 t_derot; /* Derotator time constant (ms) */
170 s16 t_data; /* Data recovery time constant (ms) */
173 s16 t_agc1; /* Agc1 time constant (ms) */
174 s16 t_agc2; /* Agc2 time constant (ms) */
179 /* DVB-S2 */