Home
last modified time | relevance | path

Searched refs:TEMP_CALIB_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/
H A Dsun8i_thermal.c29 #define TEMP_CALIB_MASK GENMASK(11, 0) macro
211 TEMP_CALIB_MASK << offset, in sun8i_h3_ths_calibrate()
246 int sensor_reg = caldata[i + 1] & TEMP_CALIB_MASK; in sun50i_h6_ths_calibrate()
258 if (cdata & ~TEMP_CALIB_MASK) { in sun50i_h6_ths_calibrate()
272 TEMP_CALIB_MASK << offset, in sun50i_h6_ths_calibrate()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dsun8i_thermal.c28 #define TEMP_CALIB_MASK GENMASK(11, 0) macro
247 int sensor_reg = caldata[i + 1] & TEMP_CALIB_MASK; in sun50i_h6_ths_calibrate()
259 if (cdata & ~TEMP_CALIB_MASK) { in sun50i_h6_ths_calibrate()

Completed in 3 milliseconds