summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof/wof_service_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/wof/wof_service_codes.h')
-rw-r--r--src/occ_405/wof/wof_service_codes.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/occ_405/wof/wof_service_codes.h b/src/occ_405/wof/wof_service_codes.h
index 9e577aa..f641130 100644
--- a/src/occ_405/wof/wof_service_codes.h
+++ b/src/occ_405/wof/wof_service_codes.h
@@ -29,20 +29,9 @@
enum wofModuleId
{
- WOF_MAIN = WOF_COMP_ID | 0x01,
- SEND_VFRT_TO_PGPE = WOF_COMP_ID | 0x02,
- COPY_VFRT_TO_SRAM = WOF_COMP_ID | 0x03,
- WOF_CONTROL_CALLBACK = WOF_COMP_ID | 0x04,
- WOF_VFRT_CALLBACK = WOF_COMP_ID | 0x05,
- CALC_EFF_CAP_VOLT = WOF_COMP_ID | 0x06,
- CALC_EFF_CAP_FREQ = WOF_COMP_ID | 0x07,
- CALC_CEFF_RATIO_VDD = WOF_COMP_ID | 0x08,
- CALC_CEFF_RATIO_VDN = WOF_COMP_ID | 0x09,
- DISABLE_WOF = WOF_COMP_ID | 0x0A,
- ENABLE_WOF = WOF_COMP_ID | 0x0B,
- SEND_INIT_VFRT = WOF_COMP_ID | 0x0C,
- SET_CLEAR_WOF_DISABLED = WOF_COMP_ID | 0x0D,
- CALL_WOF_MAIN = WOF_COMP_ID | 0x0E,
+ DISABLE_WOF = WOF_COMP_ID | 0x01,
+ ENABLE_WOF = WOF_COMP_ID | 0x02,
+ SET_CLEAR_WOF_DISABLED = WOF_COMP_ID | 0x03,
};
OpenPOWER on IntegriCloud