Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/peci/
H A Ddimmtemp.c48 #define GET_TEMP_CRIT(x) (((x) & DIMM_TEMP_CRIT) >> 16) macro
134 priv->dimm[dimm_no].thresholds.temp_crit = GET_TEMP_CRIT(data) * MILLIDEGREE_PER_DEGREE; in update_thresholds()