summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof/wof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/wof/wof.h')
-rw-r--r--src/occ_405/wof/wof.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/occ_405/wof/wof.h b/src/occ_405/wof/wof.h
index 75823bd..76d328a 100644
--- a/src/occ_405/wof/wof.h
+++ b/src/occ_405/wof/wof.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2018 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -400,15 +400,14 @@ typedef struct __attribute__ ((packed))
uint32_t ocs_dirty_type1_count; // count of number of times dirty with type act (1)
} amec_wof_t;
-// Structure for sensors used in g_amec for AMESTER
-// these will contain raw values any clipping for WOF alg will be represented
-// in the parameter above in amec_wof_t
+// Structure for sensors used in g_amec for AMESTER for additional debug
typedef struct __attribute__ ((packed))
{
- sensor_t ceff_ratio_vdd_sensor;
+ sensor_t ceff_ratio_vdd_sensor; // raw ceff ratio Vdd
sensor_t ceff_ratio_vdn_sensor;
sensor_t v_ratio_sensor;
sensor_t ocs_addr_sensor;
+ sensor_t ceff_ratio_vdd_adj_sensor; // final adjusted ratio should reflect ceff_ratio_vdd in amec_wof_t
} amec_wof_sensors_t;
typedef struct __attribute__ ((packed))
OpenPOWER on IntegriCloud