diff options
Diffstat (limited to 'include/soc/arc/mcip.h')
| -rw-r--r-- | include/soc/arc/mcip.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/include/soc/arc/mcip.h b/include/soc/arc/mcip.h index c2d1b15da136..a91f25151a5b 100644 --- a/include/soc/arc/mcip.h +++ b/include/soc/arc/mcip.h @@ -15,6 +15,7 @@  #define ARC_REG_MCIP_BCR	0x0d0  #define ARC_REG_MCIP_IDU_BCR	0x0D5 +#define ARC_REG_GFRC_BUILD	0x0D6  #define ARC_REG_MCIP_CMD	0x600  #define ARC_REG_MCIP_WDATA	0x601  #define ARC_REG_MCIP_READBACK	0x602 @@ -36,10 +37,14 @@ struct mcip_cmd {  #define CMD_SEMA_RELEASE		0x12  #define CMD_DEBUG_SET_MASK		0x34 +#define CMD_DEBUG_READ_MASK		0x35  #define CMD_DEBUG_SET_SELECT		0x36 +#define CMD_DEBUG_READ_SELECT		0x37  #define CMD_GFRC_READ_LO		0x42  #define CMD_GFRC_READ_HI		0x43 +#define CMD_GFRC_SET_CORE		0x47 +#define CMD_GFRC_READ_CORE		0x48  #define CMD_IDU_ENABLE			0x71  #define CMD_IDU_DISABLE			0x72  |