Home
last modified time | relevance | path

Searched refs:u32Mode (Results 1 – 25 of 60) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DmdrvAESDMA.c180 psAesInstPri->u32Mode = 0xFF; //Default simple DMA in AESDMAIoctl()
247 psAesInstPri->u32Mode = 0xFF; in AESDMAIoctl()
306 psAesInstPri->u32Mode = pSelEngParam->eMode; in AESDMAIoctl()
308 … MS_DEBUG_MSG(printf("[AESDMA INFO]mode = %lu\n",(long unsigned int)psAesInstPri->u32Mode)); in AESDMAIoctl()
343 (psAesInstPri->fpAESDMASelEng)(psAesInstPri->u32Mode,psAesInstPri->bDescrypt); in AESDMAIoctl()
346 if((psAesInstPri->u32Mode == E_DRVAESDMA_CIPHER_CBC)|| in AESDMAIoctl()
347 (psAesInstPri->u32Mode == E_DRVAESDMA_CIPHER_CTR)|| in AESDMAIoctl()
348 (psAesInstPri->u32Mode == E_DRVAESDMA_CIPHER_CTS_CBC)) in AESDMAIoctl()
358 …if((((psAesInstPri->u32Mode == E_DRVAESDMA_CIPHER_CBC)||(psAesInstPri->u32Mode == E_DRVAESDMA_CIPH… in AESDMAIoctl()
359 (psAesInstPri->u32Mode == E_DRVAESDMA_CIPHER_CTR)) in AESDMAIoctl()
[all …]
H A DdrvAESDMA_private.h182 MS_U32 u32Mode; member
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_str.c4 MS_U32 UtopiaStrWaitCondition(const char* u8ModuleName, MS_U32 u32Mode, MS_U32 u32Stage) in UtopiaStrWaitCondition() argument
7 …extern int mdrv_utopia2k_str_wait_condition(const char* u8ModuleName, MS_U32 u32Mode, MS_U32 u32St… in UtopiaStrWaitCondition()
8 int ret = mdrv_utopia2k_str_wait_condition(u8ModuleName, u32Mode, u32Stage); in UtopiaStrWaitCondition()
22 MS_U32 UtopiaStrSendCondition(const char* u8ModuleName, MS_U32 u32Mode, MS_U32 u32Stage) in UtopiaStrSendCondition() argument
25 …extern int mdrv_utopia2k_str_send_condition(const char* u8ModuleName, MS_U32 u32Mode, MS_U32 u32St… in UtopiaStrSendCondition()
26 int ret = mdrv_utopia2k_str_send_condition(u8ModuleName, u32Mode, u32Stage); in UtopiaStrSendCondition()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_dapi.h141 MS_U32 UtopiaStrWaitCondition(const char* u8ModuleName, MS_U32 u32Mode, MS_U32 u32Stage);
142 MS_U32 UtopiaStrSendCondition(const char* u8ModuleName, MS_U32 u32Mode, MS_U32 u32Stage);
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c2162 static VDEC_Result _VDEC_SetDTVUserDataMode(MS_U32 u32Mode) in _VDEC_SetDTVUserDataMode() argument
2173 _HVD_RET_HANDLE(MDrv_HVD_SetDTVUserDataMode((MS_U8)u32Mode)); in _VDEC_SetDTVUserDataMode()
2197 static VDEC_Result _VDEC_ForceInterlaceMode(MS_U32 u32Mode) in _VDEC_ForceInterlaceMode() argument
2208 _HVD_RET_HANDLE(MDrv_HVD_ForceInterlaceMode((MS_U8)u32Mode)); in _VDEC_ForceInterlaceMode()
2232 static VDEC_Result _VDEC_ShowDecodeOrder(MS_U32 u32Mode) in _VDEC_ShowDecodeOrder() argument
2243 _HVD_RET_HANDLE(MDrv_HVD_ShowDecodeOrder((MS_U8)u32Mode)); in _VDEC_ShowDecodeOrder()
2267 static VDEC_Result _VDEC_ForceAutoMute(MS_BOOL u32Mode) in _VDEC_ForceAutoMute() argument
2274 _MVD_RET_HANDLE(MDrv_MVD_SetAutoMute(u32Mode)); in _VDEC_ForceAutoMute()
2632 static VDEC_Result _VDEC_PushDispQWithRefNum(MS_U32 u32Mode) in _VDEC_PushDispQWithRefNum() argument
2636 if ((u32Mode != 0) && (u32Mode != 1)) in _VDEC_PushDispQWithRefNum()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/hal/messi/tsp/
H A DhalTSP.c1030 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1038 if(u32Mode == 0) in HAL_TSP_SetCtrlMode()
1054 0 )) | u32Mode); in HAL_TSP_SetCtrlMode()
1056 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1062 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFF))); in HAL_TSP_SetCtrlMode()
/utopia/UTPA2-700.0.x/modules/dmx/hal/mooney/tsp/
H A DhalTSP.c1034 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1042 if(u32Mode == 0) in HAL_TSP_SetCtrlMode()
1058 0 )) | u32Mode); in HAL_TSP_SetCtrlMode()
1060 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1066 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFF))); in HAL_TSP_SetCtrlMode()
/utopia/UTPA2-700.0.x/modules/dmx/hal/mainz/tsp/
H A DhalTSP.c1031 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1039 if(u32Mode == 0) in HAL_TSP_SetCtrlMode()
1055 0 )) | u32Mode); in HAL_TSP_SetCtrlMode()
1057 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1063 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFF))); in HAL_TSP_SetCtrlMode()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC_Ace_EX.h451 MS_U32 u32Mode; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7621/dscmb/
H A DhalDSCMB.h222 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/
H A DhalDSCMB.h223 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mooney/dscmb/
H A DhalDSCMB.h211 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mainz/dscmb/
H A DhalDSCMB.h211 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/macan/dscmb/
H A DhalDSCMB.h211 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maxim/dscmb/
H A DhalDSCMB.h222 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/manhattan/dscmb/
H A DhalDSCMB.h220 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maldives/dscmb/
H A DhalDSCMB.h221 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/
H A DhalDSCMB.h222 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/mustang/dscmb/
H A DhalDSCMB.h221 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/messi/dscmb/
H A DhalDSCMB.h211 void HAL_DSCMB_KLadder_EngMode(MS_U32 u32Mode);
/utopia/UTPA2-700.0.x/modules/dmx/hal/maldives/tsp/
H A DhalTSP.c1430 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1438 if(u32Mode == 0) in HAL_TSP_SetCtrlMode()
1454 0 )) | u32Mode); in HAL_TSP_SetCtrlMode()
1455 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1461 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFF))); in HAL_TSP_SetCtrlMode()
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace_EX.c371 pEXInfoEx->u32Mode = pInfoEx->u32Mode; in _ACE_Map_EX_InfoEX()
/utopia/UTPA2-700.0.x/modules/dmx/hal/macan/tsp/
H A DhalTSP.c1458 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1466 if(u32Mode == 0UL) in HAL_TSP_SetCtrlMode()
1482 0UL )) | u32Mode); in HAL_TSP_SetCtrlMode()
1483 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1489 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFFUL))); in HAL_TSP_SetCtrlMode()
/utopia/UTPA2-700.0.x/modules/dmx/hal/manhattan/tsp/
H A DhalTSP.c1472 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1480 if(u32Mode == 0UL) in HAL_TSP_SetCtrlMode()
1496 0UL )) | u32Mode); in HAL_TSP_SetCtrlMode()
1497 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1503 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFFUL))); in HAL_TSP_SetCtrlMode()
/utopia/UTPA2-700.0.x/modules/dmx/hal/mustang/tsp/
H A DhalTSP.c1425 void HAL_TSP_SetCtrlMode(MS_U32 u32EngId, MS_U32 u32Mode, MS_U32 u32TsIfId) in HAL_TSP_SetCtrlMode() argument
1433 if(u32Mode == 0UL) in HAL_TSP_SetCtrlMode()
1449 0UL )) | u32Mode); in HAL_TSP_SetCtrlMode()
1450 if(HAS_FLAG(u32Mode, TSP_CTRL_TSFILE_EN)) in HAL_TSP_SetCtrlMode()
1456 _HAL_TSP_tsif_select(HAS_FLAG(u32Mode, (MS_U8)(u32TsIfId & 0xFFUL))); in HAL_TSP_SetCtrlMode()

123