Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dfc0012.c344 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0012_get_rf_strength() local
379 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0012_get_rf_strength()
381 power = INPUT_ADC_LEVEL - tot_agc_gain - int_lna / 10; in fc0012_get_rf_strength()
H A Dfc0013.c503 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0013_get_rf_strength() local
538 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0013_get_rf_strength()
540 power = INPUT_ADC_LEVEL - tot_agc_gain - int_lna / 10; in fc0013_get_rf_strength()