Home
last modified time | relevance | path

Searched refs:pu8RstPSWD (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c644 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()
659 ret = HAL_CA_BGC_ResetSec(u32SecId, pu8RstPSWD); in MDrv_CA_BGC_ResetSection()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.c1197 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()
1224 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_RESET_PASSWD, pu8RstPSWD[i]) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h141 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.c1190 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()
1217 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_RESET_PASSWD, pu8RstPSWD[i]) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h141 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.c1191 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()
1218 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_RESET_PASSWD, pu8RstPSWD[i]) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h141 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.c1194 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()
1221 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_RESET_PASSWD, pu8RstPSWD[i]) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h141 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.c1194 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()
1221 if(HAL_CA_BGC_Ctrl(BGC_CMD_TYPE_RESET_PASSWD, pu8RstPSWD[i]) == FALSE) in HAL_CA_BGC_ResetSec()
H A DhalCA.h141 MS_BOOL HAL_CA_BGC_ResetSec(MS_U32 u32SecId, const MS_U8* pu8RstPSWD);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCA.h343 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.txt59963 DLL_PUBLIC MS_BOOL MDrv_CA_BGC_ResetSection(MS_U32 u32SecId, const MS_U8* const pu8RstPSWD);