H A D | dimmtemp.c | 59 int chan_rank, u32 *data); 96 int chan_rank = dimm_no / priv->gen_info->dimm_idx_max; in get_dimm_temp() local 104 ret = peci_pcs_read(priv->peci_dev, PECI_PCS_DDR_DIMM_TEMP, chan_rank, &data); in get_dimm_temp() 122 int chan_rank = dimm_no / priv->gen_info->dimm_idx_max; in update_thresholds() local 129 ret = priv->gen_info->read_thresholds(priv, dimm_order, chan_rank, &data); in update_thresholds() 227 int chan_rank, dimm_idx, ret, i; in check_populated_dimms() local 239 for (chan_rank = 0; chan_rank < chan_rank_max; chan_rank++) { in check_populated_dimms() 240 ret = peci_pcs_read(priv->peci_dev, PECI_PCS_DDR_DIMM_TEMP, chan_rank, in check_populated_dimms() 425 read_thresholds_hsx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) read_thresholds_hsx() argument 453 read_thresholds_bdxd(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) read_thresholds_bdxd() argument 477 read_thresholds_skx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) read_thresholds_skx() argument 503 read_thresholds_icx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) read_thresholds_icx() argument 540 read_thresholds_spr(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) read_thresholds_spr() argument [all...] |