Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dphy.c378 u8 thermal_avg_count = 0; in rtl88eu_dm_txpower_tracking_callback_thermalmeter() local
451 thermal_avg_count++; in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
455 if (thermal_avg_count) in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
456 thermal_val = (u8)(thermal_avg / thermal_avg_count); in rtl88eu_dm_txpower_tracking_callback_thermalmeter()