summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common/pmlib/include
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-05-30 15:30:48 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:45:19 -0500
commitb03e899df8aa67236c6c54a4295911c9366c74cd (patch)
tree07d18daa2cd9cb5117e49a615b24b7c5cd7ce5a9 /import/chips/p9/common/pmlib/include
parent91f5606901071c52b34b38aa14ce83decf41ae90 (diff)
downloadtalos-hcode-b03e899df8aa67236c6c54a4295911c9366c74cd.tar.gz
talos-hcode-b03e899df8aa67236c6c54a4295911c9366c74cd.zip
STOP: Fix STOP1 with Powermixer
Change-Id: I42a9cbaab372506de09be183448bc3fcb5362c2c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41139 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/pmlib/include')
-rw-r--r--import/chips/p9/common/pmlib/include/cmehw_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/import/chips/p9/common/pmlib/include/cmehw_common.h b/import/chips/p9/common/pmlib/include/cmehw_common.h
index e7a002b4..4b692087 100644
--- a/import/chips/p9/common/pmlib/include/cmehw_common.h
+++ b/import/chips/p9/common/pmlib/include/cmehw_common.h
@@ -59,6 +59,9 @@ enum CME_BCEBAR_INDEXES
#define CME_SCOM_ADDR(addr, core, op) (addr | (core << 22) | (op << 20))
+#define CME_PUTSCOM_NOP(addr, core, data) \
+ putscom_norc(CME_SCOM_ADDR(addr, core, CME_SCOM_NOP), data);
+
#if defined(USE_CME_QUEUED_SCOM)
#define CME_GETSCOM(addr, core, scom_op, data) \
PPE_LVD(CME_SCOM_ADDR(addr, core, scom_op), data);
OpenPOWER on IntegriCloud