Home
last modified time | relevance | path

Searched refs:bb_ramp (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/media/dvb-frontends/
Ddib0090.c142 const u16 *bb_ramp; member
941 gain = ((state->rf_gain_limit >> WBD_ALPHA) + state->bb_ramp[0]) << GAIN_ALPHA; in dib0090_gain_apply()
957 if (bb > state->bb_ramp[0]) in dib0090_gain_apply()
958 bb = state->bb_ramp[0]; in dib0090_gain_apply()
998 g = state->bb_ramp + 1; /* point on BB gain 1 max gain */ in dib0090_gain_apply()
1045 state->bb_ramp = cfg; in dib0090_set_bbramp()
1051 state->bb_ramp = cfg; in dib0090_set_bbramp_pwm()
1063 const u16 *bb_ramp = bb_ramp_pwm_normal; /* default baseband config */ in dib0090_pwm_gain_reset() local
1071 bb_ramp = bb_ramp_pwm_normal_socs; in dib0090_pwm_gain_reset()
1089 bb_ramp = bb_ramp_pwm_normal_socs; in dib0090_pwm_gain_reset()
[all …]