diff options
Diffstat (limited to 'src/usr/htmgt/htmgt_occcmd.H')
-rw-r--r-- | src/usr/htmgt/htmgt_occcmd.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/htmgt/htmgt_occcmd.H b/src/usr/htmgt/htmgt_occcmd.H index 6bc5d75fc..252fc3852 100644 --- a/src/usr/htmgt/htmgt_occcmd.H +++ b/src/usr/htmgt/htmgt_occcmd.H @@ -36,9 +36,10 @@ namespace HTMGT { - const uint32_t HTMGT_OCC_CMD_ADDR = 0x001EE000; - const uint32_t HTMGT_OCC_RSP_ADDR = 0x001EF000; + const uint32_t OCC_CMD_ADDR = 0x001EE000; + const uint32_t OCC_RSP_ADDR = 0x001EF000; const uint32_t OCC_MAX_DATA_LENGTH = 0x00001000; + const uint32_t OCC_RSP_SRAM_ADDR = 0xFFFF7000; // The following header lengths include the 2 byte checksum const uint16_t OCC_CMD_HDR_LENGTH = 6; |