Searched refs:MT8173_CALIB_BUF0_O_SLOPE (Results 1 – 1 of 1) sorted by relevance
123 #define MT8173_CALIB_BUF0_O_SLOPE(x) (((x) >> 26) & 0x3f) macro640 mt->o_slope = -MT8173_CALIB_BUF0_O_SLOPE(buf[0]); in mtk_thermal_get_calibration_data()642 mt->o_slope = MT8173_CALIB_BUF0_O_SLOPE(buf[0]); in mtk_thermal_get_calibration_data()