Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_dpk_8822c.c2007 u8 thermal_dpk_avg_count = 0, thermal_value[2] = {0}; in dpk_track_8822c() local
2042 thermal_dpk_avg_count++; in dpk_track_8822c()
2047 if (thermal_dpk_avg_count) { in dpk_track_8822c()
2051 thermal_dpk_avg[0], thermal_dpk_avg_count); in dpk_track_8822c()
2055 thermal_dpk_avg[1], thermal_dpk_avg_count); in dpk_track_8822c()
2057 thermal_value[0] = (u8)(thermal_dpk_avg[0] / thermal_dpk_avg_count); in dpk_track_8822c()
2058 thermal_value[1] = (u8)(thermal_dpk_avg[1] / thermal_dpk_avg_count); in dpk_track_8822c()