Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpeci-cpu.h21 #define PECI_PCS_TEMP_TARGET 16 /* Temperature Target Read */ macro
/openbmc/linux/drivers/hwmon/peci/
H A Dcputemp.c96 ret = peci_pcs_read(priv->peci_dev, PECI_PCS_TEMP_TARGET, 0, &pcs); in update_temp_target()