Lines Matching refs:current_rf
146 u32 current_rf; member
1197 dib0090_wbd_target(state, state->current_rf); in dib0090_gain_control()
1785 while (state->current_rf / 1000 > wbd->max_freq) in dib0090_wbd_calibration()
2100 state->current_rf = state->rf_request; in dib0090_captrim_search()
2264 if (state->current_rf == 0) in dib0090_tune()
2265 state->current_rf = state->fe->dtv_property_cache.frequency / 1000; in dib0090_tune()
2309 …if (state->current_rf != state->rf_request || (state->current_standard != state->fe->dtv_property_… in dib0090_tune()
2311 state->current_rf = 0; in dib0090_tune()
2457 state->current_rf = state->rf_request; in dib0090_tune()
2467 while (state->current_rf / 1000 > wbd->max_freq) in dib0090_tune()
2547 *frequency = 1000 * state->current_rf; in dib0090_get_frequency()