Home
last modified time | relevance | path

Searched refs:u8Parameters (Results 1 – 25 of 91) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/pm/drv/pm/
H A DdrvPM.c270 switch(MB_Command.u8Parameters[0]) in _MDrv_PM_MailBoxHandler()
273 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
277 *((PM_DrvStatus*)pData) = (PM_DrvStatus)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
281 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
285 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
289 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
293 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
297 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
301 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
305 *((PM_Result*)pData) = (PM_Result)MB_Command.u8Parameters[1]; in _MDrv_PM_MailBoxHandler()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx_tee/
H A DapiDMX_tee.c331 pMsg->u8Parameters[0] = (MS_U8)(u32Size & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
332 pMsg->u8Parameters[1] = (MS_U8)((u32Size >> 8UL) & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
333 pMsg->u8Parameters[2] = (MS_U8)((u32Size >> 16UL) & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
334 pMsg->u8Parameters[3] = (MS_U8)((u32Size >> 24UL) & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
336 pMsg->u8Parameters[4] = (MS_U8)(u32BufAddr & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
337 pMsg->u8Parameters[5] = (MS_U8)((u32BufAddr >> 8UL) & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
338 pMsg->u8Parameters[6] = (MS_U8)((u32BufAddr >> 16UL) & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
339 pMsg->u8Parameters[7] = (MS_U8)((u32BufAddr >> 24UL) & 0xFFUL); in _DMX_TEE_BufParamToMbxParam()
340 pMsg->u8Parameters[8] = u8MiuSel; in _DMX_TEE_BufParamToMbxParam()
355 pMsg->u8Parameters[0], pMsg->u8Parameters[1], pMsg->u8Parameters[2], pMsg->u8Parameters[3], in _DMX_TEE_MbxParamToBufParam()
[all …]
/utopia/UTPA2-700.0.x/modules/ir/drv/ir/
H A DdrvIR.c210 IR_DBG_INFO("Parameter[0]=%d\n", pMsg->u8Parameters[0]); in _IR_MailBoxCallbackHandler()
211 IR_DBG_INFO("Parameter[1]=%d\n", pMsg->u8Parameters[1]); in _IR_MailBoxCallbackHandler()
217 gu8IRKey = (MS_U8)pMsg->u8Parameters[0]; in _IR_MailBoxCallbackHandler()
218 gu8IRRepeat = (MS_U8)pMsg->u8Parameters[1]; in _IR_MailBoxCallbackHandler()
258 IR_DBG_INFO("Parameter[0]=%d\n", MB_Command.u8Parameters[0]); in _IR_MailBoxHandler()
263 gIRResult = (IR_Result)MB_Command.u8Parameters[0]; in _IR_MailBoxHandler()
267 gIRResult = (IR_Result)MB_Command.u8Parameters[0]; in _IR_MailBoxHandler()
272 gu8IRKey = MB_Command.u8Parameters[0]; in _IR_MailBoxHandler()
273 gu8IRRepeat = MB_Command.u8Parameters[1]; in _IR_MailBoxHandler()
277 gIRResult = (IR_Result)MB_Command.u8Parameters[0]; in _IR_MailBoxHandler()
[all …]
/utopia/UTPA2-700.0.x/modules/sar/drv/sar/
H A DdrvSAR.c239 SAR_DBG_INFO("Parameter[0]=%d\n", pMsg->u8Parameters[0]); in _SAR_MailBoxCallbackHandler()
240 SAR_DBG_INFO("Parameter[1]=%d\n", pMsg->u8Parameters[1]); in _SAR_MailBoxCallbackHandler()
246 gu8SARKey = (MS_U8)pMsg->u8Parameters[0]; in _SAR_MailBoxCallbackHandler()
247 gu8SARRepeat = (MS_U8)pMsg->u8Parameters[1]; in _SAR_MailBoxCallbackHandler()
282 SAR_DBG_INFO("Parameter[0]=0x%02x\n", MB_Command.u8Parameters[0]); in _SAR_MailBoxHandler()
283 SAR_DBG_INFO("Parameter[1]=0x%02x\n", MB_Command.u8Parameters[1]); in _SAR_MailBoxHandler()
288 gSARResult = (SAR_Result)MB_Command.u8Parameters[0]; in _SAR_MailBoxHandler()
292 gSARResult = (SAR_Result)MB_Command.u8Parameters[0]; in _SAR_MailBoxHandler()
297 gu8SARKey = MB_Command.u8Parameters[0]; in _SAR_MailBoxHandler()
298 gu8SARRepeat = MB_Command.u8Parameters[1]; in _SAR_MailBoxHandler()
[all …]
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c848 switch(MB_Command.u8Parameters[0]) in _MDrv_SC_MailBoxHandler()
851 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
855 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
859 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
863 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
927 MB_Command.u8Parameters[0] = (MS_U8)(u32SrcAddr>>24); in _SC_Send()
928 MB_Command.u8Parameters[1] = (MS_U8)(u32SrcAddr>>16); in _SC_Send()
929 MB_Command.u8Parameters[2] = (MS_U8)(u32SrcAddr>>8); in _SC_Send()
930 MB_Command.u8Parameters[3] = (MS_U8)(u32SrcAddr&0x000000FF); in _SC_Send()
1033 MB_Command.u8Parameters[0] = (MS_U8)(u32SrcAddr>>24); in _SC_Recv()
[all …]
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c957 switch(MB_Command.u8Parameters[0]) in _MDrv_SC_MailBoxHandler()
960 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
964 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
968 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
972 *((SC_Result*)pData) = (SC_Result)MB_Command.u8Parameters[1]; in _MDrv_SC_MailBoxHandler()
1036 MB_Command.u8Parameters[0] = (MS_U8)(u32SrcAddr>>24); in _SC_Send()
1037 MB_Command.u8Parameters[1] = (MS_U8)(u32SrcAddr>>16); in _SC_Send()
1038 MB_Command.u8Parameters[2] = (MS_U8)(u32SrcAddr>>8); in _SC_Send()
1039 MB_Command.u8Parameters[3] = (MS_U8)(u32SrcAddr&0x000000FF); in _SC_Send()
1142 MB_Command.u8Parameters[0] = (MS_U8)(u32SrcAddr>>24); in _SC_Recv()
[all …]
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/
H A DapiMBX.c145 temp_class = pMsg->u8Parameters[0]; in _MApi_Conduct_GenerateClass()
148 temp_name[i-1] = pMsg->u8Parameters[i]; in _MApi_Conduct_GenerateClass()
186 MB_Command.u8Parameters[0] = flag_repeat; in _MApi_Conduct_GenerateClass()
202 temp_name[i-1] = pMsg->u8Parameters[i]; in _MApi_Conduct_QueryClass()
223 MB_Command.u8Parameters[0] = temp_class; in _MApi_Conduct_QueryClass()
462 smsg.u8Parameters[0] = (MS_U8) Tab_DMBX_Class[Count_DMBX_Class].mbx_class; in _MApi_MBX_DynamicClass()
464 smsg.u8Parameters[i+1] = (MS_U8) Tab_DMBX_Class[Count_DMBX_Class].name[i]; in _MApi_MBX_DynamicClass()
501 if (smsg.u8ParameterCount > 0 && smsg.u8Parameters[0] != 0) in _MApi_MBX_DynamicClass()
503 Tab_DMBX_Class[Count_DMBX_Class].mbx_class = smsg.u8Parameters[0]; in _MApi_MBX_DynamicClass()
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_frc.c1662 mbxMsg.u8Parameters[0] = p1; in MHal_XC_SendCmdToFRC()
1663 mbxMsg.u8Parameters[1] = p2; in MHal_XC_SendCmdToFRC()
1664 mbxMsg.u8Parameters[2] = p3; in MHal_XC_SendCmdToFRC()
1665 mbxMsg.u8Parameters[3] = p4; in MHal_XC_SendCmdToFRC()
1666 mbxMsg.u8Parameters[4] = p5; in MHal_XC_SendCmdToFRC()
1667 mbxMsg.u8Parameters[5] = p6; in MHal_XC_SendCmdToFRC()
1668 mbxMsg.u8Parameters[6] = p7; in MHal_XC_SendCmdToFRC()
1669 mbxMsg.u8Parameters[7] = p8; in MHal_XC_SendCmdToFRC()
1670 mbxMsg.u8Parameters[8] = 0; in MHal_XC_SendCmdToFRC()
1671 mbxMsg.u8Parameters[9] = 0; in MHal_XC_SendCmdToFRC()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maxim/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mainz/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/macan/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7821/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7621/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/messi/vpu_ex/
H A DhalVPU_EX.c834 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
835 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
836 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
837 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
838 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
839 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
840 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
841 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
843 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
844 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c755 *pu32Size = ((MS_U32)pMsg->u8Parameters[0]) & 0xFFUL; in _TSP_REE_MbxParamToBufParam()
756 *pu32Size += ((((MS_U32)pMsg->u8Parameters[1]) << 8UL) & 0xFF00UL); in _TSP_REE_MbxParamToBufParam()
757 *pu32Size += ((((MS_U32)pMsg->u8Parameters[2]) << 16UL) & 0xFF0000UL); in _TSP_REE_MbxParamToBufParam()
758 *pu32Size += ((((MS_U32)pMsg->u8Parameters[3]) << 24UL) & 0xFF000000UL); in _TSP_REE_MbxParamToBufParam()
759 u32addr = ((MS_U32)pMsg->u8Parameters[4]) & 0xFFUL; in _TSP_REE_MbxParamToBufParam()
760 u32addr += ((((MS_U32)pMsg->u8Parameters[5]) << 8UL) & 0xFF00UL); in _TSP_REE_MbxParamToBufParam()
761 u32addr += (((MS_U32)pMsg->u8Parameters[6] << 16UL) & 0xFF0000UL); in _TSP_REE_MbxParamToBufParam()
762 u32addr += (((MS_U32)pMsg->u8Parameters[7] << 24UL) & 0xFF000000UL); in _TSP_REE_MbxParamToBufParam()
763 _miu_offset_to_phy(pMsg->u8Parameters[8], u32addr, *pu32BufAddr); in _TSP_REE_MbxParamToBufParam()
848 _TSPReeToTeeMbxMsg.u8Parameters[0] = u8Id; in _TSP_Ree_SendMBXMsg()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c722 *pu32Size = ((MS_U32)pMsg->u8Parameters[0]) & 0xFFUL; in _TSP_REE_MbxParamToBufParam()
723 *pu32Size += ((((MS_U32)pMsg->u8Parameters[1]) << 8UL) & 0xFF00UL); in _TSP_REE_MbxParamToBufParam()
724 *pu32Size += ((((MS_U32)pMsg->u8Parameters[2]) << 16UL) & 0xFF0000UL); in _TSP_REE_MbxParamToBufParam()
725 *pu32Size += ((((MS_U32)pMsg->u8Parameters[3]) << 24UL) & 0xFF000000UL); in _TSP_REE_MbxParamToBufParam()
726 u32addr = ((MS_U32)pMsg->u8Parameters[4]) & 0xFFUL; in _TSP_REE_MbxParamToBufParam()
727 u32addr += ((((MS_U32)pMsg->u8Parameters[5]) << 8UL) & 0xFF00UL); in _TSP_REE_MbxParamToBufParam()
728 u32addr += (((MS_U32)pMsg->u8Parameters[6] << 16UL) & 0xFF0000UL); in _TSP_REE_MbxParamToBufParam()
729 u32addr += (((MS_U32)pMsg->u8Parameters[7] << 24UL) & 0xFF000000UL); in _TSP_REE_MbxParamToBufParam()
730 _miu_offset_to_phy(pMsg->u8Parameters[8], u32addr, *pu32BufAddr); in _TSP_REE_MbxParamToBufParam()
824 _TSPReeToTeeMbxMsg.u8Parameters[0] = u8Id; in _TSP_Ree_SendMBXMsg()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/vpu_ex/
H A DhalVPU_EX.c859 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
860 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
861 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
862 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
863 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
864 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
865 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
866 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
868 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
869 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/vpu_ex/
H A DhalVPU_EX.c859 MS_U32 u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
860 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
861 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
862 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
863 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
864 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
865 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
866 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
868 …%d\n",(unsigned int)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
869 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_frc.c2263 mbxMsg.u8Parameters[0] = p1; in MHal_XC_SendCmdToFRC()
2264 mbxMsg.u8Parameters[1] = p2; in MHal_XC_SendCmdToFRC()
2265 mbxMsg.u8Parameters[2] = p3; in MHal_XC_SendCmdToFRC()
2266 mbxMsg.u8Parameters[3] = p4; in MHal_XC_SendCmdToFRC()
2267 mbxMsg.u8Parameters[4] = p5; in MHal_XC_SendCmdToFRC()
2268 mbxMsg.u8Parameters[5] = p6; in MHal_XC_SendCmdToFRC()
2269 mbxMsg.u8Parameters[6] = p7; in MHal_XC_SendCmdToFRC()
2270 mbxMsg.u8Parameters[7] = p8; in MHal_XC_SendCmdToFRC()
2271 mbxMsg.u8Parameters[8] = 0; in MHal_XC_SendCmdToFRC()
2272 mbxMsg.u8Parameters[9] = 0; in MHal_XC_SendCmdToFRC()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_frc.c2240 mbxMsg.u8Parameters[0] = p1; in MHal_XC_SendCmdToFRC()
2241 mbxMsg.u8Parameters[1] = p2; in MHal_XC_SendCmdToFRC()
2242 mbxMsg.u8Parameters[2] = p3; in MHal_XC_SendCmdToFRC()
2243 mbxMsg.u8Parameters[3] = p4; in MHal_XC_SendCmdToFRC()
2244 mbxMsg.u8Parameters[4] = p5; in MHal_XC_SendCmdToFRC()
2245 mbxMsg.u8Parameters[5] = p6; in MHal_XC_SendCmdToFRC()
2246 mbxMsg.u8Parameters[6] = p7; in MHal_XC_SendCmdToFRC()
2247 mbxMsg.u8Parameters[7] = p8; in MHal_XC_SendCmdToFRC()
2248 mbxMsg.u8Parameters[8] = 0; in MHal_XC_SendCmdToFRC()
2249 mbxMsg.u8Parameters[9] = 0; in MHal_XC_SendCmdToFRC()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mainz/vpu_v3/
H A DhalVPU_EX.c1027 MS_VIRT u32VPUSHMoffset = (VPUTeeToReeMbxMsg.u8Parameters[0]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
1028 ((VPUTeeToReeMbxMsg.u8Parameters[1]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
1029 ((VPUTeeToReeMbxMsg.u8Parameters[2]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
1030 ((VPUTeeToReeMbxMsg.u8Parameters[3]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
1031 MS_U32 u32VPUSHMsize = (VPUTeeToReeMbxMsg.u8Parameters[4]&0xff) | in HAL_VPU_EX_REE_SetSHMBaseAddr()
1032 ((VPUTeeToReeMbxMsg.u8Parameters[5]<<8)&0xff00)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
1033 ((VPUTeeToReeMbxMsg.u8Parameters[6]<<16)&0xff0000)| in HAL_VPU_EX_REE_SetSHMBaseAddr()
1034 ((VPUTeeToReeMbxMsg.u8Parameters[7]<<24)&0xff000000); in HAL_VPU_EX_REE_SetSHMBaseAddr()
1036 …d\n",(unsigned long)u32VPUSHMoffset,(unsigned int)u32VPUSHMsize,VPUTeeToReeMbxMsg.u8Parameters[8]); in HAL_VPU_EX_REE_SetSHMBaseAddr()
1041 if(VPUTeeToReeMbxMsg.u8Parameters[8] == 1) in HAL_VPU_EX_REE_SetSHMBaseAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_frc.c2880 mbxMsg.u8Parameters[0] = p1; in MHal_XC_SendCmdToFRC()
2881 mbxMsg.u8Parameters[1] = p2; in MHal_XC_SendCmdToFRC()
2882 mbxMsg.u8Parameters[2] = p3; in MHal_XC_SendCmdToFRC()
2883 mbxMsg.u8Parameters[3] = p4; in MHal_XC_SendCmdToFRC()
2884 mbxMsg.u8Parameters[4] = p5; in MHal_XC_SendCmdToFRC()
2885 mbxMsg.u8Parameters[5] = p6; in MHal_XC_SendCmdToFRC()
2886 mbxMsg.u8Parameters[6] = p7; in MHal_XC_SendCmdToFRC()
2887 mbxMsg.u8Parameters[7] = p8; in MHal_XC_SendCmdToFRC()
2888 mbxMsg.u8Parameters[8] = 0; in MHal_XC_SendCmdToFRC()
2889 mbxMsg.u8Parameters[9] = 0; in MHal_XC_SendCmdToFRC()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_frc.c2920 mbxMsg.u8Parameters[0] = p1; in MHal_XC_SendCmdToFRC()
2921 mbxMsg.u8Parameters[1] = p2; in MHal_XC_SendCmdToFRC()
2922 mbxMsg.u8Parameters[2] = p3; in MHal_XC_SendCmdToFRC()
2923 mbxMsg.u8Parameters[3] = p4; in MHal_XC_SendCmdToFRC()
2924 mbxMsg.u8Parameters[4] = p5; in MHal_XC_SendCmdToFRC()
2925 mbxMsg.u8Parameters[5] = p6; in MHal_XC_SendCmdToFRC()
2926 mbxMsg.u8Parameters[6] = p7; in MHal_XC_SendCmdToFRC()
2927 mbxMsg.u8Parameters[7] = p8; in MHal_XC_SendCmdToFRC()
2928 mbxMsg.u8Parameters[8] = 0; in MHal_XC_SendCmdToFRC()
2929 mbxMsg.u8Parameters[9] = 0; in MHal_XC_SendCmdToFRC()
[all …]

1234