Home
last modified time | relevance | path

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

/drivers/thermal/
Dmtk_thermal.c132 #define CALIB_BUF0_O_SLOPE(x) (((x) >> 26) & 0x3f) macro
827 mt->o_slope = -CALIB_BUF0_O_SLOPE(buf[0]); in mtk_thermal_get_calibration_data()
829 mt->o_slope = CALIB_BUF0_O_SLOPE(buf[0]); in mtk_thermal_get_calibration_data()