summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H34
1 files changed, 26 insertions, 8 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
index ec4971d2..3719799b 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
@@ -94,14 +94,32 @@ namespace i2c
///
enum cmd_id : uint8_t
{
- FW_BOOT_CONFIG = 0x01,
- FW_STATUS = 0x02,
- FW_REG_ADDR_LATCH = 0x03,
- FW_REG_READ = 0x04,
- FW_REG_WRITE = 0x05,
- FW_DOWNLOAD = 0x06,
- FW_CONT_REG_READ = 0x07,
- FW_CONT_REG_WRITE = 0x08,
+ FW_BOOT_CONFIG = 0x01,
+ FW_STATUS = 0x02,
+ FW_REG_ADDR_LATCH = 0x03,
+ FW_REG_READ = 0x04,
+ FW_REG_WRITE = 0x05,
+ FW_DOWNLOAD = 0x06,
+ FW_CONT_REG_READ = 0x07,
+ FW_CONT_REG_WRITE = 0x08,
+ FW_BYPASS_4SEC_TIMEOUT = 0x09,
+ FW_PQM_LANE_SET = 0x0A,
+ FW_PQM_LANE_GET = 0x0B,
+ FW_PQM_FREQ_SET = 0x0C,
+ FW_PQM_FREQ_GET = 0x0D,
+ FW_PQM_LANE_TRAINING = 0x0E,
+ FW_PQM_TRAINING_RESET = 0x0F,
+ FW_PQM_RX_ADAPTATION_OBJ_READ = 0x10,
+ FW_PQM_RX_CALIBRATION_VALUE_READ = 0x11,
+ FW_PQM_CSU_CALIBRATION_VALUE_STATUS_READ = 0x12,
+ FW_PQM_PRBS_PATTERN_MODE_SET = 0x13,
+ FW_PQM_PRBS_USER_DEFINED_PATTERN_SET = 0x14,
+ FW_PQM_PRBS_MONITOR_CONTROL = 0x15,
+ FW_PQM_PRBS_GENERATOR_CONTROL = 0x16,
+ FW_PQM_PRBS_ERR_COUNT_READ = 0x17,
+ FW_PQM_HORIZONTAL_BATHTUB_GET = 0x18,
+ FW_PQM_VERTICAL_BATHTUB_GET = 0x19,
+ FW_PQM_2D_BATHTUB_GET = 0x1A,
};
///
OpenPOWER on IntegriCloud