Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Drzg2l_thermal.c79 u32 result = 0, dsensor, ts_code_ave; in rzg2l_thermal_get_temp() local
94 ts_code_ave = result / TS_CODE_CAP_TIMES; in rzg2l_thermal_get_temp()
101 dsensor = TS_CODE_AVE_SCALE(ts_code_ave) / in rzg2l_thermal_get_temp()
102 (TS_CODE_AVE_SCALE(1) + (ts_code_ave * CURVATURE_CORRECTION_CONST)); in rzg2l_thermal_get_temp()