Searched refs:int_temp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | fc0013.c | 503 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0013_get_rf_strength() local 526 int_temp = tmp; in fc0013_get_rf_strength() 538 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0013_get_rf_strength() 539 (int_temp & 0x1f)) * 2; in fc0013_get_rf_strength()
|
H A D | fc0012.c | 344 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0012_get_rf_strength() local 367 int_temp = tmp; in fc0012_get_rf_strength() 379 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0012_get_rf_strength() 380 (int_temp & 0x1f)) * 2; in fc0012_get_rf_strength()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | fc0013.c | 503 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0013_get_rf_strength() local 526 int_temp = tmp; in fc0013_get_rf_strength() 538 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0013_get_rf_strength() 539 (int_temp & 0x1f)) * 2; in fc0013_get_rf_strength()
|
H A D | fc0012.c | 344 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0012_get_rf_strength() local 367 int_temp = tmp; in fc0012_get_rf_strength() 379 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0012_get_rf_strength() 380 (int_temp & 0x1f)) * 2; in fc0012_get_rf_strength()
|
Completed in 3 milliseconds