thermal_avg_count  359 drivers/staging/rtl8188eu/hal/phy.c 	u8 thermal_avg_count = 0;
thermal_avg_count  432 drivers/staging/rtl8188eu/hal/phy.c 				thermal_avg_count++;
thermal_avg_count  436 drivers/staging/rtl8188eu/hal/phy.c 		if (thermal_avg_count)
thermal_avg_count  437 drivers/staging/rtl8188eu/hal/phy.c 			thermal_val = (u8)(thermal_avg / thermal_avg_count);