Searched refs:int_temp (Results 1 – 2 of 2) sorted by relevance
358 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0012_get_rf_strength() local381 int_temp = tmp; in fc0012_get_rf_strength()393 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0012_get_rf_strength()394 (int_temp & 0x1f)) * 2; in fc0012_get_rf_strength()
518 int int_temp, lna_gain, int_lna, tot_agc_gain, power; in fc0013_get_rf_strength() local541 int_temp = tmp; in fc0013_get_rf_strength()553 tot_agc_gain = (abs((int_temp >> 5) - 7) - 2 + in fc0013_get_rf_strength()554 (int_temp & 0x1f)) * 2; in fc0013_get_rf_strength()