Lines Matching refs:_DmxTeeToReeMbxMsg

211 MBX_Msg _DmxTeeToReeMbxMsg;  variable
407 memset(&_DmxTeeToReeMbxMsg,0,sizeof(MBX_Msg)); in _DMX_TEE_Proc()
408 _DmxTeeToReeMbxMsg.eRoleID = E_MBX_CPU_MIPS; in _DMX_TEE_Proc()
409 _DmxTeeToReeMbxMsg.u8Ctrl = 0; in _DMX_TEE_Proc()
410 _DmxTeeToReeMbxMsg.eMsgType = E_MBX_MSG_TYPE_INSTANT; in _DMX_TEE_Proc()
411 _DmxTeeToReeMbxMsg.u8MsgClass = _Dmx_TEE_msg.u8MsgClass; in _DMX_TEE_Proc()
412 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_SUCCESS; in _DMX_TEE_Proc()
413 _DmxTeeToReeMbxMsg.u8Parameters[0] = 0; in _DMX_TEE_Proc()
414 _DmxTeeToReeMbxMsg.u8ParameterCount = 0; in _DMX_TEE_Proc()
426 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
435 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
448 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
453 …mToMbxParam(stTeeBuf.u32BufAddr, stTeeBuf.u32BufSize, (MS_U8)stTeeBuf.u32Opt, &_DmxTeeToReeMbxMsg); in _DMX_TEE_Proc()
459 if(_DmxTeeToReeMbxMsg.u8ParameterCount != 10) in _DMX_TEE_Proc()
461 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
466 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
472 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
479 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
483 _DmxTeeToReeMbxMsg.u8ParameterCount = 5; in _DMX_TEE_Proc()
484_DmxTeeToReeMbxMsg.u8Parameters[0] = stDMX_Tee_Priv_Param._u8PvrBufMiuSel[stTeeBuf.u32EngId]; in _DMX_TEE_Proc()
485 _DmxTeeToReeMbxMsg.u8Parameters[1] = (MS_U8)(stTeeBuf.u32BufAddr & 0xFFUL); in _DMX_TEE_Proc()
486_DmxTeeToReeMbxMsg.u8Parameters[2] = (MS_U8)((stTeeBuf.u32BufAddr >> 8UL) & 0xFFUL); in _DMX_TEE_Proc()
487_DmxTeeToReeMbxMsg.u8Parameters[3] = (MS_U8)((stTeeBuf.u32BufAddr >> 16UL) & 0xFFUL); in _DMX_TEE_Proc()
488_DmxTeeToReeMbxMsg.u8Parameters[4] = (MS_U8)((stTeeBuf.u32BufAddr >> 24UL) & 0xFFUL); in _DMX_TEE_Proc()
492 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
497 MApi_MBX_SendMsg(&_DmxTeeToReeMbxMsg); in _DMX_TEE_Proc()
502 …PRINTF(printf("[DMX]Ack fail,classid:%x,cmd:%x\n",_DmxTeeToReeMbxMsg.u8MsgClass, _DmxTeeToReeMbxMs… in _DMX_TEE_Proc()
506 PRINTF(printf("[DMX]Ack ok,classid:%x\n",_DmxTeeToReeMbxMsg.u8MsgClass)); in _DMX_TEE_Proc()