Lines Matching refs:CMD_RC
103 #define CMD_RC(id) (((id) << CMD_RC_ID_OFFSET) | CMD_RC_BASE_VERSION) macro
107 #define CMDID_RC_OPEN CMD_RC(0x805)
108 #define CMDID_RC_CLOSE CMD_RC(0x800)
109 #define CMDID_RC_GET_API_VERSION CMD_RC(0xA05)
110 #define CMDID_RC_GET_ATTR CMD_RC(0x004)
111 #define CMDID_RC_RESET_CONT CMD_RC(0x005)
113 #define CMDID_RC_SET_IRQ CMD_RC(0x010)
114 #define CMDID_RC_SET_IRQ_ENABLE CMD_RC(0x012)
115 #define CMDID_RC_SET_IRQ_MASK CMD_RC(0x014)
116 #define CMDID_RC_GET_IRQ_STATUS CMD_RC(0x016)
117 #define CMDID_RC_CLEAR_IRQ_STATUS CMD_RC(0x017)
118 #define CMDID_RC_GET_CONT_ID CMD_RC(0x830)
119 #define CMDID_RC_GET_OBJ_COUNT CMD_RC(0x159)
120 #define CMDID_RC_GET_OBJ CMD_RC(0x15A)
121 #define CMDID_RC_GET_OBJ_DESC CMD_RC(0x162)
122 #define CMDID_RC_GET_OBJ_REG CMD_RC(0x15E)
125 #define CMDID_RC_SET_OBJ_IRQ CMD_RC(0x15F)
126 #define CMDID_RC_GET_CONN CMD_RC(0x16C)