Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/peci/
H A Ddimmtemp.c47 #define GET_TEMP_MAX(x) (((x) & DIMM_TEMP_MAX) >> 8) macro
135 priv->dimm[dimm_no].thresholds.temp_max = GET_TEMP_MAX(data) * MILLIDEGREE_PER_DEGREE; in update_thresholds()