Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dsun8i_thermal.c28 #define FT_TEMP_MASK GENMASK(11, 0) macro
243 ft_temp = (caldata[0] & FT_TEMP_MASK) * 100; in sun50i_h6_ths_calibrate()