summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H
index 786ecad54..271e90368 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pda.H
@@ -67,7 +67,7 @@ enum consts : uint64_t
// 10 cycles for safety
SAFETY = 10,
// Total delay is your register max + safety
- DELAY = MAX_PDA_REG + SAFETY,
+ SAFE_COMMAND_DELAY = MAX_PDA_REG + SAFETY,
// PDA on/off settings
START_DELAY_VALUE = 0,
OpenPOWER on IntegriCloud