summaryrefslogtreecommitdiffstats
path: root/src/occ_405/pgpe/pgpe_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/pgpe/pgpe_shared.h')
-rw-r--r--src/occ_405/pgpe/pgpe_shared.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/occ_405/pgpe/pgpe_shared.h b/src/occ_405/pgpe/pgpe_shared.h
index 39db1ab..3003af4 100644
--- a/src/occ_405/pgpe/pgpe_shared.h
+++ b/src/occ_405/pgpe/pgpe_shared.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -43,6 +43,10 @@
#define PGPE_WOF_TBLS_ADDR_OFFSET 0x58
#define PGPE_WOF_TBLS_LEN_OFFSET 0x5C
+// PGPE Command Trace Masks
+#define PGPE_ALLOW_PMCR_TRACE 0x0001
+#define PGPE_ALLOW_CLIP_TRACE 0x0002
+#define PGPE_ALLOW_VFRT_TRACE 0x0004
// This size must be a multiple of 128
typedef struct __attribute__ ((packed))
OpenPOWER on IntegriCloud