Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Dsun8i_thermal.c28 #define FT_TEMP_MASK GENMASK(11, 0) macro
245 ft_temp = (caldata[0] & FT_TEMP_MASK) * 100; in sun50i_h6_ths_calibrate()