Lines Matching refs:bb_ramp
154 const u16 *bb_ramp; member
953 gain = ((state->rf_gain_limit >> WBD_ALPHA) + state->bb_ramp[0]) << GAIN_ALPHA; in dib0090_gain_apply()
969 if (bb > state->bb_ramp[0]) in dib0090_gain_apply()
970 bb = state->bb_ramp[0]; in dib0090_gain_apply()
1010 g = state->bb_ramp + 1; /* point on BB gain 1 max gain */ in dib0090_gain_apply()
1057 state->bb_ramp = cfg; in dib0090_set_bbramp()
1063 state->bb_ramp = cfg; in dib0090_set_bbramp_pwm()
1075 u16 *bb_ramp = (u16 *)&bb_ramp_pwm_normal; /* default baseband config */ in dib0090_pwm_gain_reset() local
1083 bb_ramp = (u16 *)&bb_ramp_pwm_normal_socs; in dib0090_pwm_gain_reset()
1101 bb_ramp = (u16 *)&bb_ramp_pwm_normal_socs; in dib0090_pwm_gain_reset()
1107 bb_ramp = (u16 *)&bb_ramp_pwm_normal_socs; in dib0090_pwm_gain_reset()
1117 dib0090_set_bbramp_pwm(state, bb_ramp); in dib0090_pwm_gain_reset()
1208 state->current_gain = ((state->rf_ramp[0] + state->bb_ramp[0]) / 2) << GAIN_ALPHA; in dib0090_gain_control()