Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dphy.c359 u8 thermal_avg_count = 0; in rtl88eu_dm_txpower_tracking_callback_thermalmeter() local
432 thermal_avg_count++; in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
436 if (thermal_avg_count) in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
437 thermal_val = (u8)(thermal_avg / thermal_avg_count); in rtl88eu_dm_txpower_tracking_callback_thermalmeter()