Home
last modified time | relevance | path

Searched refs:u32SecId (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c615 MS_BOOL MDrv_CA_BGC_SetSection(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg) in MDrv_CA_BGC_SetSection() argument
621 if(u32SecId >= BGC_SEC_MAX || (pstSecCfg == NULL)) in MDrv_CA_BGC_SetSection()
626 ret = HAL_CA_BGC_SetSec(u32SecId, pstSecCfg); in MDrv_CA_BGC_SetSection()
629 stBGCSecCfg[u32SecId].bUsed = TRUE; in MDrv_CA_BGC_SetSection()
630 stBGCSecCfg[u32SecId].u32BGCMode = pstSecCfg->u32BGCMode; in MDrv_CA_BGC_SetSection()
644 MS_BOOL MDrv_CA_BGC_ResetSection(MS_U32 u32SecId, const MS_U8* const pu8RstPSWD) in MDrv_CA_BGC_ResetSection() argument
650 if((u32SecId >= BGC_SEC_MAX) || (pu8RstPSWD == NULL)) in MDrv_CA_BGC_ResetSection()
655 if(stBGCSecCfg[u32SecId].bUsed == TRUE) in MDrv_CA_BGC_ResetSection()
657 if(stBGCSecCfg[u32SecId].u32BGCMode == 0)//dynamic in MDrv_CA_BGC_ResetSection()
659 ret = HAL_CA_BGC_ResetSec(u32SecId, pu8RstPSWD); in MDrv_CA_BGC_ResetSection()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.c1068 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg) in HAL_CA_BGC_SetSec() argument
1073 if(u32SecId >= BGC_SEC_MAX ) in HAL_CA_BGC_SetSec()
1079 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_SetSec()
1197 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD) in HAL_CA_BGC_ResetSec() argument
1202 if((u32SecId >= BGC_SEC_MAX) || (pu8RstPSWD == NULL)) in HAL_CA_BGC_ResetSec()
1209 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h140 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg);
141 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.c1061 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg) in HAL_CA_BGC_SetSec() argument
1066 if(u32SecId >= BGC_SEC_MAX ) in HAL_CA_BGC_SetSec()
1072 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_SetSec()
1190 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD) in HAL_CA_BGC_ResetSec() argument
1195 if((u32SecId >= BGC_SEC_MAX) || (pu8RstPSWD == NULL)) in HAL_CA_BGC_ResetSec()
1202 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h140 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg);
141 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.c1062 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg) in HAL_CA_BGC_SetSec() argument
1067 if(u32SecId >= BGC_SEC_MAX ) in HAL_CA_BGC_SetSec()
1073 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_SetSec()
1191 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD) in HAL_CA_BGC_ResetSec() argument
1196 if((u32SecId >= BGC_SEC_MAX) || (pu8RstPSWD == NULL)) in HAL_CA_BGC_ResetSec()
1203 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h140 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg);
141 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.c1065 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg) in HAL_CA_BGC_SetSec() argument
1070 if(u32SecId >= BGC_SEC_MAX ) in HAL_CA_BGC_SetSec()
1076 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_SetSec()
1194 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD) in HAL_CA_BGC_ResetSec() argument
1199 if((u32SecId >= BGC_SEC_MAX) || (pu8RstPSWD == NULL)) in HAL_CA_BGC_ResetSec()
1206 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h140 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg);
141 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.c1065 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg) in HAL_CA_BGC_SetSec() argument
1070 if(u32SecId >= BGC_SEC_MAX ) in HAL_CA_BGC_SetSec()
1076 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_SetSec()
1194 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD) in HAL_CA_BGC_ResetSec() argument
1199 if((u32SecId >= BGC_SEC_MAX) || (pu8RstPSWD == NULL)) in HAL_CA_BGC_ResetSec()
1206 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_SECID, u32SecId) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h140 MS_BOOL HAL_CA_BGC_SetSec(MS_U32 u32SecId, const CA_BGC_SEC_CFG* pstSecCfg);
141 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD);
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c632 MS_U32 u32SecId = 0; in _TSP_SwStateReset() local
644 _ptsp_res->_TspState[u32EngId].SecFltState[u32SecId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
645 _ptsp_res->_TspState[u32EngId].SecBufState[u32SecId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
646 _ptsp_res->_TspState[u32EngId].SecFltMode[u32SecId] = E_DRVTSP_FLT_MODE_CONTI; in _TSP_SwStateReset()
647 _ptsp_res->_TspState[u32EngId].SecFltEvtNotify[u32SecId] = E_DRVTSP_EVENT_DATA_INIT; in _TSP_SwStateReset()
648 _ptsp_res->_TspState[u32EngId].SecFltCallback[u32SecId++] = NULL; in _TSP_SwStateReset()
673 _ptsp_res->_TspState[u32EngId].SecFltState[u32SecId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
674 _ptsp_res->_TspState[u32EngId].SecBufState[u32SecId] = E_DRVTSP_FLT_STATE_NA; in _TSP_SwStateReset()
675 _ptsp_res->_TspState[u32EngId].SecFltMode[u32SecId] = E_DRVTSP_FLT_MODE_CONTI; in _TSP_SwStateReset()
676 _ptsp_res->_TspState[u32EngId].SecFltEvtNotify[u32SecId] = E_DRVTSP_EVENT_DATA_INIT; in _TSP_SwStateReset()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCA.h342 DLL_PUBLIC MS_BOOL MDrv_CA_BGC_SetSection(MS_U32 u32SecId, const CA_BGC_SEC_CFG* const pstSecCfg);
343 DLL_PUBLIC MS_BOOL MDrv_CA_BGC_ResetSection(MS_U32 u32SecId, const MS_U8* const pu8RstPSWD);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt59962 DLL_PUBLIC MS_BOOL MDrv_CA_BGC_SetSection(MS_U32 u32SecId, const CA_BGC_SEC_CFG* const pstSecCfg);
59963 DLL_PUBLIC MS_BOOL MDrv_CA_BGC_ResetSection(MS_U32 u32SecId, const MS_U8* const pu8RstPSWD);