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

/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddib0090.c158 const u16 *bb_ramp; member in struct:dib0090_state
951 gain = ((state->rf_gain_limit >> WBD_ALPHA) + state->bb_ramp[0]) << GAIN_ALPHA; dib0090_gain_apply()
967 if (bb > state->bb_ramp[0]) dib0090_gain_apply()
968 bb = state->bb_ramp[0]; dib0090_gain_apply()
1008 g = state->bb_ramp + 1; /* point on BB gain 1 max gain */ dib0090_gain_apply()
1055 state->bb_ramp = cfg; dib0090_set_bbramp()
1061 state->bb_ramp = cfg; dib0090_set_bbramp_pwm()
1073 u16 *bb_ramp = (u16 *)&bb_ramp_pwm_normal; /* default baseband config */ dib0090_pwm_gain_reset() local
1081 bb_ramp = (u16 *)&bb_ramp_pwm_normal_socs; dib0090_pwm_gain_reset()
1099 bb_ramp = (u16 *)&bb_ramp_pwm_normal_socs; dib0090_pwm_gain_reset()
1105 bb_ramp = (u16 *)&bb_ramp_pwm_normal_socs; dib0090_pwm_gain_reset()
1115 dib0090_set_bbramp_pwm(state, bb_ramp); dib0090_pwm_gain_reset()
1200 state->current_gain = ((state->rf_ramp[0] + state->bb_ramp[0]) / 2) << GAIN_ALPHA; dib0090_gain_control()

Completed in 64 milliseconds