summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/amec/amec_sys.h')
-rwxr-xr-xsrc/occ_405/amec/amec_sys.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/occ_405/amec/amec_sys.h b/src/occ_405/amec/amec_sys.h
index ffb392d..0509daf 100755
--- a/src/occ_405/amec/amec_sys.h
+++ b/src/occ_405/amec/amec_sys.h
@@ -173,16 +173,6 @@ typedef union
typedef struct
{
// Sensors
- sensor_t mac2ms;
- sensor_t mpu2ms;
- sensor_t mirb2ms;
- sensor_t mirl2ms;
- sensor_t mirm2ms;
- sensor_t mirh2ms;
- sensor_t mts2ms;
- sensor_t m4rd2ms;
- sensor_t m4wr2ms;
-
amec_chpair_perf_counter_t perf;
// The most recent throttle value sent to this MBA
@@ -190,15 +180,6 @@ typedef struct
amec_cent_mem_speed_t last_mem_speed_sent;
} amec_portpair_t;
-typedef struct
-{
- uint32_t intreq_highlatency_accum;
- uint32_t lp2exit_accum;
-
- uint16_t mirc2ms;
- uint16_t mlp2_2ms;
-} amec_centaur_perf_counter_t;
-
#define FRU_SENSOR_STATUS_STALLED 0x01
#define FRU_SENSOR_STATUS_ERROR 0x02
#define FRU_SENSOR_STATUS_VALID_OLD 0x04
@@ -245,8 +226,6 @@ typedef struct
// Sensor ID for reporting temperature to BMC and FSP
uint32_t temp_sid;
- amec_centaur_perf_counter_t perf;
-
} amec_centaur_t;
typedef struct
OpenPOWER on IntegriCloud