summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
index 29698fd9..0e2a0854 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
@@ -66,8 +66,8 @@ const uint64_t LPC_BAR_MASK = 0xFF000000FFFFFFFFULL;
// FBC FIR constants
const uint64_t FBC_CENT_FIR_ACTION0 = 0x0000000000000000ULL;
-const uint64_t FBC_CENT_FIR_ACTION1 = 0x0440000000000000ULL;
-const uint64_t FBC_CENT_FIR_MASK = 0x111FC00000000000ULL;
+const uint64_t FBC_CENT_FIR_ACTION1 = 0x0040000000000000ULL;
+const uint64_t FBC_CENT_FIR_MASK = 0x151FC00000000000ULL;
const uint64_t FBC_WEST_FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FBC_WEST_FIR_ACTION1 = 0x0000000000000000ULL;
const uint64_t FBC_WEST_FIR_MASK = 0x0000FFFFC0000000ULL;
OpenPOWER on IntegriCloud