Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dimx8mm_thermal.c50 #define TEMP_VAL_MASK GENMASK(6, 0) macro
132 val = (~(val & TEMP_VAL_MASK) + 1); in imx8mp_tmu_get_temp()