diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2017-05-22 13:16:03 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:38:55 -0500 |
| commit | e25e9bd998faeea6f7ec3cf183a5a48a70e52083 (patch) | |
| tree | 2e60f3ee9ab073289fc0d569209a2771e4a04e04 /import/chips/p9/common/pmlib/include | |
| parent | f8020dffbd991c27921adfed50239554d97d77ca (diff) | |
| download | talos-hcode-e25e9bd998faeea6f7ec3cf183a5a48a70e52083.tar.gz talos-hcode-e25e9bd998faeea6f7ec3cf183a5a48a70e52083.zip | |
CME: CME PMCR Format Fix
Change-Id: I970b1f0db1b487fd7e4f7cd2719ad4aa22539774
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40810
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@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/pstate_pgpe_cme_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h b/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h index b5d6ef34..a7e1eec0 100644 --- a/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h +++ b/import/chips/p9/common/pmlib/include/pstate_pgpe_cme_api.h @@ -26,8 +26,8 @@ #define __PSTATE_PGPE_CME_API_H__ #define DPLL_REFCLK_DIVIDER 16667 -#define PIG_PAYLOAD_PS_PHASE1_MASK 0x03FF000000000000 -#define PIG_PAYLOAD_PS_PHASE2_MASK 0x000003FF00000000 +#define PIG_PAYLOAD_PS_PHASE1_MASK 0xFF00000000000000 +#define PIG_PAYLOAD_PS_PHASE2_MASK 0x00FF000000000000 #define PIG_PAYLOAD_MASK 0x0fff000000000000 #define PIG_INTR_FIELD_MASK 0x7000000000000000 #define PIG_INTR_GRANTED_MASK 0x0000000080000000 |

