Searched refs:CALIB_BUF0_O_SLOPE (Results 1 – 1 of 1) sorted by relevance
132 #define CALIB_BUF0_O_SLOPE(x) (((x) >> 26) & 0x3f) macro827 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()