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

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcx24123.c525 struct cx24123_AGC_val *agcv = NULL; cx24123_pll_calculate() local
536 agcv = &cx24123_AGC_vals[i]; cx24123_pll_calculate()
537 if ((agcv->symbolrate_low <= p->symbol_rate) && cx24123_pll_calculate()
538 (agcv->symbolrate_high >= p->symbol_rate)) { cx24123_pll_calculate()
539 state->VCAarg = agcv->VCAprogdata; cx24123_pll_calculate()
540 state->VGAarg = agcv->VGAprogdata; cx24123_pll_calculate()
541 state->FILTune = agcv->FILTune; cx24123_pll_calculate()

Completed in 81 milliseconds