Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dfc0012.c358 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0012_get_rf_strength() local
393 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0012_get_rf_strength()
395 power = INPUT_ADC_LEVEL - tot_agc_gain - int_lna / 10; in fc0012_get_rf_strength()
Dfc0013.c518 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0013_get_rf_strength() local
553 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0013_get_rf_strength()
555 power = INPUT_ADC_LEVEL - tot_agc_gain - int_lna / 10; in fc0013_get_rf_strength()