summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_sys_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/occ_sys_config.h')
-rwxr-xr-xsrc/occ_405/occ_sys_config.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/occ_405/occ_sys_config.h b/src/occ_405/occ_sys_config.h
index 0b16aa5..33ea0be 100755
--- a/src/occ_405/occ_sys_config.h
+++ b/src/occ_405/occ_sys_config.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -148,6 +148,12 @@ typedef enum
ADC_GPU_1_0 = 0x1F,
ADC_GPU_1_1 = 0x20,
ADC_GPU_1_2 = 0x21,
+ ADC_GPU_VOLT2_0_0 = 0x22,
+ ADC_GPU_VOLT2_0_1 = 0x23,
+ ADC_GPU_VOLT2_1_0 = 0x24,
+ ADC_GPU_VOLT2_1_1 = 0x25,
+ ADC_VOLT_SENSE_2 = 0x26,
+ ADC_TOTAL_SYS_CURRENT_2 = 0x27,
NUM_ADC_ASSIGNMENT_TYPES // This should always be the last member
} eApssAdcChannelAssignments;
@@ -225,6 +231,8 @@ typedef struct
uint8_t mem_cache;
uint8_t current_12v_stby;
uint8_t gpu[MAX_GPU_DOMAINS][MAX_NUM_GPU_PER_DOMAIN];
+ uint8_t sense_volt2;
+ uint8_t total_current_volt2;
} apssAdcChannelData_t;
typedef struct
OpenPOWER on IntegriCloud